<!--

//do browser detect stuff

wd = screen.width;
if (wd == 1024)
{var x = 710;  z=800;}

if (wd == 800)
{var x=500;  z=620;}

if (wd == 640)
{var x=160;  z=460;}

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;

if(offset=='x')
{offset = x;}
if(offset=='y')
{offset = y;}
if(offset=='z')
{offset = z;}


		
		//alert(hn);
                hmenuoff = offset;
                vmenuoff = voffset;
                if (isNS) {
                        document[menuID].top = 16 + voffset;
                        document[menuID].left = offset - 145;
                } 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 <=7) {
	  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 >=8) {
 	  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("
<STYLE TYPE="text/css">
A {text-decoration: underline;}
A:visited:hover {text-decoration: none; color: #FFFFCC;}</STYLE>
<script language="javascript">
function checkfield(loginform)
{
	ok=true
	if(loginform.name.value=="")
	{
		alert("Please Enter Your Name.")
		loginform.name.focus()
		ok=false
	}
	else if(loginform.country.value=="")
	{
		alert("Please Enter Country Name.")
		loginform.country.focus()
		ok=false
	}
	else if(loginform.phone.value=="")
	{
		alert("Please Enter Phone.")
		loginform.phone.focus()
		ok=false
	}
	else if (loginform.email.value == "")
	{
		alert("Please enter a value for the email field.");
		loginform.email.focus();
		ok=false
	}
	else if (!isEmailAddr(loginform.email.value))
	{
		alert("Please enter a complete email address in the form: yourname@yourdomain.com");
		loginform.email.focus();
		ok=false
	}
	else if(loginform.intended_month_year_of_visit.value=="")
	{
		alert("Please Enter Tentative Date.")
		loginform.intended_month_year_of_visit.focus()
		ok=false
	}
	else if (loginform.specific_requirements.value == "")
	{
		alert("Please specify requirements.");
		loginform.specific_requirements.focus();
		ok=false
	}
	else if (loginform.verif_box.value == "")
	{
		alert("Please verify your request.");
		loginform.verif_box.focus();
		ok=false
	}
	return ok
}
function isEmailAddr(email)
{
  var result = false
  var theStr = new String(email)
  var index = theStr.indexOf("@");
  if (index > 0)
  {
	var pindex = theStr.indexOf(".",index);
	if ((pindex > index+1) && (theStr.length > pindex+1))
	result = true;
  }
  return result;
}
</script>
<script language="javascript" >
		function ValidateNum(input,event){
			var keyCode = event.which ? event.which : event.keyCode;
			if(parseInt(keyCode)>=48 && parseInt(keyCode)<=57){
				return true;
			}
			return false;
		}
</script>
    
</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,240,270)\">\
<TABLE WIDTH=\"160\" BORDER=\"0\" BGCOLOR=\"#999999\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD>\
<TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\">\
<TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\" ALIGN=\"LEFT\">&nbsp;<A HREF=\"index.html#day-by-day\">Day- By- Day Tour Plan</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"index.html#customize\">Customize This Tour</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"index.html#comments\">Guest Comments</A></TD>\
</TR></TABLE></TD></TR></TABLE>\
</DIV>");

document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,10,270)\">\
<TABLE WIDTH=\"230\" BORDER=\"0\" BGCOLOR=\"#999999\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD>\
<TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\">\
<TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\" ALIGN=\"LEFT\">&nbsp;<A HREF=\"luxury-destination-india.html#delhi\">Delhi- The Capital </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"luxury-destination-india.html#taj\">The Taj- memories of love</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\" ALIGN=\"LEFT\">&nbsp;<A HREF=\"luxury-destination-india.html#rajasthan\">The Rajasthan- The land of Palaces  </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\" ALIGN=\"LEFT\">&nbsp;<A HREF=\"luxury-destination-india.html#temples\">Temples, Sculpturs and Spirituality  </A></TD>\
</TR></TABLE></TD></TR></TABLE>\
</DIV>");

document.write("<DIV id=\"menu3\" class=\"menu\" onMouseover=\"activateMenu(3,100,270)\">\
<TABLE WIDTH=\"220\" BORDER=\"0\" BGCOLOR=\"#999999\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<TR><TD>\
<TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\">\
<TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\" ALIGN=\"LEFT\">&nbsp;<A HREF=\"world-heritage-caves/index.html\">World Heritage Caves Tour</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"architecture-museum-tour/index.html\">Architecture & Museum Tour </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"colourful-rajasthan-tour/index.html\">Colourful Rajasthan </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"birds-tigers-photographic-safari/index.html\">Birds & Tigers Photographic Safari </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"heritage-culinary-wildlife-tour/index.html\">Heritage Culinary Luxury</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"taj-mahal-tour/index.html\">Great Taj Mahal Tour </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"luxury-india-holidays/index.html\">Luxury India Holiday </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"kerala-backwater-holidays/index.html\">Luxury Backwater Cruise Holidays </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"kerala-culinary-backwater/index.html\">Kerala Culinary & Backwater </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"feel-kerala/index.html\">Feel Of Kerala</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"best-classical-india/index.html\">Best of Classical India </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"india-nepal-tour/index.html\">Fascinating India & Nepal </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"palace-on-wheels/index.html\">Palace on Wheels </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"deccan-odyssey/index.html\">Deccan Odyssey Tour </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"tiger-safari-india/index.html\">Ranthambhore Tiger Safari </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"north-india-rajasthan-tour/index.html\">Best Of North India And Rajasthan</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"exotic-rajasthan-tour/index.html\">Exotic Rajasthan </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"godel-triangle-pushkar-tour/index.html\">Pushkar Fair With Golden Triangle </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"south-india-vacation/index.html\">South India Vacation </A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"south-india-tour/index.html\">South India Highlights</A></TD>\
</TR><TR>\
<TD BGCOLOR=\"#E4E2E2\" HEIGHT=\"17\" CLASS=\"tbl\">&nbsp;<A HREF=\"wilife-taj-tour-india/index.html\">Wildlife & Taj </A></TD>\
</TR></TABLE></TD></TR></TABLE>\
</DIV>");




}


//-->
