
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)}

timegap=500							// The time delay for menus to remain visible on mouse off
followspeed=5						// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=40						// Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
suboffset_top=1;					// Sub menu offset Top position 
suboffset_left=-1;					// Sub menu offset Left position

level0style=[						// 
"FFFFFF",							// Mouse Off Font Color
"85A3C2",							// Mouse Off Background Color
"FFD18C",							// Mouse On Font Color
"85A3C2",							// Mouse On Background Color
"FFFFFF",							// Menu Border Color 
12,									// Font Size in pixels
"normal",							// Font Style (italic or normal)
"bold",								// Font Weight (bold or normal)
"Arial, Helvetica, sans-serif;",	// Font Name
6,									// Menu Item Padding
"img/nav_bullet.gif",
									// Sub Menu Image (Leave this blank if not needed)
,									// 3D Border & Separator bar
,									// 3D High Color
,									// 3D Low Color
"FFD18C",							// Referer Item Font Color (leave this blank to disable)
"85A3C2",							// Referer Item Background Color (leave this blank to disable)
,									// Top Bar image (Leave this blank to disable)
,									// Menu Header Font Color (Leave blank if headers are not needed)
,									// Menu Header Background Color (Leave blank if headers are not needed)
]

level1style=["FFFFFF","85A3C2","FFD18C","85A3C2","FFFFFF",12,"normal","normal","Arial, Helvetica, sans-serif;",4,"/img/nav_bullet.gif",,,,"FFD18C","85A3C2",,,,]

addmenu(menu=[						// 
"sidemenu",							// Menu Name - This is needed in order for the menu to be called
-500,								// Menu Top - The Top position of the menu in pixels
0,									// Menu Left - The Left position of the menu in pixels
130,								// Menu Width - Menus width in pixels
0,									// Menu Border Width 
,									// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
level0style,						// Properties Array - this is set higher up, as above
1,									// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",								// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,									// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,									// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
, 									// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,									// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,									// Position of TOP sub image left:center:right
,									// ..Now Obsolete..
,									// Right To Left - Used in Hebrew for example. (1=on/0=off)
,									// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,									// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,									// Reserved for future use
,									// Reserved for future use
,									// Reserved for future use
,"&nbsp;home","index.html",,"home",0			// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;about&nbsp;us","show-menu=aboutussubmenu","aboutus.html","about us",0
,"&nbsp;our&nbsp;services","show-menu=servicessubmenu","services.html","our services",0
,"&nbsp;project&nbsp;portfolio","portfolio.html",,"project portfolio",0
,"&nbsp;contact&nbsp;us","contactus.html",,"contact us",0
])

addmenu(menu=["aboutussubmenu",
,,160,0,,level1style,0,"left",,,,,,,,,,,,,
,"&nbsp;overview","aboutus.html",,"about us",0
,"&nbsp;fully-managed&nbsp;solutions","aboutus_fullymanagedsolutions.html",,"fully-managed solutions",0
,"&nbsp;world-class&nbsp;infrastructure","aboutus_worldclassinfrastructure.html",,"world-class infrastructure",0
])

addmenu(menu=["servicessubmenu",
,,180,0,,level1style,0,"left",,,,,,,,,,,,,
,"&nbsp;overview","services.html",,"our services",0
,"&nbsp;web&nbsp;infrastructure","services_infrastructure.html",,"web infrastructure",0
,"&nbsp;web&nbsp;design&nbsp;and&nbsp;development","services_designanddevelopment.html",,"web design and development",0
,"&nbsp;multimedia","services_multimedia.html",,"multimedia",0
,"&nbsp;our&nbsp;development&nbsp;process","services_process.html",,"our development process",0
])

dumpmenus();