/* Optimized Javascript code from homepage.js starts here */
function themeholidaytabs(divName)
{
for(i=0; i<=3; i++)
	{
		document.getElementById('themeholiday'+i).style.display='none';
		document.getElementById(divName).style.display='';
	}
		
}
function btnon(li)
{
for(i=0; i<=3; i++)
	{
		document.getElementById('menuid'+i).className='';
		document.getElementById(li).className='themeholidaymenuon';
	}
		
}
function departf(){
document.getElementById('save500').style.display='none';
document.getElementById('flightsonlybtnhotel').style.display='none';
document.getElementById('flightsonlybtnhotel_off').style.display='';
document.getElementById('textdiv').style.display='none';
document.getElementById('textdivdsbl').style.display='';
}
function returnf(){
document.getElementById('save500').style.display='';
document.getElementById('flightsonlybtnhotel').style.display='';
document.getElementById('flightsonlybtnhotel_off').style.display='none';
document.getElementById('textdiv').style.display='';
document.getElementById('textdivdsbl').style.display='none';
}
function shodcal(){
	document.getElementById('CALFROM').style.display='none';
	document.getElementById('CALFROMH').style.display='';
}
// Raahi Js
function raahiCityGuideInd(val){
//alert(val);
if(document.raahiDestCityInd.raahiDestVal.value=='')return false;
else{
var gTrackCode ='utm_source=Yatra%2BDomestic%2BHome%2BPage%2B(home%2C%2Bflights%2C%2Bhotels%2C%2Bbuses%2C%2Bcars)&utm_medium=HTML%2Bunit%2B-%2BDiscover%2BIndia';
//unescape(gTrackCode);
//document.raahiDestCityInd.action='http://www.raahi.com/external/'+val+'?'+gTrackCode;
document.raahiDestCityInd.action='http://www.raahi.com/index.php?option=com_destinationfinder&Itemid=88889026&task=show&d='+val+'&'+gTrackCode;
document.raahiDestCityInd.submit();return true;
}
}



