/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'80%', // express as percentage with the % sign
linkheight:18 ,  // linked horizontal cells height
hdingwidth:225 ,  // heading - non linked horizontal cells width
d_colspan:3,     //
bartext:'MENU',       // bar text (the vertical cell) use text or img tag
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Index"], //create header
["TPPC Home", "http://www.takomaparkpc.org/welcome.html", ""],
["About TPPC", "http://www.takomaparkpc.org/abouttppc.html",""],
["TPPC News"], //create header
["News", "http://www.takomaparkpc.org/tppcnews.html", "", 1, "no"],
["Calendar", "http://www.mychurchevents.com/calendar/calendar.aspx?ci=2283820&list_by=calendar_month", "_new", 1, "no"],
["What&#39;s New", "http://www.takomaparkpc.org/whatsNew.html", "", 1],
["Christian Education"], //create header
["Youth", "http://www.takomaparkpc.org/christed.html#sundayschool","",1,"no"],
["Adult", "http://www.takomaparkpc.org/christed.html#adult","",1,"no"],
["Youth Group", "http://www.takomaparkpc.org/youth/index.html","",1],
["Social Witness"], //create header
["Help TPPC Help Others", "http://www.takomaparkpc.org/helpus.html", ""],
["Ji&ntilde;ocuao", "http://www.takomaparkpc.org/jinocuao.html", "", 1, "no"],
["More Light", "http://www.takomaparkpc.org/morelite.html", "", 1, "no"],
["Green TPPC", "http://www.takomaparkpc.org/greenTPPC.html", "", 1],
["Worship"], //create header
["Worship", "http://www.takomaparkpc.org/worship.html", ""],
["Services", "http://www.takomaparkpc.org/services.html", ""],
["TPPC WWW"], //create header
["About This Site", "http://www.takomaparkpc.org/aboutwww.html", ""],
["Links", "http://www.takomaparkpc.org/tppclink.html", ""],

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();

