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)}



effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#333333', Direction=135, Strength=2)"


timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

style1=[			// 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.
"990000",				// Mouse Off Font Color
"#FFFFFF",			// Mouse Off Background Color
"#FFFFFF",			// Mouse On Font Color
"#333333",			// Mouse On Background Color
"000000",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"VArial,Verdana, Helvetica",	// Font Name
4,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"000000",			// Current Page Item Font Color (leave this blank to disable)
"FF9900",				// 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)
"black",				// Menu Item Separator Color
]
// top, left

addmenu(menu=["subcribe",110,620,120,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"Online","/content/subscription.asp",,,1
	,"Print","/content/services/register/subs/",,,1

])	

addmenu(menu=["enterprise",162,400,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Enterprise Home","/enterprise",,,1
	,"Mobility","/ciol-techportal/content/Mobility/Default.asp",,,1
	,"Networking","/ciol-techportal/content/Networking/Default.asp",,,1
	,"Security","/ciol-techportal/content/Security/Default.asp",,,1
	,"Storage","/ciol-techportal/content/Storage/Default.asp",,,1
	,"ERP","/ciol-techportal/content/erp/default.asp",,,1
])

addmenu(menu=["developer",162,510,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Developer Home","/developer",,,1
	,"Languages","/content/developer/lang/",,,1
	,"Operating System","/content/developer/os/",,,1	
	,"Open Source","/content/developer/Linux/",,,1
	,"Testing","/content/developer/testing/",,,1
	,"Databases","/content/developer/Databases/",,,1
	,"Enterprise Tools","/content/developer/enttools/",,,1	
])

dumpmenus()