//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(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 = "6699cc"
	mnutop=75
	mnuleft=0
	mnupad=4
}
else if (navigator.appName == "Mozilla") 
{
	bakcolor = "transparent"
	//mnbdrclr = "6699cc"
	mnutop=75
	mnuleft=0
	mnupad=4
}
else 
{
	bakcolor = "transparent"
	//mnbdrclr = "6699cc"
	mnutop=75
	mnuleft=0
	mnupad=4
}

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.
//"000066",				// Mouse Off Font Color
"000000",
"#ffffff",				// Mouse Off Background Color

//"000066",				// Mouse On Font Color
"#ECFFEC",
"808000",		// Mouse On Background Color

"808000",				// Menu Border Color 
//mnbdrclr,
12,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// 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)

"#808000",				// 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.
//"000066",				// Mouse Off Font Color
"#ECFFEC",
"808000",				// Mouse Off Background Color
//"transparent",
//"000066",				// Mouse On Font Color
"000000",
"#ffffff",				// Mouse On Background Color
"#ECFFEC",				// Menu Border Color 
//mnbdrclr,
11,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// 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
"000000",				// Current Page Item Font Color (leave this blank to disable)
"#ffffff",				// 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)
]

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
mnutop,							// Menu Top - The Top position of the menu in pixels
mnuleft,							// Menu Left - The Left position of the menu in pixels
189,							// 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"
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


