<!--

//do browser detect stuff

wd = screen.width;

var isNS = (navigator.appName == "Netscape");
var isMacIE = ( (navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );
var layerRef = (isNS) ? "document" : "document.all";
var styleRef = (isNS) ? "" : ".style";
var isDynamic = ( (document.layers || document.all) && !isMacIE );

//track which menu is active
var activeMenu = 0;


//display a selected menu
function activateMenu(menuLayerRef, offset, voffset) {

if (wd == 1024)
{
if(menuLayerRef == 1)
	var offset = offset+30;
if(menuLayerRef == 2)
	var offset = offset+150;
if(menuLayerRef == 3)
	var offset = offset+200;
if(menuLayerRef == 4)
	var offset = offset+70;
if(menuLayerRef == 5)
	var offset = offset+110;
}
if (wd == 640)
{
if(menuLayerRef == 1)
	var offset = offset-30;
if(menuLayerRef == 2)
	var offset = offset-110;
if(menuLayerRef == 3)
	var offset = offset-160;
if(menuLayerRef == 4)
	var offset = offset-50;
if(menuLayerRef == 5)
	var offset = offset-80;
}
        
        if (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);
		
                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;

                hmenuoff = offset;
                vmenuoff = voffset;
                if (isNS) {
                        document[menuID].top = 16 + voffset;
                        document[menuID].left = offset;
                } else {
                        document.all[menuID].style.pixelTop = 25 + voffset;
                        document.all[menuID].style.pixelLeft = offset;
                } // if is NS else

                showMenu(menuID)
        } // if is dynamic and new menu needed
        // kill menu if browser is IE
        if (isDynamic && !isNS) window.event.cancelBubble = true;
} // activateMenu

function showMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "visible"');
}


function hideMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "hidden"');
}


// get rid of menus when outside menu or button
function killMenu(e) {
  //check if theres a menu active
  if (activeMenu) {
    menuID = "menu" + activeMenu;
    if (isNS) {
	// top menus
        if (activeMenu <=14) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top - 25;
	  menuY2 = menuY1 + document[menuID].clip.bottom + 15;
	} // if menu 1 through 4
	// side menus
        if (activeMenu >=15) {
 	  menuX1 = 0;
          menuX2 = 245;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
        } // if menu 5 or greater
        if ((e.pageX < menuX1) || (e.pageX > menuX2) ||
             (e.pageY < menuY1) || (e.pageY > menuY2)) {
             hideMenu(menuID);
	     activeMenu = 0;
        } // if in menu
    } else { // if not NS
	hideMenu(menuID);
	activeMenu = 0;
    }  //if isNS else
  }  //if activeMenu
}  //function

// initialize the menu system
function init() {
  if (isDynamic) {
    if (isNS) { 
	document.captureEvents(Event.MOUSEOUT); 
	document.onmouseout = killMenu;
    } else {
	document.onmouseover = killMenu;
    } // if NS else
		
  } // if dynamic
} // init


/*function hotelname(hname)
{	
	hn=hname;
	return hn;

}*/



document.write("</head>\
<body bgcolor=\"#FFFFFF\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" onload=\"init();\">");

if (isDynamic) {
        document.write("<DIV id=\"menu1\" class=\"menu\" onMouseover=\"activateMenu(1,69,165)\">\
<A href=\"../cultural/index.html\">Cultural Tours</A><BR>\
<A href=\"../adventure/index.html\">Adventure Tours</A><BR>\
<A href=\"../wildlife/index.html\">Wildlife Tour</A><BR>\
<A href=\"../beaches/index.html\">Beach Holidays</A><BR>\
<A href=\"../pilgrim/index.html\">Pilgrimage Tours</A><BR>\
<A href=\"../buddhist/index.html\">Buddhist Circuit</A><BR>\
<A href=\"../ayurveda/index.html\">Ayurveda Tours</A><BR>\
</DIV>");

document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,69,300)\">\
<A href=\"../delhi/index.html\">Delhi</A><BR>\
<A href=\"../goa/index.html\">Goa</A><BR>\
<A href=\"../gujarat/index.html\">Gujarat</A><BR>\
<A href=\"../himachal/index.html\">Himachal Pradesh</A><BR>\
<A href=\"../jk/index.html\">Jammu Kashmir</A><BR>\
<A href=\"../karnataka/index.html\">Karnataka</A><BR>\
<A href=\"../kerala/index.html\">Kerala</A><BR>\
<A href=\"../mp/index.html\">Madhya Pradesh</A><BR>\
<A href=\"../mh/index.html\">Maharashtra</A><BR>\
<A href=\"../megh/index.html\">Meghalaya</A><BR>\
<A href=\"../rajasthan/index.html\">Rajasthan</A><BR>\
<A href=\"../tn/index.html\">Tamil Nadu</A><BR>\
<A href=\"../up/index.html\">Uttar Pradesh</A><BR>\
<A href=\"../wb/index.html\">West Bengal</A><BR>\
<A href=\"../india/index.html\"><b>More >></b></A><BR>\
</DIV>");

