// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


 // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#FFFFCC', Direction=135, Strength=3)"
}
else
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=90)"
}



timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position



plain_style=[					// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",					// Mouse Off Font Color
"ff9900",					// Mouse Off Background Color
"666666",					// Mouse On Font Color
"cccccc",				// Mouse On Background Color
"663300",					// Menu Border Color 
"8pt",							// Font Size (default is px but you can specify mm, pt or a percentage)
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Verdana, Arial, Helvetica, sans-serif",	// Font Name
4,							// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"66ccff",					// 3D High Color
"000099",					// 3D Low Color
"Purple",					// Current Page Item Font Color (leave this blank to disable)
"pink",						// Current Page Item Background Color (leave this blank to disable)
,	// Top Bar image (Leave this blank to disable)
"ffffff",					// Menu Header Font Color (Leave blank if headers are not needed)
"000099",					// Menu Header Background Color (Leave blank if headers are not needed)
"663300",					// Menu Item Separator Color
]




addmenu(menu=[
"mainnav",
98,
277,
130,
1,
"",
plain_style,
,
,
effect,
,
,
,
,
,
0,
,
,
,
,
,
,"Last Update", "../",,,0
,"Main Archives", "../current-main/archives.php",,,1
,"Author Index A-M","show-menu=authorindex1",,,0
,"Author Index N-Z","show-menu=authorindex2",,,0
,"Site Map","../current-main/sitemap.php",,,0
,"Nifty Links", "../current-main/links.php",,,0
,"Polls", "../polls/index.php",,,1
])

addmenu(menu=["authorindex1",
	98,405,130,1,"",plain_style,,"",effect,,,,,,0,,,,,,
	,"Anderson, Jill","../current-main/jill_anderson.php",,,0
	,"Choi, Janet","../current-main/janet_choi.php",,,0
	,"Cunningham, Heather","../current-main/heather_cunningham.php",,,0
	,"Fialkov, Josh","../current-main/josh_fialkov.php",,,0
	,"Hamshaw, Kenny","../current-main/kenny_hamshaw.php",,,0
	,"Horal, Missie","../current-main/missie_horal.php",,,0	
	,"Krpata, Mitch","../current-main/mitch_krpata.php",,,0	
	,"Lin, Stephen","../current-main/stephen_lin.php",,,0	
	,"Mahoney, Doug","../current-main/doug_mahoney.php",,,0	
	,"Mason, Johnathan","../current-main/johnathan_mason.php",,,0	
	,"Mastaitis, Jay","../current-main/jay_mastaitis.php",,,0	
	,"McShane, Ben","../current-main/ben_mcshane.php",,,0
	,"Montanino, Justin","../current-main/justin_montanino.php",,,0	
	,"Moreno, Manolo","../current-main/manolo_moreno.php",,,1	
	])

addmenu(menu=["authorindex2",
	98,405,130,1,"",plain_style,,"",effect,,,,,,0,,,,,,
	,"Padgett, Charlie","../current-main/charlie_padgett.php",,,0
	,"Sainato, Kerry","../current-main/kerry_sainato.php",,,0	
	,"Saylor, Jennifer","../current-main/jennifer_saylor.php",,,0	
	,"Shea, Lori","../current-main/lori_shea.php",,,0	
	,"Shim, Paul","../current-main/paul_shim.php",,,0	
	,"Skarfe, Kerri","../current-main/kerri_skarfe.php",,,0	
	,"Timid, DJ","../current-main/dj_timid.php",,,0
	,"Turner, Lisa","../current-main/lisa_turner.php",,,0
	,"VanWinkle, Matt","../current-main/matt_vanwinkle.php",,,0	
	,"Why, Joel","../current-main/joel_why.php",,,0			
	,"Other","../current-main/other.php",,,0
	])

addmenu(menu=["featuresnav",
98,335,130,1,,plain_style,,,effect,,,,,,0,,,,,,
,"Latest Features","../current-features/new.php",,,0
,"Features Archive","../current-features/archives.php",,,1
])


addmenu(menu=["reviewsnav",
98,420,130,1,"",plain_style,,"",effect,,,,,,0,,,,,,
,"Latest Reviews","../current-reviews/new.php",,,1
,"Music","../current-reviews/music.php",,,0
,"Movies","../current-reviews/movies.php",,,0
,"Television","../current-reviews/television.php",,,0
,"Internet","../current-reviews/internet.php",,,0
,"Games","../current-reviews/games.php",,,0
,"Comics","../current-reviews/comics.php",,,0
,"Books","../current-reviews/books.php",,,0
,"Food","../current-reviews/food.php",,,0
,"Other","../current-reviews/other.php",,,1
])

addmenu(menu=["advicenav",
98,500,130,1,,plain_style,,,effect,,,,,,0,,,,,,
,"Latest Advice","../current-advice/new.php",,,0
,"Advice Archive","../current-advice/archives.php",,,1
,"Ask for Advice","../current-advice/ask.php",,,1
])

addmenu(menu=["plugsnav",
98,567,130,1,,plain_style,,,effect,,,,,,0,,,,,,
,"Latest Plugs","../current-plugs/new.php",,,0
,"Plugs Archive","../current-plugs/archives.php",,,1
])

dumpmenus()