,"&nbsp;About&nbsp;AP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav.gif' border=0>","show-menu=About AP","aboutap.html","About AP",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;Destinations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav.gif' border=0>","show-menu=Destinations","destinations.html","Destinations",1
,"&nbsp;Travel&nbsp;Guide&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav.gif' border=0>","show-menu=Travel Guide","travelguide.html","Travel Guide",1
,"&nbsp;Package&nbsp;Tours&nbsp;&nbsp;","packagetours.html",,"Package Tours",1
,"&nbsp;Convention&nbsp;Centers","conventions.html",,"Convention Centers",1
,"&nbsp;Home","main.html",,"Home",1
])

	addmenu(menu=["About AP",
	,189,150,,"",style2,,"left",effect,,,,,,,,,,,,
	,"History","history.html",,"History",1
	,"Heritage & Culture","heritage.html",,"Heritage & Culture",1
	,"Arts & Crafts","artsncrafts.html",,"Arts & Crafts",1
	,"Cuisine","cuisine.html",,"Cuisine",1
	,"Fairs,&nbsp;Festivals&nbsp;&&nbsp;Events","fairsnfestivals.html",,"Fairs, Festivals & Events",1
	,"Districts","districts.html",,"Districts",1
		])
		

	addmenu(menu=["Destinations",
	,189,144,,"",style2,,"left",effect,,,,,,,,,,,,
 ,"Hyderabad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Hyderabad","hyderabad.html","",1
,"Visakhapatnam&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<img src='arrownav1.gif' border=0>","show-menu=Visakhapatnam","visakhapatnam.html","",1
,"Tirupati&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Tirupati","tirupati.html","",1
,"Puttaparthy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Puttaparthy","puttaparthy.html","",1
,"Warangal&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Warangal","warangal.html","",1
,"Nagarjuna Sagar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Nagarjuna Sagar","nagarjunasagar.html","",1
,"Other Destinations","districts.html",,"Districts",1
	])

	addmenu(menu=["Travel Guide",
	,189,170,,"",style2,,"left",effect,,,,,,,,,,,,
	,"Travelling To India&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Traveling To India","travelingtoap.html","",1
	,"Arriving In India&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Arriving In India","arrivinginindia.html","",1
	,"How To Reach Hyderabad&nbsp;","reachap.html",,"",1
	,"Useful&nbsp;Travel&nbsp;Information&nbsp;<img src='arrownav1.gif' border=0>","show-menu=Useful Information Of AP","usefulinfoap.html","",1
	//,"Travel Guides&nbsp;","travelguides.html",,"",1
	//,"Travel Agents&nbsp;","touroperators.html",,"",1
	,"Live Weather Report&nbsp;","http://weather.yahoo.com/forecast/INXX0057.html",,"",1
	,"Currency Convertor","http://www.xe.com/ucc/",,"",1
	])
	
	addmenu(menu=["Package Tours",
	,189,140,,"",style2,,"left",effect,,,,,,,,,,,,
	//,"Inter State Tours","packagetours_interstate.html",,"Inter State Tours",1
	//,"From Hyderabad","packagetours_hyd.html",,"From Hyderabad",1
	//,"From Visakhapatnam","packagetours_vizag.html",,"From Visakhapatnam",1
	//,"From Tirupati","packagetours_tir.html",,"From Tirupati",1
	//,"From Vijayawada","packagetours_vij.html",,"From Vijayawada",1
	])
	

	addmenu(menu=["Traveling To India",
	,358,190,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"&nbsp;Passport & Visa ","passport.html",,"",1
    ,"&nbsp;Airlines Flying To India","airlinesindia.html",,"",1
	,"&nbsp;Airlines Flying To Hyderabad","airlinesap.html",,"",1
	])
	addmenu(menu=["Arriving In India",
	,358,130,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Airport Information","airportinfo.html",,"",1
    ,"Immigration","immigration.html",,"",1
	//,"Baggage Claim","baggage.html",,"",1
	,"Customs","customs.html",,"",1
    ,"Airport Exit","airportexit.html",,"",1
	//,"Connecting Flights","connectingflights.html",,"",1
	
	])
	addmenu(menu=["Useful Information Of AP",
	,358,174,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Language","language.html",,"",1
    ,"TimeZone","timezone.html",,"",1
	,"Climate","clmate.html",,"",1
	//,"Health","health.html",,"",1
    ,"Electricity","electricity.html",,"",1
	,"Communication","communication.html",,"",1
	,"Money","money.html",,"",1
	
	,"Useful Contact Addresses","contactus.html",,"",1
	,"Translation Services In AP","translationservices.html",,"",1
	])

	addmenu(menu=["Hyderabad",
	,332,145,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Hyderabad at a Glance ","hglance.html",,"",1
    ,"Hyderabad Map","hmap.html",,"",1
	//,"Weather Information","hweather.html",,"",1
	,"Hyderabad Tours","htours.html",,"",1
    ,"Accessibility","haccessibility.html",,"",1
	,"Accomodations","haccomodations.html",,"",1
	,"Places Of Interest","hplaces.html",,"",1
    ,"Dining","hdining.html",,"",1
	,"Shopping","hshopping.html",,"",1
	,"Entertainment","hrecreation.html",,"",1
	,"Emergency Services","hemergency.html",,"",1
	,"Tourist Guides","htouristguides.html",,"",1
	,"Travel Agent","htouroperators.html",,"",1
	,"Tourist Offices Of AP","htouristoffices.html",,"",1
	])

	addmenu(menu=["Visakhapatnam",
	,332,145,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Visakhapatnam at a Glance ","vglance.html",,"",1
    ,"Visakhapatnam Map","vmap.html",,"",1
	//,"Weather Information","vweather.html",,"",1
	,"Visakhapatnam Tours","vtours.html",,"",1
    ,"Accessibility","vaccessibility.html",,"",1
	,"Accomodations","vaccomodations.html",,"",1
	,"Places Of Interest","vplaces.html",,"",1
    ,"Dining","vdining.html",,"",1
	,"Shopping","vshopping.html",,"",1
	,"Entertainment","vrecreation.html",,"",1
	,"Emergency Services","vemergency.html",,"",1
	,"Tourist Guides","vtouristguides.html",,"",1
	,"Travel Agent","vtouroperators.html",,"",1
	,"Tourist Offices Of AP","vtouristoffices.html",,"",1
	])


	addmenu(menu=["Vijayawada",
	,332,145,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Vijayawada at a Glance ","vijglance.html",,"",1
    ,"Vijayawada Map","vijmap.html",,"",1
	//,"Weather Information","vijweather.html",,"",1
	,"Vijayawada Tours","vijtours.html",,"",1
    ,"Accessibility","vijaccessibility.html",,"",1
	,"Accomodations","vijaccomodations.html",,"",1
	,"Places Of Interest","vijplaces.html",,"",1
    ,"Dining","vijdining.html",,"",1
	,"Shopping","vijshopping.html",,"",1
	,"Entertainment","vijrecreation.html",,"",1
	,"Emergency Services","vijemergency.html",,"",1
	,"Tourist Guides","vijtouristguides.html",,"",1
	,"Travel Agent","vijtouroperators.html",,"",1
	,"Tourist Offices Of AP","vijtouristoffices.html",,"",1
	])

	addmenu(menu=["Tirupati",
	,332,145,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Tirupati at a Glance ","tglance.html",,"",1
    ,"Tirupati Map","tmap.html",,"",1
	//,"Weather Information","tweather.html",,"",1
	,"Tirupati Tours","ttours.html",,"",1
    ,"Accessibility","taccessibility.html",,"",1
	,"Accomodations","taccomodations.html",,"",1
	,"Places Of Interest","tplaces.html",,"",1
	,"Festivals","tfest.html",,"",1
    //,"Dining","tdining.html",,"",1
	,"Shopping","tshopping.html",,"",1
	,"Emergency Services","temergency.html",,"",1
	,"Tourist Guides","ttouristguides.html",,"",1
	,"Travel Agent","ttouroperators.html",,"",1
	,"Tourist Offices Of AP","ttouristoffices.html",,"",1
	])

	addmenu(menu=["Nagarjuna Sagar",
	,332,145,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Nagarjuna Sagar at a Glance ","nglance.html",,"",1
    //,"Nagarjuna Sagar Map","nmap.html",,"",1
	//,"Weather Information","nweather.html",,"",1
	,"Nagarjuna Sagar Tours","ntours.html",,"",1
    ,"Accessibility","naccessibility.html",,"",1
	,"Accomodations","naccomodations.html",,"",1
	,"Places Of Interest","nplaces.html",,"",1
   	,"Dining","ndining.html",,"",1
	//,"Shopping","nshopping.html",,"",1
	,"Entertainment","nrecreation.html",,"",1
	//,"Emergency Services","nemergency.html",,"",1
	//,"Tourist Guides","ntouristguides.html",,"",1
	//,"Travel Agent","ntouroperators.html",,"",1
	,"Tourist Offices Of AP","ntouristoffices.html",,"",1
	])