document.write("<DIV id=\"menu3\" class=\"menu\" onMouseover=\"activateMenu(3,69,250)\">\
<A href=\"../info/visa.html\">Visa Requirements</A><BR>\
<A href=\"../info/permits.html\">Special Permits</A><BR>\
<A href=\"../info/currency.html\">Currency Info</A><BR>\
<A href=\"../info/customs.html\">Customs Rules</A><BR>\
<A href=\"../info/tax.html\">Tax Clearance</A><BR>\
<A href=\"../info/foreign.html\">Foreign Travel Tax</A><BR>\
<A href=\"../info/health.html\">Health Regulations</A><BR>\
<A href=\"../info/restricted.html\">Restricted Areas</A><BR>\
<A href=\"../info/photo.html\">Photo Restrictions</A><BR>\
<A href=\"../info/export.html\">Export Restrictions</A><BR>\
<A href=\"../info/transport.html\">Transport Facilities</A><BR>\
<A href=\"../airport-transfer/index.html\">Airport Transfer</A><BR>\
<A href=\"../info/accomodation.html\">Accommodation</A><BR>\
<A href=\"../info/climate.html\">Climate</A><BR>\
<A href=\"../info/india.html\">India at a Glance</A><BR>\
<A href=\"../info/offices.html\">Tourist Offices</A><BR>\
<A href=\"../info/maps.html\">Map Of India</A><BR/>\
</DIV>");

document.write("<DIV id=\"menu4\" class=\"menu\" onMouseover=\"activateMenu(4,69,300)\">\
<A href=\"../cultural/index.html\">Cultural Tours</A><BR>\
<A href=\"../adventure/index.html\">Adventure Tours</A><BR>\
<A href=\"../wildlife/index.html\">Wildlife Tour</A><BR>\
<A href=\"../beaches/index.html\">Beach Holidays</A><BR>\
<A href=\"../pilgrim/index.html\">Pilgrimage Tours</A><BR>\
<A href=\"../buddhist/index.html\">Buddhist Circuit</A><BR>\
<A href=\"../ayurveda/index.html\">Ayurveda Tours</A><BR>\
<A href=\"../south-india-tour-packages/south-india-tour.html\">South India Tours</A><BR>\
<A href=\"../cultural/northindia.html\">North India Tours</A><BR>\
<A href=\"../rajasthan/index.html\">Rajasthan Tours</A><BR>\
<A href=\"../cultural/golden.html\">Golden Triangle</A><BR>\
<A href=\"../taj-mahal-tour-packages/index.html\">Taj Mahal Tours</A><BR>\
<A href=\"../ladakh-and-kashmir-tour/index.html\">Ladakh & Kashmir</A><BR>\
</DIV>");

document.write("<DIV id=\"menu5\" class=\"menu\" onMouseover=\"activateMenu(5,69,422)\">\
<A HREF=\"../agra/index.html\" >Agra Hotels</A><BR>\
<A HREF=\"../bangalore/index.html\">Bangalore Hotels</A><BR>\
<A HREF=\"../calcutta/index.html\">Kolkata Hotels</A><BR>\
<A HREF=\"../chennai/index.html\" >Chennai Hotels</A><BR>\
<A HREF=\"../delhi-hotels/index.html\" >Delhi Hotels</A><BR>\
<A HREF=\"../goa-hotels/index.html\" >Goa Hotels</A><BR>\
<A HREF=\"../jaipur/index.html\" >Jaipur Hotels</A><BR>\
<A HREF=\"../jaisalmer/index.html\" >Jaisalmer Hotels</A><BR>\
<A HREF=\"../jodhpur/index.html\" >Jodhpur Hotels</A><BR>\
<A HREF=\"../khajuraho/index.html\" >Khajuraho Hotels</A><BR>\
<A HREF=\"../mumbai/index.html\" >Mumbai Hotels</A><BR>\
<A HREF=\"../udaipur/index.html\" >Udaipur Hotels</A><BR>\
<A HREF=\"../varanasi/index.html\" >Varanasi Hotels</A><BR>\
<A HREF=\"../hotels/index.html\" ><b>More >></b></A><BR>\
</DIV>");



}


//-->
