var europeSubMenu=new Array();
europeSubMenu[0]="<a href='HallmarksofEurope.html' >Hallmarks of Europe- 18 Days</a>";
europeSubMenu[1]="<a href='HistoricEastEurope.html'>Historic East Europe - 9 Days</a>";
europeSubMenu[2]="<a href='ScandicEastEurope.html'>Scandic East Europe - 17 Days</a>";
europeSubMenu[3]="<a href='ScenicScandinavia.html'>Scenic Scandinavia - 9 Days</a>";
europeSubMenu[4]="<a href='SwissDelight.html' >Swiss Delight - 7 Days</a>";
europeSubMenu[5]="<a href='ExclusiveEurope.html'>Exclusive Europe - 14 Days</a>";
europeSubMenu[6]="<a href='AlpineWonders.html'>Alpine Wonders - 7 Days</a>";
europeSubMenu[7]="<a href='BestofEurope.html'>Best of Europe - 11 Days</a>";
europeSubMenu[8]="<a href='EuropeanExperience.html'>European Experience - 17 Days</a>";
europeSubMenu[9]="<a href='EuropeanExtravaganza.html'>European Extravaganza - 15 Days</a>";
europeSubMenu[10]="<a href='EuropeonaBudget.html'>Europe on a Budget - 11 Days</a>";


var usaSubMenu=new Array();
usaSubMenu[0]="<a href='WestCostofUSA.html' >West Cost of USA- 7 Days</a>";
usaSubMenu[1]="<a href='AmericanEscapades.html'>American Escapades - 13 Days</a>";
usaSubMenu[2]="<a href='AmericanExperience.html'>American Experience - 15 Days</a>";
usaSubMenu[3]="<a href='AmericanGrandeur.html'>American Grandeur - 19 Days</a>";
usaSubMenu[4]="<a href='AmericanWonders.html' >American Wonders - 14 Days</a>";
usaSubMenu[5]="<a href='EastCoastofUSA.html'>East Coast of USA - 7 Days</a>";
usaSubMenu[6]="<a href='FunFilledOrlando.html'>Fun Filled Orlando - 8 Days</a>";


var fareastSubMenu=new Array();

fareastSubMenu[1]="<a href='Tour_of_the_East_for_NRI_new.html' >Tour Of The East for NRI - 6 Days</a>";
fareastSubMenu[2]="<a href='Eastern_Wonders_for_NRI_new.html'>Eastern Wonders for NRI - 7 Days</a>";
fareastSubMenu[3]="<a href='Highlights_of_the_East_for_NRI_new.html'>Highlights of East for NRI - 9 Days</a>";
fareastSubMenu[4]="<a href='Oriental_Classic_for_NRI_new.html'>Oriental Classics for NRI - 12 Days</a>";
fareastSubMenu[5]="<a href='Thai_Getaway_for_NRI_new.html'>Thai Getaway for NRI- 6 Days</a>";
fareastSubMenu[6]="<a href='Simply_Singapore_for_NRI_new.html'>Simply Singapore for NRI - 4 Days</a>";
fareastSubMenu[7]="<a href='Malaysian_Retreat_for_NRI_new.html'>Malaysian Retreat for NRI - 4 Days</a>";
fareastSubMenu[8]="<a href='Best_of_Japan_and_China_for_NRI_new.html'>Best of Japan and China for NRI - 16 Days</a>";
fareastSubMenu[9]="<a href='Chinese_Charm_for_NRI_new.html'>Chinese Charm for NRI - 7 Days</a>";
fareastSubMenu[10]="<a href='Chinese_Charm_with_Hong_Kong_and_Macau_for_NRI_new.html'>Chinese Charm with Hong Kong and Macau for NRI - 11 Days</a>";
fareastSubMenu[11]="<a href='Golden_Japan_for_NRI_new.html'>Golden Japan for NRI - 6 Days</a>";
fareastSubMenu[12]="<a href='Golden_Japan_with_Chinese_Charm_for_NRI_new.html'>Golden Japan with Chinese Charm for NRI - 12 Days</a>";


var anzSubMenu=new Array();
anzSubMenu[0]="<a href='Australian_Delight.html'>Australian Delight - 9 Days</a>"
anzSubMenu[2]="<a href='Australian_Delight_with_New_Zealand_for_nri_new.html'>Australian Delights with New Zealand - 16 Days</a>";
anzSubMenu[4]="<a href='AustralianGrandeurwithNewZealandforNri_new.html'>Australian Grandeur with New Zealand - 19 Days</a>";
anzSubMenu[7]="<a href='AustralianGrandeurforNri_new.html'>Australian Grandeur - 12 Days</a>";
anzSubMenu[8]="<a href='ScenicNewZealand_new.html'>Scenic New Zealand - 8 Days</a>";


var exoticSubMenu=new Array();
exoticSubMenu[0]="<a href='Splendid_South_Africa.html'>Splendid South Africa- 9 Days</a>";
exoticSubMenu[1]="<a href='African_Grandeur.html'>African Grandeur - 16 Days</a>";
exoticSubMenu[2]="<a href='Egyptian_Treasures.html'>Egyptian Treasures - 7 Days</a>";
exoticSubMenu[3]="<a href='Kenyan_Safari.html'>Kenyan Safari - 7 Days</a>";

var indiaSubMenu=new Array();


//Chinese_Charm_with_HongKong_and_Macau
var menuwidth='165px' //default menu width
var menubgcolor='#FFFFFF'  //menu bgcolor
var disappeardelay=20  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
	var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
	var parentEl=what.offsetParent;
	while (parentEl!=null){
		totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
		parentEl=parentEl.offsetParent;
	}
	return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
	if (ie4||ns6)
		dropmenuobj.style.left=dropmenuobj.style.top="-500px"
	if (menuwidth!=""){
		dropmenuobj.widthobj=dropmenuobj.style
		dropmenuobj.widthobj.width=menuwidth
	}
	if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
		obj.visibility=visible
	else if (e.type=="click")
		obj.visibility=hidden
}

function iecompattest(){
	return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
	if (ie4||ns6) dropmenuobj.innerHTML=what.join("");
}


function dropdownmenu(obj, e, menucontents, menuwidth){
	if (window.event) event.cancelBubble=true;
	else if (e.stopPropagation) e.stopPropagation();
	clearhidemenu();
	dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv;
	populatemenu(menucontents);

	if (ie4||ns6){
		showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth);
		dropmenuobj.x=getposOffset(obj, "left");
		dropmenuobj.y=getposOffset(obj, "top");
		dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px";
		dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px";
	}

	return clickreturnvalue();
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
	if (ie4&&!dropmenuobj.contains(e.toElement))
		delayhidemenu();
	else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
		delayhidemenu();
}

function hidemenu(e){
	if (typeof dropmenuobj!="undefined"){
		if (ie4||ns6)
			dropmenuobj.style.visibility="hidden";
	}
}

function delayhidemenu(){
	if (ie4||ns6)
		delayhide=setTimeout("hidemenu()",disappeardelay);
}

function clearhidemenu(){
	if (typeof delayhide!="undefined")
		clearTimeout(delayhide);
		
	if (hidemenu_onclick=="yes")
	document.onclick=hidemenu;
	
}

	
