 //The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above for more filters
if ((screen.width>=1024) && (screen.height>=768))
{
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#404040', Direction=135, Strength=3)"
	
}
else
{
	effect = "Shadow(color='#BBBBBB', Direction=135, Strength=2)" // Stop IE5.5 bug when using more than one filter
	
}
if (navigator.appName == "Netscape") 
{
	bakcolor = "#D7E8F2"
	mnbdrclr = "#D2E8F2"
	mnutop=95
	mnuleft=0
	mnupad=0
}
else if (navigator.appName == "Mozilla") 
{
	bakcolor = "transparent"
	mnbdrclr = "537AB0"
	mnutop=95
	mnuleft=0
	mnupad=0
}
else 
{
	bakcolor = "D7E8F2"
	mnbdrclr = "585858"
	mnutop=95
	mnuleft=0
	mnupad=0
	
}
	

}
else if ((screen.width>=800) && (screen.height>=600))
{
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#404040', Direction=135, Strength=3)"
	
}
else
{
	effect = "Shadow(color='#BBBBBB', Direction=135, Strength=2)" // Stop IE5.5 bug when using more than one filter
	
}
if (navigator.appName == "Netscape") 
{
	bakcolor = "#CAC4B6"
	mnbdrclr = "#D2E8F2"
	mnutop=95
	mnuleft=0
	mnupad=0
}
else if (navigator.appName == "Mozilla") 
{
	bakcolor = "transparent"
	mnbdrclr = "CAC4B6"
	mnutop=95
	mnuleft=0
	mnupad=0
}
else 
{
	bakcolor = "EEECE8"
	mnbdrclr = "748eab"
	mnutop=95
	mnuleft=0
	mnupad=5
	
	}
}
else
{
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#404040', Direction=135, Strength=3)"
	
}
else
{
	effect = "Shadow(color='#BBBBBB', Direction=135, Strength=2)" // Stop IE5.5 bug when using more than one filter
	
}
if (navigator.appName == "Netscape") 
{
	bakcolor = "FFFFFF"
	mnbdrclr = "CAC4B6"
	mnutop=95
	mnuleft=0
	mnupad=1
}
else if (navigator.appName == "Mozilla") 
{
	bakcolor = "transparent"
	mnbdrclr = "CAC4B6"
	mnutop=95
	mnuleft=0
	mnupad=0
}
else 
{
	bakcolor = "#E4F2FC"
	mnbdrclr = "#FFFFFF"
	mnutop=95
	mnuleft=0
	mnupad=0
	
}
}
timegap=500				// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=1;			// Sub menu offset Top position 
suboffset_left=-1;			// Sub menu offset Left position

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.
"#FFFFFF",				// Mouse Off Font Color
"E4F2FC",				// Mouse Off Background Color
//"transparent",
//"rgb(30%,30%,30%)",
"#FFF4E4",//#468BF2",
"#E4F2FC",				// Mouse On Font Color
"#D7E8F2",				// Mouse On Background Color
//"ffffff",				// Menu Border Color 
mnbdrclr,
11,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana,Verdana",			// Font Name
mnupad,					// Menu Item Padding
,					// 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)
"#3988FF",
//"7E8D41",				// 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)
,
]

style2=[				// 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.
"#BE0000",				// Mouse Off Font Color
"#F5F5F5", //003399",//"F0D34A",				// Mouse Off Background Color
//"transparent",
"F5F5F5",				// Mouse On Font Color
"#CA2F2F",				// Mouse On Background Color
//"000066",				// Menu Border Color 
mnbdrclr,//"#93B810",
12,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"Regular",					// Font Weight (bold or normal)
"Arial,Arial",			// 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
"",				// 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 (Leave blank if headers are not needed)
]

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
260,							// Menu Top - The Top position of the menu in pixels
160,							// Menu Left - The Left position of the menu in pixels
0,							// Menu Width - Menus width in pixels
,							// Menu Border Width 
,							// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,							// 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)
0, 							// 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
,							// 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 (useful for hiding form elements)
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use


