/***********************************************
* 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;

///////////////////////////////////////////////////////////////////////////////////////////////////
/////// no quotes for these properties (numbers represent pixels unless otherwise noted): /////////
///////////////////////////////////////////////////////////////////////////////////////////////////
menu[1] = {  // REQUIRED!! it declares all available options even if they are the same as the defaults
id:'menu1',	  // use unique quoted id (quoted) REQUIRED!! ³o¶µ¤£¯àÂ÷¶}¤W¤@¶µ menu[]
user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu
user_defined_markup:false, //if true, prevents script from generating markup for this menu
allowtransparent:false, // true to allow to show through menu if other bg's through or border has gaps
design_mode:false, //if true, generates a report of the script generated/intended styles and markup (as a design aid)

/////////////////////////// quote these properties: /////////////////////
keepinview:'80',  // Use false (for not static) - OR - true or numeric top offset when page scrolls
kviewtype:'fixed',// utilizes positioning where available, 'fixed,absolute' fluidly follows page scroll
d_colspan:'3',    // Available columns in menu body as integer
wrapbar:'false',  // revert to false for topmenu more solid (default false)
menupos:'right',  // set side that menu slides in from (right or left or top)
menutop:'45',     // initial top offset - except for top menu, where it is meaningless (position)
menuleft:'50%',   // initial left offset - only for top menu, as pixels (can be quoted - ex: '50%')
menuspeed:'12',   // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:'500',  // How long menu stays out when mouse leaves it (in milliseconds)
menufont:'verdana',     // menu font
menufontsize:'90%',     // express as percentage with the % sign
outbrdwidth:'1', 	// outer border-width used for this menu (top right bottom left)
outbrdcolor:'white',	// outer border color
outbrdstyle:'inset',    // outer border style (solid, dashed, inset, etc.)
borderwidth:0,   	// inner border-width used for this menu
bordercolor:'#ffffff',  // inner border color (#ffffff = white)
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
barwidth:10,		// bar (the vertical cell) width
bartext:'·Æ °Ê ¿ï ³æ',    // bar text (the vertical cell) use text or img tag
barcolor:'darkblue',    // bar (the vertical cell) text color
barbgcolor:'#99ccff',   // bar (the vertical cell) background color
barfontweight:'light',   // bar (the vertical cell) font weight "bold/light"
baralign:'center',      // bar (the vertical cell) "right left or center" text alignment
hdingwidth:40,   	// heading - non linked horizontal cells width
hdingheight:10,  	// heading - non linked horizontal cells height
hdingindent:2,   	// heading cells text-indent represents ex units (@8 pixels decimals allowed)
hdingcolor:'#darkblue', // heading - non linked horizontal cells text color
hdingbgcolor:'#99ccff', // heading - non linked horizontal cells background color
hdingfontweight:'bold', // heading - non linked horizontal cells font weight
hdingvalign:'top',     // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'left',   // heading - non linked horizontal cells right left or center text alignment
linkheight:'10',   	// linked horizontal cells height
linktopad:'0',     	// linked horizontal cells top padding
linktxtalign:'center',  // linked horizontal cells right left or center text alignment
linktarget:'main',      // leave blank for same window (ex: _new, _top, or a window or frame name)

/////////////////////////// command and Link: ////////////////////////////
menuItems:[     // REQUIRED!!       [name, link, target, colspan, endrow?]
["MENU"],	// leave 'link' and 'target' blank to make a header
["¨C¤éÅª¸g", "../dgt/bib_dgt.htm", target="main"],
//["±R«ô¶g¥Z", "../fra/sun_f.htm", target="main"],
["¨C¤ë¦¬¤ä", "../fra/fi_f.htm", target="main"],
["¨C©u¥q¨Æ", "s_duty.htm", target="main"],
["¦æ ¨Æ ¾ä", "http://www.tungtau.com/church_notice/yrplan.asp", target="main"],
["®a¤H¥NÃ«", "http://www.tungtau.com/church_notice/pray_list.asp", target="main"],
["·|¤Í¯d¨¥", "http://www.tungtau.com/church_notice/share_list.asp", target="main"],
["¤p²Õ¸ê®Æ", "http://www.tungtau.com/cell/cell_meeting.asp", target="main"],
["¥þ¦~Á¿­û", "preacher.htm", target="main"],
["¦P¤u°²´Á", "../fra/dayoff_f.htm", target="main"],
//["«H¥õQ&A",  "../qa/bqa.htm", target="main"]

	        //no comma after last entry
]};		// REQUIRED!! do not edit or remove

///////////////// remain sample for colomn /////////////////
//["FAQ", "http://www.yyy.com/faqs.htm", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
//["Email", "http://www.yyy.com/contact.htm", "",1],
//["Google", "http://www.google.com/", "_new", 1, "no"],//create three column row, requires d_colspan:3
//["Yahoo", "http://www.yahoo.com/", "_new", 1, "no"],
//["AltaVista", "http://www.altavista.com/", "_new",1,],


////////////////////Stop Editing/////////////////

make_menus();
