// JavaScript Document

function navigate(){
	if(this.select.value == "Coorg" ){
		location="coorg.htm"	
	}else if (this.select.value == "Chikamagalur"){
		location="chikamagalur.htm"	
	}else if (this.select.value == "JungleResorts"){
		location="jungle_loadges_resorts.htm"	
	}else if (this.select.value == "CostalKarnataka"){
		location="beaches.htm"	
	}else if (this.select.value == "Kerala"){
		location="kerala.htm"	
	}else if (this.select.value == "TamilNadu"){
		location="tamil_nadu.htm"	
	}else if (this.select.value == "Bangalore"){
		location="around_bangalore.htm"	
	}else if (this.select.value == "Goa"){
		location="goa.htm"	
	}else if (this.select.value == "NorthIndia"){
		location="north_india.htm"	
	}else if (this.select.value == "International"){
		location="outbound.htm"	
	}else if (this.select.value == "Packages"){
		location="packages.htm"	
	}else if (this.select.value == "Island"){
		location="island.htm"	
	}else if (this.select.value == "Coastal"){
		location="coastal_karnataka/coastal.htm"	
	}

}
