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 = "Fade(overlap=0.5, duration=0.4);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
effect_gradient = "gradientwipe(size=0.25, wipestyle=1, motion=Forward, duration=0.3);Alpha(style=0,opacity=99);Shadow(color='#777777', Direction=135, Strength=5)"
effect_gradient2 = "gradientwipe(size=0.25, wipestyle=1, motion=Forward, duration=0.3);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=60, Strength=3)"
effect_inset = "inset(duration=0.3);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
effect_pixelate = "Pixelate(sqaures=2, duration=0.4);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
effect_randombars = "randombars(orientation=Vertical, duration=0.3);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
effect_randomdissolve = "randomdissolve(duration=0.6);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
effect_wheel = "wheel(spokes=4, duration=0.5);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

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

style_links=[	// 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.
"333333",	// Mouse Off Font Color
"F8F8F8",	// Mouse Off Background Color
"000000",	// Mouse On Font Color
"CCCCCC",	// Mouse On Background Color
"999999",	// Menu Border Color 
11,		// Font Size in pixels
"normal",	// Font Style (italic or normal)
"normal",		// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
6,		// Menu Item Padding
"arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,		// 3D Border & Separator bar
"66ffff",	// 3D High Color
"000099",	// 3D Low Color
"ffffff",	// Current Page Item Font Color (leave this blank to disable)
"777777",		// 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)
"f8f8f8",	// Menu Header Background Color (Leave blank if headers are not needed)
"999999",		// Menu Item Separator Color
]

				addmenu(menu=["aboutus",
				240,578,200,1,"",style_links,0,"left",effect_gradient,,,,,,,,,,,,
				,"Profile","profile.html",,,1
			    ,"Infrastructure","infrastructure.html",,,1
				,"Clients","clients.html",,,1
				,"Careers","career.html",,,1
			    ,"Contact Us","contact.html",,,1
				])
		
				addmenu(menu=["services",
				240,663,200,1,"",style_links,0,"left",effect_gradient,,,,,,,,,,,,
				,"Software & Technology","softwaretechnology.html",,,1
				,"Business Process Outsourcing – Data & Voice","bpo.html",,,1
				,"Document Management System","dms.html",,,1
				,"Training & Academics","trainingacademics.html",,,1
				])
				
				addmenu(menu=["products",
				240,742,200,1,"",style_links,0,"left",effect_gradient,,,,,,,,,,,,
				,"Smartform","sf.html",,,1
			    ,"Abacus","abacus.html",,,1
				,"INVENTORYmax","inventorymax.html",,,1
				,"CRMmax","crmmax.html",,,1
			    ,"ACADmax","acadmax.html",,,1
				,"ACADonline","acadonline.html",,,1
				,"SOCIETYmax","socmax.html",,,1
				])
dumpmenus()
