<!--

//do browser detect stuff

wd = screen.width;
if (wd == 1024)
var x = 289;
if (wd == 800)
{var x=177;}
if (wd == 640)
var x=96;

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 (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);
                        
                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;
                hmenuoff = offset;
                vmenuoff = voffset;
                if (isNS) {
                        document[menuID].top = 12 + voffset;
                        document[menuID].left = offset;
			document[menuID].zIndex = 2;
                } 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 <=6) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
	//alert(menuX1+"  "+menuX2+"  "+menuY1+"  "+menuY2);
	} // if menu 1 through 5
	// side menus
        if (activeMenu >=7) {
 	  menuX1 = 0;
          menuX2 = 245;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
        } // if menu 6 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


document.write("</head>\
<body style=\"background-color:#ffffff;\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"2\" leftmargin=\"0\" onload=\"init();\">");

if (isDynamic) {
document.write("<DIV id=\"menu1\" class=\"menu\" style=\"z-index:2\" onMouseover=\"activateMenu(1,153,190)\">\
<A href=\"../international-travel-tours/singapore-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Singapore</A><BR>\
<A href=\"../international-travel-tours/switzerland-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Switzerland</A><BR>\
<A href=\"../international-travel-tours/kathmandu-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Kathmandu</A><BR>\
<A href=\"../international-travel-tours/bangkok-thailand-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Thailand</A><BR>\
<A href=\"../international-travel-tours/mauritius-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Mauritius</A><BR>\
<A href=\"../international-travel-tours/australia-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Australia</A><BR>\
<A href=\"../international-travel-tours/new-zealand-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;New Zealand</A><BR>\
<A href=\"../international-travel-tours/sri-lanka-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Sri Lanka</A><BR>\
<A href=\"../international-travel-tours/malayasia-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Malaysia</A><BR>\
<A href=\"../international-travel-tours/london-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Europe</A><BR>\<A href=\"../international-travel-tours/vietnam-travel-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Vietnam Travel Package</A><BR>\<A href=\"../international-travel-tours/tours-of-africa.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Africa Tours</A><BR>\
<A href=\"../international-travel-tours/bhutan-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Bhutan</A><BR>\
<A href=\"../international-travel-tours/santa-claus-adventure-christmas-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Santa Claus Adventure at Lapland</A><BR>\
<A href=\"../international-travel-tours/hongkong-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Hongkong Package</A><BR>\
<A href=\"../international-travel-tours/explore-tasmania.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Explore Tasmania</A><BR>\
<A href=\"../international-travel-tours/italy-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Italy Tours</A><BR>\
<A href=\"../international-travel-tours/finnair-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Finland Tours</A><BR>\
</DIV>"); 

document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,153,190)\">\
<A href=\"../india-travel-tours/medical-tourism-in-india.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Medical Tourism</A><BR>\
<A href=\"../india-travel-tours/rajasthan-travel-tourism.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Rajasthan</A><BR>\
<A href=\"../india-travel-tours/goa-india-travel-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Goa</A><BR>\
<A href=\"../india-travel-tours/north-india-travel-tourism.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;North India</A><BR>\
<A href=\"../india-travel-tours/chardham-travel-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Char Dham Travel</A><BR>\
<A href=\"../india-travel-tours/dodham-travel-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Do Dham Yatra</A><BR>\
<A href=\"../india-travel-tours/glimpses-of-leh.html#glimpses-of-leh\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Leh Travel</A><BR>\
<A href=\"../india-travel-tours/leh-and-ladakh-panaroma.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Leh & Ladakh Panaroma</A><BR>\
<A href=\"../india-travel-tours/kerala-vacations.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Kerala Vacations</A><BR>\
<A href=\"../india-travel-tours/kashmir-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Kashmir Tour</A><BR>\
<A href=\"../india-travel-tours/cultural-and-pilgrimage-tours.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Cultural and Pilgrimage Tours</A><BR>\
<A href=\"../india-travel-tours/honeymoon-travel-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Honeymoon Tours</A><BR>\
<A href=\"../india-travel-tours/tours-for-business-travellers.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Tours For Business Travellers</A><BR>\
<A href=\"../india-travel-tours/palace-on-wheel.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Palace on Wheel Tour</A><BR>\
<A href=\"../india-travel-tours/beautiful-uttranchal-travel-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Beautiful Uttranchal</A><BR>\
<A href=\"../india-travel-tours/classical-journey-travel-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Classical Journey</A><BR>\
<A href=\"../india-travel-tours/in-the-footstep-of-lord-buddha-travel-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;In FootStep of Lord Buddha</A><BR>\
<A href=\"../india-travel-tours/jewels-of-east-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Jewels of East</A><BR>\
<A href=\"../india-travel-tours/call-of-tiger-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Call of Tiger</A><BR>\
<A href=\"../india-travel-tours/south-golden-triangle-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;South Golden Triangle</A><BR>\
<A href=\"../india-travel-tours/himalayan-wonders.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Himalayan Wonders</A><BR>\
<A href=\"../india-travel-tours/unchagaon-fort-travel-tour-package.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Unchagaon Fort Tour</A><BR>\
</DIV>"); 

document.write("<DIV id=\"menu3\" class=\"menu\" onMouseover=\"activateMenu(3,153,190)\">\
<A href=\"../international-travel-tours/louis-cruise-aquamarine.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Louis Cruise Aquamarine</A><BR>\
<A href=\"../international-travel-tours/superstar-cruise-virgo.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Superstar Virgo</A><BR>\
<A href=\"../international-travel-tours/superstar-cruise-leo.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Superstar Leo</A><BR>\
<A href=\"../international-travel-tours/superstar-cruise-gemini.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Superstar Gemini</A><BR>\
<A href=\"../international-travel-tours/superstar-cruise-aquarius.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Superstar Aquarius</A><BR>\
<A href=\"../international-travel-tours/superstar-cruise-libra.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Superstar Libra</A><BR>\
<A href=\"../international-travel-tours/royal-caribbean.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Royal Caribbean</A><BR>\
<A href=\"../international-travel-tours/royal-caribbean-european-cruise.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Europe</A><BR>\
<A href=\"../international-travel-tours/royal-caribbean-alaska-cruise.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Alaska</A><BR>\
<A href=\"../international-travel-tours/royal-caribbean-caribbean-cruise.html\">&nbsp;&nbsp;<b>&#187;</b>&nbsp;Caribbean</A><BR>\
</DIV>"); 

}


//-->
