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)
}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#E87918', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#E87918', Direction=135, Strength=0)" 
}


timegap=500				
followspeed=5			
followrate=40		
suboffset_top=0;		
suboffset_left=-3;		

style1=[				
"ffffff",				
"",				
"",				
"#E87918",				
"#E87918",				
11,						
"normal",				
"bold",				
"Tahoma",		
2,						
"images/bullet.gif",
,						
"",				
"",				
"",				
"white",		
"images/bullet.gif",
"",				
"",
]


addmenu(menu=[		
"mainmenu",			
8,				
100,				
80,				
0,					
"center",				
style1,				
1,					
"center",				
effect,				
,					
1, 					
,					
"center",				
,					
,					
,					
,					
,					
,					
,					
,"Home","index.asp",,"",1 
,"Profile","show-menu=about",,"",1 
,"Products","show-menu=solutions",,"",1 
,"Services","show-menu=services",,"",1 
,"Tools","show-menu=tools",,"",1 
,"Information","show-menu=information",,"",1
,"Careers","show-menu=career",,"",1
,"Contact Us","contactus.asp",,"",1
,"Site Map","site_map.asp",,"",1
])

	

		
	addmenu(menu=["solutions",
	,,127,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Domestic","domestic.asp",,,1
	,"&nbsp;&nbsp;International","international.asp",,,1
	,"&nbsp;&nbsp;First Wheels","firstwheels.asp",,,1
	,"&nbsp;&nbsp;First Wings","firstwings.asp",,,1
	,"&nbsp;&nbsp;Emotional Bond","emotional.asp",,,1
	,"&nbsp;&nbsp;Tours & Travels","tours_travels.asp",,,1
	,"&nbsp;&nbsp;Flexi Pack","flexipack.asp",,,1
	<!--,"&nbsp;&nbsp;Aviation","aviation.asp",,,1-->
	,"&nbsp;&nbsp;Logistics","logistic.asp",,,1
	])
	
		addmenu(menu=["services",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Pickup Request","pickup_request.asp",,,1
	<!--,"&nbsp;&nbsp;Web Tracking","web_tracking.asp",,,1-->
	,"&nbsp;&nbsp;E-mail Tracking","email_tracking.asp",,,1
	,"&nbsp;&nbsp;SMS Tracking","sms_tracking.asp",,,1
	<!--,"&nbsp;&nbsp;WAP Enable Tracking","wap_tracking.asp",,,1-->
	<!--,"&nbsp;&nbsp;Remote Area Services","remote_services.asp",,,1-->
	,"&nbsp;&nbsp;Line Hauls","line_haul.asp",,,1
	])
		
			addmenu(menu=["tools",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Transit Time Calculator","timecalculator.asp",,,1
	,"&nbsp;&nbsp;Destination Locator","destination.asp",,,1
	,"&nbsp;&nbsp;Pincode Locator","n_pinview.asp",,,1
	,"&nbsp;&nbsp;Rate Calculator","rate_calculator.asp",,,1
	,"&nbsp;&nbsp;Volumetric Weight","volumetric.asp",,,1
	<!--,"&nbsp;&nbsp;Destination Locator","destination.asp",,,1 -->
	,"&nbsp;&nbsp;Conversion Factor","conversion.asp",,,1
	<!--,"&nbsp;&nbsp;Currency Convertor","currency_converter.asp",,,1-->
	,"&nbsp;&nbsp;World Clock","world_clock.asp",,,1
	
	])
			
				addmenu(menu=["information",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;FAQ s","faq.asp",,,1
	,"&nbsp;&nbsp;Consignment Guidelines","consignments.asp",,,1
	,"&nbsp;&nbsp;Prohibited Items","dangerous.asp",,,1
	,"&nbsp;&nbsp;Service Updates","service_bulletin.asp",,,1
	<!--,"&nbsp;&nbsp;Client List","clientele_list.asp",,,1-->
	<!--,"&nbsp;&nbsp;Accolades","accolades.asp",,,1-->
	])
				
				addmenu(menu=["career",
	,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Register Your CV","register_cv.asp",,,1
	<!--,"&nbsp;&nbsp;Modify CV","modify_cv.asp",,,1 -->
	,"&nbsp;&nbsp;Opportunities","career_opportunity.asp",,,1
	
	])
				addmenu(menu=["about",
	,,127,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;About Us","about.asp",,,1
	,"&nbsp;&nbsp;Management","management.asp",,,1
	,"&nbsp;&nbsp;Track Records","records.asp",,,1
	,"&nbsp;&nbsp;Vision","vision.asp",,,1
	,"&nbsp;&nbsp;Mission","mission.asp",,,1
	<!--,"&nbsp;&nbsp;Technology","technology.asp",,,1 -->
	,"&nbsp;&nbsp;Network","network.asp",,,1
	

	])

dumpmenus()