,"<img src='bt_aboutus.gif' border=0>","show-menu=About Us","aboutus.html","",1
,"<img src='bt_hyderabad.gif' border=0>","show-menu=Hyderabad","hyderabad.html","",1
,"<img src='bt_facilities.gif' border=0>","show-menu=Facilities","facilities.html","",1
,"<img src='bt_eventservices.gif' border=0>","eventservices.html","",,1
,"<img src='bt_eventcalender.gif' border=0>","eventcalendar.html","",,1
,"<img src='bt_reservations.gif' border=0>","show-menu=Reservations","reservations.html","",1
,"<img src='bt_takeatour.gif' border=0>","vr/takeatour.html","",,1
,"<img src='bt_travelguide.gif' border=0>","show-menu=Travel Guide","travelguide.html","",1
,"<img src='bt_vendorregistration.gif' border=0>","vendorregistration.html","",,1
//,"<img src='bt_partners.gif' border=0>","partnerships.html","",,1
//,"<img src='bt_careers.gif' border=0>","careers.html","",,1
//,"<img src='bt_downloads.gif' border=0>","downloads.html","",,1
//,"<img src='bt_contactus.gif' border=0>","contactus.html","",,1
])

  	addmenu(menu=["About Us",
	,,160,0,"",style2,,"left",effect,,,,,,,,,,,,
	,"Promoters","aboutus_promoters.html",,"",1
	,"Events&nbsp;Profile","aboutus_eventprofile.html",,"",1
	,"Testimonials","aboutus_testimonials.html",,"",1
    ,"Location&nbsp;and&nbsp;Maps","aboutus_directions.html",,"",1
	,"Future&nbsp;Plans","aboutus_futureplans.html",,"",1
	,"Key&nbsp;Contact","aboutus_keycontact.html",,"",1
	])

	addmenu(menu=["Hyderabad",
	,,220,0,"",style2,,"left",effect,,,,,,,,,,,,
    ,"Preferred&nbsp;Business&nbsp;Destination","hyd_preferreddestination.html",,"",1
	,"Globally&nbsp;Acclaimed","hyd_global.html",,"",1
	,"World-class&nbsp;Accommodation&nbsp;Facilities","hyd_accomodations.html",,"",1
	,"Well&nbsp;Connected","hyd_coonectivity.html",,"",1
	,"Spellbinding&nbsp;Tourists&nbsp;Attractions","hyd_touristsattractions.html",,"",1
	])

  		addmenu(menu=["Facilities",
	,,160,0,"",style2,,"left",effect,,,,,,,,,,,,
    ,"Exhibition&nbsp;Halls","facilities_exhibitionhalls.html",,"",1
    ,"Open&nbsp;Exhibition&nbsp;Area","facilities_openexhibitionarea.html",,"",1
    ,"Trade&nbsp;Fair&nbsp;Office","facilities_tradefairoffice.html",,"",1
	,"Conference&nbsp;Facilities","facilities_conference.html",,"",1
    ,"Entrance&nbsp;Plaza","facilities_entranceplaza.html",,"",1
    ,"Parking&nbsp;Area","facilities_parking.html",,"",1
	])

  	  	addmenu(menu=["Reservations",
	,,170,0,"",style2,,"left",effect,,,,,,,,,,,,
    //,"Rental&nbsp;Guide","reservations_guide.html",,"",1
	," License&nbsp;Terms&nbsp;&&nbsp;Conditions","reservations_terms.html",,"",1
	//,"FAQ","reservations_faq.html",,"",1
	,"Space&nbsp;Availability&nbsp;Enquiry","reservations_enquiry.html",,"",1
	//,"Reserve&nbsp;Online","reservations_online.html",,"",1
	])

		addmenu(menu=["Take a Tour",
	,,160,0,"",style2,,"left",effect,,,,,,,,,,,,
    ,"Exhibition&nbsp;Halls","takeatour_exhibitionhalls.html",,"",1
    ,"Open&nbsp;Exhibition&nbsp;Area","takeatour_openexhibitionarea.html",,"",1
    ,"Conference&nbsp;Facilities","takeatour_conference.html",,"",1
    ,"Trade&nbsp;Fair&nbsp;Office","takeatour_tradefairoffice.html",,"",1
    ,"Parking&nbsp;Area","takeatour_parking.html",,"",1
	])

	  	addmenu(menu=["Travel Guide",
	,,160,0,"",style2,,"left",effect,,,,,,,,,,,,
    ,"Traveling&nbsp;to&nbsp;India","travelguide_travellingindia.html",,"",1
	,"Traveling&nbsp;to&nbsp;Hyderabad","travelguide_travellinghyd.html",,"",1
    ,"About&nbsp;Hyderabad","travelguide_abthyderabad.html",,"",1
    ,"Useful&nbsp;Information","travelguide_usefulinfo.html",,"",1
	,"Maps","travelguide_maps.html",,"",1
    ,"Live&nbsp;Weather&nbsp;Report","http://weather.yahoo.com/forecast/INXX0057.html",,"",1
	,"Currency&nbsp;Converter","travelguide_currencyconverter.html",,"",1
	])

     dumpmenus()
