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)}



// Special effect string for IE5.5 or above 
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


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

style1=[				// style1 is an array of properties. 
"ffffff",				// Mouse Off Font Color
"28228c",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"5752a4",				// Mouse On Background Color
"28228c",				// Menu Border Color 
9,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
,						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,						// 3D High Color
,						// 3D Low Color
,						// Current Page Item Font Color (leave this blank to disable)
,						// Current Page 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
]



addmenu(menu=[			// This is the array that contains your menu properties and details
"mainmenu",				// Menu Name - This is needed in order for the menu to be called
78,						// Menu Top - The Top position of the menu in pixels
95,						// Menu Left - The Left position of the menu in pixels
,						// Menu Width - Menus width in pixels
,						// Menu Border Width 
,						// Screen Position - "center;left;right;middle;top;bottom"
style1,					// Properties Array - this is set higher up, as above
1,						// Always Visible - (1=on/0=off)
"left",					// Alignment - sets the menu elements text alignment	
,						// Filter - Text variable for setting transitional effects	
,						// Follow Scrolling - follow the user down the screen 
1, 						// Horizontal Menu - horizontal instead of top to bottom style
,						// 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
,						// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,						// 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	
,						// Reserved for future use
,						// Reserved for future use
,						// Reserved for future use
,"HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","index.html",,"",1
,"Solutions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=solutions",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Technologies&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=technologies",,"",1
,"Clients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=clients",,"",1
,"Company&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=company",,"",1
,"News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=news",,"",1
,"Careers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=careers",,"",1
])

	addmenu(menu=["solutions",
	,,126,1,"",style1,,"left","randomdissolve(duration=0.5)",,,,,,,,,,,,
    ,"ESPatrol 2.0","tech_espatrol.htm",,,0
	,"&nbsp;&nbsp;> Job Scheduling","tech_espatrol_jobsched.htm",,,0
	,"&nbsp;&nbsp;> BW Job Scheduling","tech_espatrol_BWjobsched.htm",,,0
	,"&nbsp;&nbsp;> Job Monitoring","tech_espatrol_jobmonit.htm",,,0
        ,"&nbsp;&nbsp;> BW Job Monitoring","tech_espatrol_BWjobmonit.htm",,,0
        ,"&nbsp;&nbsp;> System Monitoring","tech_espatrol_sysmonit.htm",,,0
	,"Consulting","solutions_consulting.htm",,,0
	])
	
	addmenu(menu=["technologies",
		,,122,1,"",style1,,"left","randomdissolve(duration=0.5)",,,,,,,,,,,,
		,"Microsoft Technology","tech_microsoft.htm",,,0		
		,"Oracle","tech_oracle.htm",,,0
		,"Peoplesoft","tech_peoplesoft.htm",,,0
		,"SAP","tech_sap.htm",,,0
		])
		
	addmenu(menu=["clients",
		,,92,1,,style1,0,"left","randomdissolve(duration=0.5)",0,,,,,,,,,,,
		,"Client Info","clients_info.htm",,,0
		,"Client List","clients_list.htm",,,0
	])
	
	addmenu(menu=["company",
		,,105,1,"",style1,,"left","randomdissolve(duration=0.5)",,,,,,,,,,,,
		,"About Us","company_about.htm",,,0
		,"Business Principles","company_principles.htm",,,0
		,"Location","company_location.htm",,,0
		,"Contact","company_contact.htm",,,0		
		])

	addmenu(menu=["news",
	,,86,1,"",style1,,"left","randomdissolve(duration=0.5)",,,,,,,,,,,,
		,"ICSI Partners","news_partners.htm",,,0
		,"News Releases","news_releases.htm",,,0
		,"Articles","news_articles.htm",,,0
	])
			
	addmenu(menu=["careers",
		,,95,1,"",style1,,"left","randomdissolve(duration=0.5)",,,,,,,,,,,,
		,"Opportunities","careers_opportunities.htm",,,0
		,"Our Culture","careers_culture.htm",,,0
		,"Benefits","careers_benefits.htm",,,0		
		])


dumpmenus()