addmenu(menu=["Puttaparthy",
	,332,145,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Puttaparthy at a Glance ","pglance.html",,"",1
    //,"Puttaparthy Map","pmap.html",,"",1
	//,"Weather Information","pnweather.html",,"",1
	,"Puttaparthy Tours","ptours.html",,"",1
    ,"Accessibility","paccessibility.html",,"",1
	,"Accomodations","paccomodations.html",,"",1
	,"Places Of Interest","pplaces.html",,"",1
	,"Annual Events","pevents.html",,"",1
   	//,"Dining","pdining.html",,"",1
	,"Shopping","pshopping.html",,"",1
	//,"Entertainment","precreation.html",,"",1
	,"Emergency Services","pemergency.html",,"",1
	//,"Tourist Guides","ptouristguides.html",,"",1
	,"Travel Agent","ptouroperators.html",,"",1
	//,"Tourist Offices Of AP","ptouristoffices.html",,"",1
	])

	addmenu(menu=["Warangal",
	,332,145,,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Warangal at a Glance ","wglance.html",,"",1
    ,"Warangal Map","wmap.html",,"",1
	//,"Weather Information","wweather.html",,"",1
	,"Warangal Tours","wtours.html",,"",1
    ,"Accessibility","waccessibility.html",,"",1
	,"Accomodations","waccomodations.html",,"",1
	,"Places Of Interest","wplaces.html",,"",1
    ,"Dining","wdining.html",,"",1
	,"Shopping","wshopping.html",,"",1
	,"Emergency Services","wemergency.html",,"",1
	,"Tourist Guides","wtouristguides.html",,"",1
	,"Travel Agent","wtouroperators.html",,"",1
	,"Tourist Offices Of AP","wtouristoffices.html",,"",1
	])

dumpmenus()