var isIE6plus = false
var ua = navigator.userAgent.toLowerCase();
var start = navigator.appVersion.indexOf("MSIE");

// Check for IE 6.0 or higher
if (start > 0) {
	var end = navigator.appVersion.indexOf(".", start);
	if (parseInt(navigator.appVersion.substring(start+5, end))) {
		isIE6plus = true;
	}
}

if (isIE6plus) {
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=93);Shadow(color='#777777', Direction=135, Strength=5)";
}
else {
	effect = "Shadow(color='#777777', Direction=135, Strength=5)";
}

timegap=500                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=50                 // Follow Scrolling Rate
suboffset_top=-0              // Sub menu offset Top position
suboffset_left=-0             // Sub menu offset Left position

//  Each menu has it's own array of properties and here every property about the style of 
//  the menu is stored.  The following is an example.
//
//	style2=[
//		"003366", // Mouse Off Font Color
//		"CornflowerBlue", // Mouse Off Background Color
//		"003366", // Mouse On Font Color
//		"LemonChiffon", // Mouse On Background Color
//		"003366", // Menu Border Color 
//		12,	// Font Size in pixels
//		"normal", // Font Style (italic or normal)
//		"bold",	// Font Weight (bold or normal)
//		"Verdana, Tahoma", // Font Name
//		3, // Menu Item Padding
//		"images/3darrow.gif",// Sub Menu Image (Leave this blank if not needed)
//		, // 3D Border & Separator bar
//		"66ffff", // 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)
//		"arrowdn.gif", // 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)
//	]

style1=["ffffff","","ABB4CA","","",11,"normal","bold","Verdana, Arial",4,"/NR/www_indygov_org/images/general/menuarrow.gif",,"","","","","","","",]
style2=["ffffff","FC7F01","ABB4CA","","FFCC99",10,"normal","bold","Verdana, Arial",4,"/NR/www_indygov_org/images/general/menuarrow.gif",,"66ffff","000099","","","","","",]