/* =================================== matching_columns.js ends here ==================================== */
matchColumns=function(){ 

     var contDivs,maxHeight,divHeight,d; 
	
     // get all <div> elements in the document 
     
     var divs=document.getElementsByTagName('div'); 

     contDivs=[]; 

     // initialize maximum height value 

     maxHeight=0; 

     // iterate over all <div> elements in the document 

     for(var i=0;i<divs.length;i++){ 

          // make collection with <div> elements with class attribute 'container' 

          if(/\bcolumn\b/.test(divs[i].className)){ 

                d=divs[i]; 
		
                contDivs[contDivs.length]=d; 

                // determine height for <div> element 

                if(d.offsetHeight){ 

                     divHeight=d.offsetHeight; 					

                } 

                else if(d.style.pixelHeight){ 

                     divHeight=d.style.pixelHeight;					 

                } 

                // calculate maximum height 

                maxHeight=Math.max(maxHeight,divHeight); 

          } 

     } 

     // assign maximum height value to all of container <div> elements 

     for(var i=0;i<contDivs.length;i++){ 
	
          contDivs[i].style.height=maxHeight + "px"; 
		  MM_preloadImages1(); 
     } 

} 

// Runs the script when page loads 

function airways(){
	
	matchColumns();
	x=matchColumns() + 50 + 'px';
			}


function viewres()
{
 var varRes_tab_id = document.getElementById("res-tab");

 if(varRes_tab_id==null)return;
 
 if(varRes_tab_id.style.display=="none")
 {
	 varRes_tab_id.style.display="block";
 }
 else if(varRes_tab_id.style.display=="block")
 {
   varRes_tab_id.style.display="none"; 
 }
 
 }

/* =================================== matching_columns.js ends here ==================================== */

/* =================================== tab.js starts here ==================================== */
function EnabalTab(id)
{
 var id1 = document.getElementById("id1");
 var id2 = document.getElementById("id2");
 var id3 = document.getElementById("id3");
 var id4 = document.getElementById("id4");

 if(id==1)
 {
    id1.style.display="block";
    id2.style.display="none";
    id3.style.display="none";
 	id4.style.display="none";
 }
 else if(id==2)
 {
    id1.style.display="none";
    id2.style.display="block";
    id3.style.display="none";
	id4.style.display="none";
 }
 else if(id==3)
 {
    id1.style.display="none";
    id2.style.display="none";
    id3.style.display="block";
	id4.style.display="none";
 }
  else if(id==4)
 {
    id1.style.display="none";
    id2.style.display="none";
    id3.style.display="none";
	id4.style.display="block";
 }

}
/* =================================== tab.js ends here ==================================== */

/* =================================== AjaxScripts/jsOffer.js starts here ==================================== */
var objOffer;
			
			function Get_Offer(varCityId)
			{			
			if (window.XMLHttpRequest) { // Mozilla, Safari, ...
            objOffer = new XMLHttpRequest();
            if (objOffer.overrideMimeType) {
                objOffer.overrideMimeType('text/xml');
                // See note below about this line
            }
			} else if (window.ActiveXObject) { // IE
            try {
                objOffer = new ActiveXObject("Msxml2.XMLHTTP");
            } catch (e) {
                try {
                    objOffer = new ActiveXObject("Microsoft.XMLHTTP");
                } catch (e) {objOffer = null;}
            }
			}
						
			if(objOffer!=null)
			{	
			    var varURL;
			    var randomnumber=Math.floor(Math.random()*25);
			    
			
//varURL = (("http:" == document.location.protocol) ? "http://www.theleela.com/HTTPS/Ajaxforms/frmOffer.aspx" : "HTTPS/Ajaxforms/frmOffer.aspx");
			    varURL ="Ajaxforms/frmOffer.aspx?CityId=" + varCityId + "&randomnumber=" + randomnumber;
			   	objOffer.onreadystatechange = ProcessResponse_Offer;
				objOffer.open("GET", varURL ,  true);
				objOffer.send(null);  
			}
			return false;
			}
			
				
				
			function ProcessResponse_Offer()
			{
						
				if(objOffer.readyState == 4)
				{
					if(objOffer.status == 200)
					{
						var retval=objOffer.responseText;  
						var divOffer = document.getElementById("rpanel-img");
						divOffer.innerHTML = "";
						divOffer.innerHTML = retval.replace(/http:/g,document.location.protocol);	
						
						
					}
					else
					{
						
					}
				}
			}
			
/*******************************************************************************************************************/

		function get_OfferDetailPage(urlPath)
		{
			var varMode;
			varMode = document.getElementById("cmbInr_Usd");
			
			document.location.href= urlPath + '&mode=' + varMode.value;
			return false;
		}

		function get_specialoffer(CityID, OfferID)
		{
			
			var varMode;
			var url; 
			//url =  (("http:" == document.location.protocol) ? "http://www.theleela.com/" : ""); 	
			varMode = document.getElementById("cmbInr_Usd");
			
			
			if(varMode!=null)
			{
			  	
				if(varMode.value == "1")
				{
					
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
					
				}
				else if(varMode.value == "2")
				{
				
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=2";
									
				}
				else
				{
				
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
				
				}
			}
			else
			{
				url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
			}
			
			document.location.href= url;
			return false;
		}
		
		function get_Mainspecialoffer(CityID, OfferID)
		{
			
			var varMode;
			var url;
			varMode = document.getElementById("cmbInr_Usd" + OfferID);
			//url =  (("http:" == document.location.protocol) ? "" : ""); 	
		
			if(varMode!=null)
			{
        		
				if(varMode.value == "1")
				{
					
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
					
				}
				else if(varMode.value == "2")
				{
				
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=2";
									
				}
				else
				{
				
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
				
				}
			}
			else
			{
				url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
			}
			
			document.location.href= url;
			return false;
		}

/* =================================== AjaxScripts/jsOffer.js ends here ==================================== */

/* =================================== menu.js starts here ==================================== */
var objOfferHome;
			
			function Get_HomeOffers()
			{
			
			if (window.XMLHttpRequest) { // Mozilla, Safari, ...
            objOfferHome = new XMLHttpRequest();
            if (objOfferHome.overrideMimeType) {
                objOfferHome.overrideMimeType('text/xml');
                // See note below about this line
            }
			} else if (window.ActiveXObject) { // IE
            try {
                objOfferHome = new ActiveXObject("Msxml2.XMLHTTP");
            } catch (e) {
                try {
                    objOfferHome = new ActiveXObject("Microsoft.XMLHTTP");
                } catch (e) {objOfferHome = null;}
            }
			}
			
			if(objOfferHome!=null)
			{	
			    var varURL;
			  
			   // varURL = (("http:" == document.location.protocol) ? "http://www.theleela.com/HTTPS/Ajaxforms/HomeOffers.aspx" : "HTTPS/Ajaxforms/HomeOffers.aspx");
			    
			  	objOfferHome.onreadystatechange = ProcessResponse_Offer_homepage;
				objOfferHome.open("GET", "Ajaxforms/HomeOffers.aspx" ,  true);
				objOfferHome.send(null);  
			}
			return false;
			}
			
				
				
			function ProcessResponse_Offer_homepage()
			{
					
				if(objOfferHome.readyState == 4)
				{
					if(objOfferHome.status == 200)
					{
						var retval=objOfferHome.responseText;  
						
						var divOffer = document.getElementById("menu-offers");
						
						divOffer.innerHTML = "";
						divOffer.innerHTML = retval.replace(/http:/g,document.location.protocol);;
					}
					else
					{
						
					}
				}
			}
			
/*******************************************************************************************************************/



function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_preloadImages1() { 
MM_preloadImages('../menu_img/bg-top-new.gif','../menu_img/sel_bg-new.gif','../menu-images/tab_hotels.gif','../menu_img/bg.gif','../menu_img/bg-gur.gif','../menu_img/bg-home.gif','../menu_img/bg-home-sel.gif','../menu_img/bg-top01.gif','../menu_img/bg-top-sel.gif','../menu_img/sel_bg.gif','../menu_img/sel_bg-gur.gif','../menu_img/top-sml.gif','../menu_img/bg-topup.gif','../menu_img/bg-topmum.gif','../menu_img/tab_spa_02.gif','../menu_img/tab_hotels_02.gif','../menu_img/tab_live_leela_022.gif','../menu_img/tab_live_leela_02.gif','../menu_img/tab_celebrations_02.gif','../menu-images/tab_hotels_01.gif','../menu-images/tab_offers.gif','../menu-images/tab_offers_01.gif','../menu-images/tab_business_services.gif','../menu-images/tab_business_services_01.gif','../menu-images/tab_spa.gif','../menu-images/tab_spa_01.gif','../menu-images/tab_celebrations.gif','../menu-images/tab_celebrations_01.gif','../menu-images/tab_live_leela.gif','../menu-images/tab_live_leela_01.gif','../menu-images/mumbai.gif','../menu-images/bangalore.gif','../menu-images/goa.gif','../menu-images/kovalam.gif','../menu-images/gurgaon.gif','../menu-images/upcoming.gif','../menu-images/mumbai1.gif','../menu-images/bangalore1.gif','../menu-images/goa1.gif','../menu-images/kovalam1.gif','../menu-images/gurgaon1.gif','../menu-images/udaipur2.gif','src\css\gold/gold.jpg','src/css/gold/brushed-steel.jpg','src/css/gold/coolbg.png','../menu-images/th-delhi.jpg','mcal/brushed-steel1.jpg');
document.getElementById('menu').style.display ='block'; 
}




	
	
	function go_buss_menu()
{
	
     document.location="hotels.html";
}

	

function go_spa_menu()
{
	
     document.location="spa.html";
	 
}

function go_cele_menu()
{
	
     document.location="meetings.html";
	 
}
	
function buss_menu()
{
	
	document.getElementById("Tabmum").style.backgroundImage="url(../../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById("Tabb").style.backgroundImage="url(../menu_img/tab_hotels_02.gif)";
	document.getElementById("Tabo").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabc").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabt").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabs").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";

	document.getElementById('menu-hotels').style.display = 'none';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';

	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'block';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';
	return false;
	
}

function spe_off()
{
	document.getElementById("Tabmum").style.backgroundImage="url(menu_img/bg-top01.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(menu_img/bg-top-new.gif)";
	
	document.getElementById("Tabb").style.backgroundImage="url(menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabo").style.backgroundImage="url(menu_img/tab_live_leela_02.gif)";
	document.getElementById("Tabc").style.backgroundImage="url(menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabt").style.backgroundImage="url(menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabs").style.backgroundImage="url(menu_img/tab_hotels_1.gif)";

	document.getElementById('menu-hotels').style.display = 'none';
	document.getElementById("buss_hotels").style.display='none';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';

	document.getElementById('menu-box').style.display = 'block';
	document.getElementById('menu-offers').style.display = 'block';
	Get_HomeOffers();
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';
	return false;
	
}
function spa_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById("Tabb").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabo").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabc").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabt").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabs").style.backgroundImage="url(../menu_img/tab_spa_02.gif)";
	
	document.getElementById('menu-hotels').style.display = 'none';
	document.getElementById('buss_hotels').style.display = 'none'; 
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';

	document.getElementById('menu-box').style.display = 'block';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'block';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';
	return false;
}
function cele_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById("Tabb").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabo").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabc").style.backgroundImage="url(../menu_img/tab_celebrations_02.gif)";
	document.getElementById("Tabt").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabs").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	
	document.getElementById('menu-hotels').style.display = 'none';
	document.getElementById('buss_hotels').style.display = 'none';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';

	document.getElementById('menu-box').style.display = 'block';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'block';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';
	return false;

}


function live_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById("Tabb").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabo").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabc").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById("Tabt").style.backgroundImage="url(../menu_img/tab_live_leela_022.gif)";
	document.getElementById("Tabs").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
	document.getElementById('menu-hotels').style.display = 'none';
	document.getElementById('buss_hotels').style.display = 'none';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';

	document.getElementById('menu-box').style.display = 'block';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'block';
	return false;

}


function mum_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/sel_bg01.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';

	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'block';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';
	return false;
}


function ban_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/sel_bg01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';

	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'block';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
    document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';
	return false;
}

function gur_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/sel_bg01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';

	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'block';
    document.getElementById('menu-new-delhi').style.display = 'none';
		document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';
	return false;
}

function gur_residences_menu()
{
document.getElementById('submenu_gurgaon1').style.visibility='visible';
document.getElementById('submenu_gurgaon2').style.visibility='hidden';
document.getElementById('gurgaon-menu-offer-opt1').style.visibility='visible';
document.getElementById('gurgaon-menu-offer-opt2').style.visibility='visible';
document.getElementById('gurgaon-menu-offer-opt3').style.visibility='visible';
document.getElementById('the-leela-kempinski-gurgaon-sub3').style.backgroundImage="url(../menu_img/sel_bg-gur.gif)";
document.getElementById('the-leela-residences-kempinski-gurgaon-sub3').style.backgroundImage="url(../menu_img/bg-gur.gif)";


}

function gur_delhi_menu()
{
document.getElementById('submenu_gurgaon1').style.visibility='hidden';
document.getElementById('submenu_gurgaon2').style.visibility='visible';
document.getElementById('gurgaon-menu-offer-opt1').style.visibility='hidden';
document.getElementById('gurgaon-menu-offer-opt2').style.visibility='hidden';
document.getElementById('gurgaon-menu-offer-opt3').style.visibility='hidden';
 //document.getElementById('the-leela-kempinski-gurgaon-sub3').style.backgroundImage="url(../menu_img/sel_bg-gur.gif)";
//document.getElementById('the-leela-residences-kempinski-gurgaon-sub3').style.backgroundImage="url(../menu_img/bg-gur.gif)";
document.getElementById('the-leela-kempinski-gurgaon-sub3').style.backgroundImage="url(../menu_img/bg-gur.gif)";
document.getElementById('the-leela-residences-kempinski-gurgaon-sub3').style.backgroundImage="url(../menu_img/sel_bg-gur.gif)";
}

function new_delhi_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/sel_bg-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';

	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = '';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'block';
	document.getElementById('menu-upcoming').style.display = 'none';
	return false;
}


function up_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/sel_bg01.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';
	document.getElementById('menu-career').style.display = 'none';
	
	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'block';
	return false;	
}

function goa_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/sel_bg01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';

	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'block';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';
	return false;	
}


function kov_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/sel_bg01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';

	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'block';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'none';
	document.getElementById('menu-upcoming').style.display = 'none';
	return false;	
}

function uda_menu()
{
	document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-topmum.gif)";
	document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-topup.gif)";
	document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
	document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/sel_bg01.gif)";
	document.getElementById("Tabnd").style.backgroundImage="url(../menu_img/bg-top-new.gif)";
	
	document.getElementById('menu-box').style.display = 'none';
	document.getElementById('menu-offers').style.display = 'none';
	document.getElementById('menu-business').style.display = 'none';
	document.getElementById('menu-spa').style.display = 'none';
	document.getElementById('menu-celebrations').style.display = 'none';
	document.getElementById('menu-live').style.display = 'none';

	document.getElementById('menu-hotels').style.display = 'block';
	document.getElementById("buss_hotels").style.display='block';
	document.getElementById('menu-mumbai').style.display = 'none';
	document.getElementById('menu-bangalore').style.display = 'none';
	document.getElementById('menu-goa').style.display = 'none';
	document.getElementById('menu-kovalam').style.display = 'none';
	document.getElementById('menu-gurgaon').style.display = 'none';
	document.getElementById('menu-new-delhi').style.display = 'none';
	document.getElementById('menu-udaipur').style.display = 'block';
	document.getElementById('menu-upcoming').style.display = 'none';
	return false;	
}



function menu_close()
{

document.getElementById('menu-box').style.display = 'none';
document.getElementById('menu-offers').style.display = 'none';
document.getElementById('menu-business').style.display = 'none';
document.getElementById('menu-spa').style.display = 'none';
document.getElementById('menu-celebrations').style.display = 'none';
document.getElementById('menu-live').style.display = 'none';
document.getElementById("buss_hotels").style.display='none';document.getElementById('menu-hotels').style.display = 'none';	
document.getElementById('menu-career').style.display = 'none';
document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabb").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabo").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabc").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabt").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabs").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";}

function menu_cls()
{
document.getElementById('menu-box').style.display = 'none';
document.getElementById('menu-offers').style.display = 'none';
document.getElementById('menu-business').style.display = 'none';
document.getElementById('menu-spa').style.display = 'none';
document.getElementById('menu-celebrations').style.display = 'none';
document.getElementById('menu-live').style.display = 'none';
document.getElementById("buss_hotels").style.display='none';
document.getElementById('menu-hotels').style.display = 'none';	
document.getElementById("Tabmum").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabban").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabgur").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabup").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabgoa").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabkov").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabuda").style.backgroundImage="url(../menu_img/bg-top01.gif)";
document.getElementById("Tabb").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabo").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabc").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabt").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
document.getElementById("Tabs").style.backgroundImage="url(../menu_img/tab_hotels_1.gif)";
}




function showSub1_gurgaon_residences()
{
document.getElementById('submenu_gurgaon1').style.visibility='visible';
document.getElementById('submenu_gurgaon2').style.visibility='hidden';
document.getElementById('gurgaon-menu-offer-opt1').style.visibility='visible';
document.getElementById('gurgaon-menu-offer-opt2').style.visibility='visible';
document.getElementById('gurgaon-menu-offer-opt3').style.visibility='visible';
document.getElementById('the-leela-kempinski-gurgaon-sub3').src='images/the-leela-kempinski-gurgaon-sub1.gif';
document.getElementById('the-leela-residences-kempinski-gurgaon-sub3').src='images/the-leela-residences-kempinski-gurgaon-sub2.gif';


}

function showSub2_gurgaon_residences()
{
document.getElementById('submenu_gurgaon1').style.visibility='hidden';
document.getElementById('submenu_gurgaon2').style.visibility='visible';
document.getElementById('gurgaon-menu-offer-opt1').style.visibility='hidden';
document.getElementById('gurgaon-menu-offer-opt2').style.visibility='hidden';
document.getElementById('gurgaon-menu-offer-opt3').style.visibility='hidden';
document.getElementById('the-leela-kempinski-gurgaon-sub3').src='images/the-leela-kempinski-gurgaon-sub2.gif';
document.getElementById('the-leela-residences-kempinski-gurgaon-sub3').src='images/the-leela-residences-kempinski-gurgaon-sub1.gif';
}


function open_gurgaon_delhi_home()
{
	
     document.location="hotel-gurgaon.html";
}
	
	
function open_gurgaon_residences_home()
{
	
     document.location="hotel-gurgaon-residencies-home.html";
}

function reservation_home(city_id)
{
	
	if (city_id!= null)
				{
					if (city_id == "mumbai")
					{
						window.location="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=IN&instanceId=24&travelAgentId=&propertyCode=BOMLM&lookAndFeelId=5260&locale=en";				
					}
					else if (city_id == "bangalore")
					{
						window.location="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=IN&instanceId=24&travelAgentId=&propertyCode= BLRLB&lookAndFeelId=5260&locale=en";				
					}
					else if (city_id == "goa")
					{
						window.location="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=IN&instanceId=24&travelAgentId=&propertyCode= GOILG&lookAndFeelId=5260&locale=en";				
					}
					else if (city_id == "kovalam")
					{
						window.location="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=IN&instanceId=24&travelAgentId=&propertyCode= TRVLK&lookAndFeelId=5260&locale=en";				
					}
					else if (city_id == "Gurgaon")
					{
						window.location="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=IN&instanceId=24&travelAgentId=&propertyCode= DELLG&lookAndFeelId=5260&locale=en";				
					}
					else if (city_id == "Udaipur")
					{
						window.location="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=IN&instanceId=24&travelAgentId=&propertyCode= UDRLU&lookAndFeelId=5260&locale=en";				
					}					
					else
					{
                        alert("Please select hotel");
					}
				}
					else
					{
                        alert("Please select hotel");
					}
	
}

/* =================================== menu.js ends here ==================================== */

/* =================================== slide-in.js starts here ==================================== */
var ini_start = -700;
var final_end = 15;
var t;

function move_in()
{	
	var el = document.getElementById('my_slider');
	ini_start = ini_start + 15;
	if (ini_start >= 15)
	{
		stop_count();
	}
	else
	{
		el.style.top = (ini_start) + 'px';
		t = setTimeout("move_in()",1);	
	}
	
}

function move_out()
{
	var el = document.getElementById('my_slider');
	final_end = final_end - 30;
	if (final_end <= -1000)
	{
		stop_count();
	}
	else
	{
		el.style.top = (final_end) + 'px';
		t = setTimeout("move_out()",1);	
	}

}

function stop_count()
{
	clearTimeout(t);
	ini_start = -700;
	final_end = 15;
}

function slider_left()
{
	var el = document.getElementById('my_slider');
	my_width = 500;
	scr_width = screen.width;	
	my_left = (scr_width/2) - (my_width/2);
	el.style.left = (my_left) + 'px';
}


/* =================================== slide-in.js ends here ==================================== */

/* =================================== slide-in1.js starts here ==================================== */
var ini_start1 = -500;
var final_end1 = 15;
var t1;

function move_in1()
{	
	var el = document.getElementById('res_slider');
	ini_start1 = ini_start1 + 15;
	if (ini_start1 >= 15)
	{
		stop_count1();
	}
	else
	{
		el.style.top = (ini_start1) + 'px';
		t1 = setTimeout("move_in1()",1);	
	}
}

function move_out1()
{
	var el = document.getElementById('res_slider');
	final_end1 = final_end1 - 30;
	if (final_end1 <= -1000)
	{
		stop_count1();
	}
	else
	{
		el.style.top = (final_end1) + 'px';
		t1 = setTimeout("move_out1()",1);	
	}

}


function set_intial1()
{
	var el = document.getElementById('res_slider');
	final_end = -1000;
	el.style.top = (final_end) + 'px';
	
	stop_count();
}

function stop_count1()
{
	clearTimeout(t);
	ini_start1 = -500;
	final_end1 = 15;
}

function slider_left1()
{
	var el = document.getElementById('res_slider');
	my_width = -150;
	scr_width = screen.width;	
	my_left = (scr_width/2) - (my_width/2);
	el.style.left = (my_left) + 'px';
}
/* =================================== slide-in1.js ends here ==================================== */

/* =================================== slide-in2.js starts here ==================================== */
var ini_start2 = -500;
var final_end2 = 15;
var t2;

function move_in2()
{	
	var e2 = document.getElementById('tollfree_slider');
	ini_start2 = ini_start2 + 15;
	if (ini_start2 >= 15)
	{
		stop_count2();
	}
	else
	{
		e2.style.top = (ini_start2) + 'px';
		t2 = setTimeout("move_in2()",1);	
	}
}

function move_out2()
{
	var e2 = document.getElementById('tollfree_slider');
	final_end2 = final_end2 - 30;
	if (final_end2 <= -1000)
	{
		stop_count2();
	}
	else
	{
		e2.style.top = (final_end2) + 'px';
		t2 = setTimeout("move_out2()",1);	
	}

}



function stop_count2()
{
	clearTimeout(t2);
	ini_start2 = -500;
	final_end2 = 15;
}

function slider_left2()
{
	var e2 = document.getElementById('tollfree_slider');
	my_width = -150;
	scr_width = screen.width;	
	my_left = (scr_width/2) - (my_width/2);
	e2.style.left = (my_left) + 'px';
}
/* =================================== slide-in2.js ends here ==================================== */

/* =================================== slide-new.js starts here ==================================== */
var uniquepageid=window.location.href.replace("http://"+window.location.hostname, "").replace(/^\//, "") //get current page path and name, used to uniquely identify this page for persistence feature

function animatedcollapse(divId, animatetime, persistexpand, initstate){
	this.divId=divId
	this.divObj=document.getElementById(divId)
	this.divObj.style.overflow="hidden"
	this.timelength=animatetime
	this.initstate=(typeof initstate!="undefined" && initstate=="block")? "block" : "contract"
	this.isExpanded=animatedcollapse.getCookie(uniquepageid+"-"+divId) //"yes" or "no", based on cookie value
	this.contentheight=parseInt(this.divObj.style.height)
	var thisobj=this
	if (isNaN(this.contentheight)){ //if no CSS "height" attribute explicitly defined, get DIV's height on window.load
		animatedcollapse.dotask(window, function(){thisobj._getheight(persistexpand)}, "load")
		if (!persistexpand && this.initstate=="contract" || persistexpand && this.isExpanded!="yes") //Hide DIV (unless div should be expanded by default, OR persistence is enabled and this DIV should be expanded)
			this.divObj.style.visibility="hidden" //hide content (versus collapse) until we can get its height
	}
	else if (!persistexpand && this.initstate=="contract" || persistexpand && this.isExpanded!="yes") //Hide DIV (unless div should be expanded by default, OR persistence is enabled and this DIV should be expanded)
		this.divObj.style.height=0 //just collapse content if CSS "height" attribute available
	if (persistexpand)
		animatedcollapse.dotask(window, function(){animatedcollapse.setCookie(uniquepageid+"-"+thisobj.divId, thisobj.isExpanded)}, "unload")
}

animatedcollapse.prototype._getheight=function(persistexpand){
	this.contentheight=this.divObj.offsetHeight
	if (!persistexpand && this.initstate=="contract" || persistexpand && this.isExpanded!="yes"){ //Hide DIV (unless div should be expanded by default, OR persistence is enabled and this DIV should be expanded)
		this.divObj.style.height=0 //collapse content
		this.divObj.style.visibility="visible"
	}
	else //else if persistence is enabled AND this content should be expanded, define its CSS height value so slideup() has something to work with
		this.divObj.style.height=this.contentheight+"px"
		document.getElementById('close').style.display = 'block'
}


animatedcollapse.prototype._slideengine=function(direction){
	var elapsed=new Date().getTime()-this.startTime //get time animation has run
	var thisobj=this
	if (elapsed<this.timelength){ //if time run is less than specified length
		var distancepercent=(direction=="down")? animatedcollapse.curveincrement(elapsed/this.timelength) : 1-animatedcollapse.curveincrement(elapsed/this.timelength)
	this.divObj.style.height=distancepercent * this.contentheight +"px"
	this.runtimer=setTimeout(function(){thisobj._slideengine(direction)}, 10)
	}
	else{ //if animation finished
		this.divObj.style.height=(direction=="down")? this.contentheight+"px" : 0
		this.isExpanded=(direction=="down")? "yes" : "no" //remember whether content is expanded or not
		this.runtimer=null
		
	}
}


animatedcollapse.prototype.slidedown=function(){
	if (typeof this.runtimer=="undefined" || this.runtimer==null){ //if animation isn't already running or has stopped running
		if (isNaN(this.contentheight)) //if content height not available yet (until window.onload)
			alert("Please wait until document has fully loaded then click again")
		else if (parseInt(this.divObj.style.height)==0){ //if content is collapsed
			this.startTime=new Date().getTime() //Set animation start time
			this._slideengine("down")
		}
	}
}

animatedcollapse.prototype.slideup=function(){
	if (typeof this.runtimer=="undefined" || this.runtimer==null){ //if animation isn't already running or has stopped running
		if (isNaN(this.contentheight)) //if content height not available yet (until window.onload)
			alert("Please wait until document has fully loaded then click again")
		else if (parseInt(this.divObj.style.height)==this.contentheight){ //if content is expanded
			this.startTime=new Date().getTime()
			this._slideengine("up")
		}
	}
}

animatedcollapse.prototype.slideup1=function(){
			if(document.getElementById('close').style.display=='block')
			{
				this.startTime=new Date().getTime();
				this._slideengine("up");
				document.getElementById('close').style.display='none'
				document.getElementById('open').style.display='block'
			}
			else
			{			
				document.getElementById('close').style.display='none'
				document.getElementById('open').style.display='block'
			}
		}


animatedcollapse.prototype.slideit=function(){
	if (isNaN(this.contentheight)) //if content height not available yet (until window.onload)
		alert("Please wait until document has fully loaded then click again")
	else if (parseInt(this.divObj.style.height)==0)
		this.slidedown()
	else if (parseInt(this.divObj.style.height)==this.contentheight)
		this.slideup()
}

// -------------------------------------------------------------------
// A few utility functions below:
// -------------------------------------------------------------------

animatedcollapse.curveincrement=function(percent){
	return (1-Math.cos(percent*Math.PI)) / 2 //return cos curve based value from a percentage input
}


animatedcollapse.dotask=function(target, functionref, tasktype){ //assign a function to execute to an event handler (ie: onunload)
	var tasktype=(window.addEventListener)? tasktype : "on"+tasktype
	if (target.addEventListener)
		target.addEventListener(tasktype, functionref, false)
	else if (target.attachEvent)
		target.attachEvent(tasktype, functionref)
}

animatedcollapse.getCookie=function(Name){ 
	var re=new RegExp(Name+"=[^;]+", "i"); //construct RE to search for target name/value pair
	if (document.cookie.match(re)) //if cookie found
		return document.cookie.match(re)[0].split("=")[1] //return its value
	return ""
}

animatedcollapse.setCookie=function(name, value, days){
	if (typeof days!="undefined"){ //if set persistent cookie
		var expireDate = new Date()
		var expstring=expireDate.setDate(expireDate.getDate()+days)
		document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()
	}
	else //else if this is a session only cookie
		document.cookie = name+"="+value
}
/* =================================== slide-new.js ends here ==================================== */

/* =================================== AjaxScripts/jsHomeCityWiseOffers.js starts here ==================================== */
var objHomeCityWiseOffers;
			
			function Get_HomeCityWiseOffers(CityID)
			{
			debugger
			if (window.XMLHttpRequest) { // Mozilla, Safari, ...
            objHomeCityWiseOffers = new XMLHttpRequest();
            if (objHomeCityWiseOffers.overrideMimeType) {
                objHomeCityWiseOffers.overrideMimeType('text/xml');
                // See note below about this line
            }
			} else if (window.ActiveXObject) { // IE
            try {
                objHomeCityWiseOffers = new ActiveXObject("Msxml2.XMLHTTP");
            } catch (e) {
                try {
                    objHomeCityWiseOffers = new ActiveXObject("Microsoft.XMLHTTP");
                } catch (e) {objHomeCityWiseOffers = null;}
            }
			}

			if(objHomeCityWiseOffers!=null)
			{	
				objHomeCityWiseOffers.onreadystatechange = ProcessResponse_HomeCityWiseOffers;
				//alert(varIP + "AjaxForms/frmHomeCityWiseOffers.aspx?CityID=" + CityID);
				
    			var url = (("http:" == document.location.protocol) ? "" : "");
				objHomeCityWiseOffers.open("GET", url + "HTTPS/AjaxForms/frmHomeCityWiseOffers.aspx?CityID=" + CityID,  true);
				objHomeCityWiseOffers.send(null);  
			}
			return false;
			}
			
				
				
			function ProcessResponse_HomeCityWiseOffers()
			{
						
				if(objHomeCityWiseOffers.readyState == 4)
				{
					if(objHomeCityWiseOffers.status == 200)
					{
						var retval=objHomeCityWiseOffers.responseText;  
						
						var divOffer = document.getElementById("rpanel-img");
						divOffer.innerHTML = "";
						divOffer.innerHTML = retval.replace(/http:/g,document.location.protocol);
					}
					else
					{
						//alert("Error retrieving data!" );
					}
				}
			}
			
			
			
/*******************************************************************************************************************/

function get_OfferDetailPage(urlPath,cmbId)
{
   var varMode;
   varMode = document.getElementById(cmbId);
   //alert(varMode.value);
   document.location.href= urlPath + '&mode=' + varMode.value;
  return false;
}



/*******************************************************************************************************************/

function get_Mainspecialoffer(CityID, OfferID)
		{
			
			var varMode;
			//var url = (("http:" == document.location.protocol) ? "" : "");
			varMode = document.getElementById("cmbInr_Usd" + OfferID);
			
			if(varMode!=null)
			{
			
				if(varMode.value == "1")
				{
					
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
					
				}
				else if(varMode.value == "2")
				{
				
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=2";
									
				}
				else
				{
				
					url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
				
				}
			}
			else
			{
				url ="/specialoffers/index.aspx?CityID=" + CityID + "&OfferID=" + OfferID  + "&Mode=1";
			}
			
			document.location.href= url;
			return false;
		}


function reservation()
{
    
	 var location = document.getElementById("select");	
  	  var ResRadioGroup = document.getElementsByName("radiobutton"); 


	if(location.value=="")
	{
	  alert("Please select city !");
	}

	if(location.value=="mumbai")
	{
	  
		if(ResRadioGroup[0].checked==true)
		{
		

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=3438840";
		}

		if(ResRadioGroup[1].checked==true)
		{
			   

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=3054824";
		}

	}


	if(location.value=="bangalore")
	{
		
		if(ResRadioGroup[0].checked==true)
		{
			

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=9401213";
		}

		if(ResRadioGroup[1].checked==true)
		{
			

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=9196619";
		}
	}
	if(location.value=="goa")
	{
		
		if(ResRadioGroup[0].checked==true)
		{
			

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=9020218";
		}

		if(ResRadioGroup[1].checked==true)
		{
			

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=8711144";
		}
	}

	if(location.value=="kovalam")
	{
		
		if(ResRadioGroup[0].checked==true)
		{
			

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=9904429";
		}

		if(ResRadioGroup[1].checked==true)
		{
			

document.location.href="http://www.reztrip.com/RezTripWeb/defaultSearchDisplay.do?propertyId=9664646";
		}
	}
	

}
/* =================================== AjaxScripts/jsHomeCityWiseOffers.js ends here ==================================== */

/* =================================== AjaxScripts/jsBookingVal.js starts here ==================================== */
var varIP =  "";
var MONTH_NAMES=new Array('January','February','March','April','May','June','July','August','September','October','November','December','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
var DAY_NAMES=new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sun','Mon','Tue','Wed','Thu','Fri','Sat');

//start code

/*

var pageTracker = _gat._getTracker("UA-1772543-1");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._initData();
pageTracker._trackPageview();

*/





//end code

//-----------print-------------------------------------

function sendurl()
{
	
	window.open("PrintPage.html",null,"height=500,width=720,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
	
}


//----------email-------------------------------------

function getURL()
	{

		var CurrentURL=window.document.location;

		window.open(varIP + "email.aspx?cURL="+CurrentURL,null,"height=335,width=400,status=yes,toolbar=no,menubar=no,location=no,scrollbars=no");

	}


//-----------Reservation---------------------------------
function displayRdDiv()
{
	
	 var location = document.getElementById("select1");
	
	 var divDisplayGurgaon = document.getElementById("divDisplayGurgaon");
	 var Offer_booking = document.getElementById("Offer_booking");
	 var propertyCode = document.getElementById("propertyCode");
	 var divUdaipur = document.getElementById("divUdaipur");
	
	
		if(location.value==""  || location.value=="Select Hotel")
		{
		  	
			divDisplayGurgaon.style.display = 'none';
			Offer_booking.style.display = "none";
			propertyCode.value = "";
			divUdaipur.style.display = "none";
			
		}	
		else if(location.value=="mumbai")
		{
		  	
			divDisplayGurgaon.style.display = 'none';
			Offer_booking.style.display = "block";
			propertyCode.value = "BOMLM";
			divUdaipur.style.display = "none";
			
		}	
		else if(location.value=="bangalore")
		{
			
			divDisplayGurgaon.style.display = 'none';
			Offer_booking.style.display = "block";
			propertyCode.value = "BLRLB";
			divUdaipur.style.display = "none";
			
		}
		else if(location.value=="goa")
		{
			
			
			divDisplayGurgaon.style.display = 'none';
			Offer_booking.style.display = "block";
			propertyCode.value = "GOILG";
			divUdaipur.style.display = "none";
		}	
		else if(location.value=="kovalam")
		{
			
			divDisplayGurgaon.style.display = 'none';
			Offer_booking.style.display = "block";
			propertyCode.value = "TRVLK";
			divUdaipur.style.display = "none";
			
		}		
		else if(location.value=="Gurgaon")
		{
			
			divDisplayGurgaon.style.display = 'none';
			Offer_booking.style.display = "block";
			propertyCode.value = "DELLG";
			divUdaipur.style.display = "none";
			
		}
		else if(location.value=="Udaipur")
		{
			
			divDisplayGurgaon.style.display = 'none';
			Offer_booking.style.display = "block";
			propertyCode.value = "UDRLU";
			divUdaipur.style.display = "none";
			
		}
		else if(location.value=="GurgaonResidences")
		{
		divDisplayGurgaon.style.display = 'none';
		Offer_booking.style.display = "block";
		propertyCode.value = "DELLR";
		divUdaipur.style.display = "none";		
		}
		
		else if(location.value=="NewDelhi")
		{
		divDisplayGurgaon.style.display = 'none';
		Offer_booking.style.display = "block";
		propertyCode.value = "DELLP";
		divUdaipur.style.display = "none";		
		}
		
}

function resreservationdiv()
{
	   
	 var location = document.getElementById("select1");
		

	if(location.value=="" || location.value=="Select Hotel")
	{
	  alert("Please select Hotel !");
	  return false;
	}
	
	document.location.href="special-offers-udaipur.html";
	

}
function closecalenderMain()
{

	document.getElementById('yearDropDown').style.display='none';
	document.getElementById('monthDropDown').style.display='none';
	document.getElementById('hourDropDown').style.display='none';
	document.getElementById('minuteDropDown').style.display='none';

	if(typeofffer == "link")
	{
		document.getElementById('ddlAdult').style.display='block';
		document.getElementById('ddlChildren').style.display='block';
	}
	else if(typeofffer == "home")
	{
		document.getElementById('ddlAdult_home').style.display='block';
		document.getElementById('ddlChildren_home').style.display='block';
	}
	else if(typeofffer == "offer")
	{
		document.getElementById('ddlAdult_offer').style.display='block';
		document.getElementById('ddlChildren_offer').style.display='block';
	}



	document.getElementById("calendarDiv").style.display="none";
	//document.getElementById("calendarDiv").style.visibility="hidden";
	if(iframeObj){
		iframeObj.style.display='none';
		 //// //// fix for EI frame problem on time dropdowns 09/30/2006
			EIS_Hide_Frame();}
	if(activeSelectBoxMonth)activeSelectBoxMonth.className='';
	if(activeSelectBoxYear)activeSelectBoxYear.className='';
}

//-----------Bookmark---------------------------------


//-----------Reservation Home--------------------------------
function displayRdDiv_home()
{
	
	var location = document.getElementById("select1_home");
	var propertyCode = document.getElementById("propertyCode_home");
	var Offer_booking = document.getElementById("Offer_booking_home");
	var divUdaipur = document.getElementById("divUdaipur_home");
	
	
	if(location.value==""  || location.value=="Select Hotel")
	{
		
		//Offer_booking.style.display = "none";
		propertyCode.value = "";
		divUdaipur.style.display = "none";
		
	}	
	else if(location.value=="mumbai")
	{
		
		
		Offer_booking.style.display = "block";
		propertyCode.value = "BOMLM";
		divUdaipur.style.display = "none";
		
	}	
	else if(location.value=="bangalore")
	{
		
		
		Offer_booking.style.display = "block";
		propertyCode.value = "BLRLB";
		divUdaipur.style.display = "none";
		
	}
	else if(location.value=="goa")
	{
		
		
		
		Offer_booking.style.display = "block";
		propertyCode.value = "GOILG";
		divUdaipur.style.display = "none";
		
	}	
	else if(location.value=="kovalam")
	{
		
		
		Offer_booking.style.display = "block";
		propertyCode.value = "TRVLK";
		divUdaipur.style.display = "none";
		
	}		
	else if(location.value=="Gurgaon")
	{
		
		
		Offer_booking.style.display = "block";
		propertyCode.value = "DELLG";
		divUdaipur.style.display = "none";
		
	}
	else if(location.value=="Udaipur")
	{				
		Offer_booking.style.display = "block";
		propertyCode.value = "UDRLU";
		divUdaipur.style.display = "none";
		
		
	}
	else if(location.value=="GurgaonResidences")
		{
		
		Offer_booking.style.display = "block";
		propertyCode.value = "DELLR";
		divUdaipur.style.display = "none";		
		}
		
	else if(location.value=="NewDelhi")
		{
		
		Offer_booking.style.display = "block";
		propertyCode.value = "DELLP";
		divUdaipur.style.display = "none";		
		}
		
}

function resreservationdiv_home()
{
	 
	 var location = document.getElementById("select1_home");
	 
	 
	if(location.value=="" || location.value=="Select Hotel")
	{
	  alert("Please select Hotel !");
	  return false;
	}
	document.location.href="special-offers-udaipur.html";	
	
		

}
//-----------reservation_home---------------------------------

function viewbook()
{
	 var propertyCode = "";
	 propertyCode.value = "";
	 document.form_res.action = "iBooker.aspx?type=cancel";
	 document.form_res.submit();
	 //document.location.href="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=Reservation&operation=RetrieveReservationRV&execute=yes&instanceId=24&lookAndFeelId=5260&locale=en";
	
}

function visitbooking()
{
	 var propertyCode = "";
	 propertyCode.value = "";
	 document.form_res_page.action = "iBooker.aspx?type=page";
	 document.form_res_page.submit();
	 //document.location.href="http://indecorp.ibe.netbooker.com/web/FrontController.nb4?module=Reservation&operation=RetrieveReservationRV&execute=yes&instanceId=24&lookAndFeelId=5260&locale=en";
	
}

function showreservation()
{
	document.getElementById("Offer_booking_offer").style.display='block';
	document.getElementById("closeOffer").style.display='block';
}
function hidereservation()
{
	
	var ratediv = document.getElementById("ratediv");
	ratediv.style.display = "block";
	
	var Offer_booking = document.getElementById("Offer_booking_offer");
	Offer_booking.style.display = "none";
	
	
}

function MeBook()
{
var MyURL = document.URL;
var MyTitle=document.title;
//alert(MyURL);
bookmarksite(MyTitle, MyURL);
}

function bookmarksite(title,MyURL)
{
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, MyURL, "");
else if(window.opera && window.print)
{ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',MyURL);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(MyURL, title);
}

function Validatedate()
{
	if(document.getElementById("select1").value=="-1")
	{
		alert("Please select hotel.");
		return false;
	}
	
	if(document.getElementById("txtStartDate").value=="" ||  document.getElementById("txtEndDate").value=="")
	{
		alert("Please check date of reservation.");
		return false;
	}
	
	if(document.getElementById("txtStartDate").value==document.getElementById("txtEndDate").value)
	{
		alert("Same date not allowed.");
		return false;
	}
	var today = formatDate(new Date(), "dd/MM/yyyy");
	if(compareDates( today, "dd/MM/yyyy", document.getElementById("txtStartDate").value, "dd/MM/yyyy") == 1)
	{
		alert('The arrival date cannot be less than today\'s date.');
		document.getElementById("txtEndDate").focus();
		return false;
	}
	
	if(compareDates( document.getElementById("txtStartDate").value, "dd/MM/yyyy", document.getElementById("txtEndDate").value, "dd/MM/yyyy") == 1)
	{
		alert("The departure date cannot be less than arrival date.");
		document.getElementById("txtStartDate").focus();
		return false;
	}
	else
	{
		document.form_res.submit();
	}
}

function Validatedate_home()
{
	if(document.getElementById("select1_home").value=="-1")
	{
		alert("Please select hotel.");
		return false;
	}
	
	if(document.getElementById("txtStartDate_home").value=="" ||  document.getElementById("txtEndDate_home").value=="")
	{
		alert("Please check date of reservation.");
		return false;
	}
	
	if(document.getElementById("txtStartDate_home").value==document.getElementById("txtEndDate_home").value)
	{
		alert("Same date not allowed.");
		return false;
	}
	
	var today = formatDate(new Date(), "dd/MM/yyyy");
	if(compareDates( today, "dd/MM/yyyy", document.getElementById("txtStartDate_home").value, "dd/MM/yyyy") == 1)
	{
		alert('The arrival date cannot be less than today\'s date.');
		document.getElementById("txtStartDate_home").focus();
		return false;
	}
	
	
	if(compareDates( document.getElementById("txtStartDate_home").value, "dd/MM/yyyy", document.getElementById("txtEndDate_home").value, "dd/MM/yyyy") == 1)
	{
		alert("The departure date cannot be less than arrival date.");
		return false;
	}
	else
	{
		document.form_res_home.submit();
	}
}


function Validatedaterpan()
{
	if(document.getElementById("selectr").value=="-1")
	{
		alert("Please select hotel.");
		return false;
	}
	
	if(document.getElementById("txtStartDateRpan").value=="" ||  document.getElementById("txtEndDateRpan").value=="")
	{
		alert("Please check date of reservation.");
		return false;
	}
	
	if(document.getElementById("txtStartDateRpan").value==document.getElementById("txtEndDateRpan").value)
	{
		alert("Same date not allowed.");
		return false;
	}
	var today = formatDate(new Date(), "dd/MM/yyyy");
	if(compareDates( today, "dd/MM/yyyy", document.getElementById("txtStartDateRpan").value, "dd/MM/yyyy") == 1)
	{
		alert('The arrival date cannot be less than today\'s date.');
		document.getElementById("txtEndDateRpan").focus();
		return false;
	}
	
	if(compareDates( document.getElementById("txtStartDateRpan").value, "dd/MM/yyyy", document.getElementById("txtEndDateRpan").value, "dd/MM/yyyy") == 1)
	{
		alert("The departure date cannot be less than arrival date.");
		document.getElementById("txtStartDateRpan").focus();
		return false;
	}
	else
	{
		document.form_res_rpan.submit();
	}
}

function Validatedate_offer()
{
	if(document.getElementById("txtStartDate_offer").value=="" ||  document.getElementById("txtEndDate_offer").value=="")
	{
		alert("Please check date of reservation.");
		return false;
	}
	
	if(document.getElementById("txtStartDate_offer").value==document.getElementById("txtEndDate_offer").value)
	{
		alert("Same date not allowed.");
		return false;
	}
	
	var today = formatDate(new Date(), "dd/MM/yyyy");
	if(compareDates( today, "dd/MM/yyyy", document.getElementById("txtStartDate_offer").value, "dd/MM/yyyy") == 1)
	{
		alert('The arrival date cannot be less than today\'s date.');
		document.getElementById("txtStartDate_offer").focus();
		return false;
	}
	
	if(compareDates( document.getElementById("txtStartDate_offer").value, "dd/MM/yyyy", document.getElementById("txtEndDate_offer").value, "dd/MM/yyyy") == 1)
	{
		alert("The departure date cannot be less than arrival date.");
		return false;
	}
	else
	{
		document.form_res_Offer.submit();
	}
}


function LZ(x) {return(x<0||x>9?"":"0")+x}

// ------------------------------------------------------------------
// isDate ( date_string, format_string )
// Returns true if date string matches format of format string and
// is a valid date. Else returns false.
// It is recommended that you trim whitESPAce around the value before
// passing it to this function, as whitESPAce is NOT ignored!
// ------------------------------------------------------------------
function isDate(val,format) 
{
	var date=getDateFromFormat(val,format);
	if (date==0) 
	{ 
		return false; 
	}
	return true;
}

// -------------------------------------------------------------------
// compareDates(date1,date1format,date2,date2format)
//   Compare two date strings to see which is greater.
//   Returns:
//   1 if date1 is greater than date2
//	 2 if date2 is greater than date1
//   0 if date2 is greater than date1 of if they are the same
//  -1 if either of the dates is in an invalid format
// -------------------------------------------------------------------
function compareDates(date1,dateformat1,date2,dateformat2) 
{

	var d1=getDateFromFormat(date1,dateformat1);
	var d2=getDateFromFormat(date2,dateformat2);

	if (d1==0 || d2==0) 
	{
		return -1;
	}
	else if (d1 > d2) 
	{
		return 1;
	}
	else if (d1 < d2) 
	{
		return 2;
	}
	
	return 0;
}

// ------------------------------------------------------------------
// formatDate (date_object, format)
// Returns a date in the output format specified.
// The format string uses the same abbreviations as in getDateFromFormat()
// ------------------------------------------------------------------
function formatDate(date,format) {
	format=format+"";
	var result="";
	var i_format=0;
	var c="";
	var token="";
	var y=date.getYear()+"";
	var M=date.getMonth()+1;
	var d=date.getDate();
	var E=date.getDay();
	var H=date.getHours();
	var m=date.getMinutes();
	var s=date.getSeconds();
	var yyyy,yy,MMM,MM,dd,hh,h,mm,ss,ampm,HH,H,KK,K,kk,k;
	// Convert real date parts into formatted versions
	var value=new Object();
	if (y.length < 4) {y=""+(y-0+1900);}
	value["y"]=""+y;
	value["yyyy"]=y;
	value["yy"]=y.substring(2,4);
	value["M"]=M;
	value["MM"]=LZ(M);
	value["MMM"]=MONTH_NAMES[M-1];
	value["NNN"]=MONTH_NAMES[M+11];
	value["d"]=d;
	value["dd"]=LZ(d);
	value["E"]=DAY_NAMES[E+7];
	value["EE"]=DAY_NAMES[E];
	value["H"]=H;
	value["HH"]=LZ(H);
	if (H==0){value["h"]=12;}
	else if (H>12){value["h"]=H-12;}
	else {value["h"]=H;}
	value["hh"]=LZ(value["h"]);
	if (H>11){value["K"]=H-12;} else {value["K"]=H;}
	value["k"]=H+1;
	value["KK"]=LZ(value["K"]);
	value["kk"]=LZ(value["k"]);
	if (H > 11) { value["a"]="PM"; }
	else { value["a"]="AM"; }
	value["m"]=m;
	value["mm"]=LZ(m);
	value["s"]=s;
	value["ss"]=LZ(s);
	while (i_format < format.length) {
		c=format.charAt(i_format);
		token="";
		while ((format.charAt(i_format)==c) && (i_format < format.length)) {
			token += format.charAt(i_format++);
			}
		if (value[token] != null) { result=result + value[token]; }
		else { result=result + token; }
		}
	return result;
	}
	
// ------------------------------------------------------------------
// Utility functions for parsing in getDateFromFormat()
// ------------------------------------------------------------------
function _isInteger(val) {
	var digits="1234567890";
	for (var i=0; i < val.length; i++) {
		if (digits.indexOf(val.charAt(i))==-1) { return false; }
		}
	return true;
	}
function _getInt(str,i,minlength,maxlength) {
	for (var x=maxlength; x>=minlength; x--) {
		var token=str.substring(i,i+x);
		if (token.length < minlength) { return null; }
		if (_isInteger(token)) { return token; }
		}
	return null;
	}
	
function getDateFromFormat(val,format) {
	val=val+"";
	format=format+"";
	var i_val=0;
	var i_format=0;
	var c="";
	var token="";
	var token2="";
	var x,y;
	var now=new Date();
	var year=now.getYear();
	var month=now.getMonth()+1;
	var date=1;
	var hh=now.getHours();
	var mm=now.getMinutes();
	var ss=now.getSeconds();
	var ampm="";
	
	while (i_format < format.length) {
		// Get next token from format string
		c=format.charAt(i_format);
		token="";
		while ((format.charAt(i_format)==c) && (i_format < format.length)) {
			token += format.charAt(i_format++);
			}
		// Extract contents of value based on format token
		if (token=="yyyy" || token=="yy" || token=="y") {
			if (token=="yyyy") { x=4;y=4; }
			if (token=="yy")   { x=2;y=2; }
			if (token=="y")    { x=2;y=4; }
			year=_getInt(val,i_val,x,y);
			if (year==null) { return 0; }
			i_val += year.length;
			if (year.length==2) {
				if (year > 70) { year=1900+(year-0); }
				else { year=2000+(year-0); }
				}
			}
		else if (token=="MMM"||token=="NNN"){
			month=0;
			for (var i=0; i<MONTH_NAMES.length; i++) {
				var month_name=MONTH_NAMES[i];
				if (val.substring(i_val,i_val+month_name.length).toLowerCase()==month_name.toLowerCase()) {
					if (token=="MMM"||(token=="NNN"&&i>11)) {
						month=i+1;
						if (month>12) { month -= 12; }
						i_val += month_name.length;
						break;
						}
					}
				}
			if ((month < 1)||(month>12)){return 0;}
			}
		else if (token=="EE"||token=="E"){
			for (var i=0; i<DAY_NAMES.length; i++) {
				var day_name=DAY_NAMES[i];
				if (val.substring(i_val,i_val+day_name.length).toLowerCase()==day_name.toLowerCase()) {
					i_val += day_name.length;
					break;
					}
				}
			}
		else if (token=="MM"||token=="M") {
			month=_getInt(val,i_val,token.length,2);
			if(month==null||(month<1)||(month>12)){return 0;}
			i_val+=month.length;}
		else if (token=="dd"||token=="d") {
			date=_getInt(val,i_val,token.length,2);
			if(date==null||(date<1)||(date>31)){return 0;}
			i_val+=date.length;}
		else if (token=="hh"||token=="h") {
			hh=_getInt(val,i_val,token.length,2);
			if(hh==null||(hh<1)||(hh>12)){return 0;}
			i_val+=hh.length;}
		else if (token=="HH"||token=="H") {
			hh=_getInt(val,i_val,token.length,2);
			if(hh==null||(hh<0)||(hh>23)){return 0;}
			i_val+=hh.length;}
		else if (token=="KK"||token=="K") {
			hh=_getInt(val,i_val,token.length,2);
			if(hh==null||(hh<0)||(hh>11)){return 0;}
			i_val+=hh.length;}
		else if (token=="kk"||token=="k") {
			hh=_getInt(val,i_val,token.length,2);
			if(hh==null||(hh<1)||(hh>24)){return 0;}
			i_val+=hh.length;hh--;}
		else if (token=="mm"||token=="m") {
			mm=_getInt(val,i_val,token.length,2);
			if(mm==null||(mm<0)||(mm>59)){return 0;}
			i_val+=mm.length;}
		else if (token=="ss"||token=="s") {
			ss=_getInt(val,i_val,token.length,2);
			if(ss==null||(ss<0)||(ss>59)){return 0;}
			i_val+=ss.length;}
		else if (token=="a") {
			if (val.substring(i_val,i_val+2).toLowerCase()=="am") {ampm="AM";}
			else if (val.substring(i_val,i_val+2).toLowerCase()=="pm") {ampm="PM";}
			else {return 0;}
			i_val+=2;}
		else {
			if (val.substring(i_val,i_val+token.length)!=token) {return 0;}
			else {i_val+=token.length;}
			}
		}
	// If there are any trailing characters left in the value, it doesn't match
	if (i_val != val.length) { return 0; }
	// Is date valid for month?
	if (month==2) {
		// Check for leap year
		if ( ( (year%4==0)&&(year%100 != 0) ) || (year%400==0) ) { // leap year
			if (date > 29){ return 0; }
			}
		else { if (date > 28) { return 0; } }
		}
	if ((month==4)||(month==6)||(month==9)||(month==11)) {
		if (date > 30) { return 0; }
		}
	// Correct hours value
	if (hh<12 && ampm=="PM") { hh=hh-0+12; }
	else if (hh>11 && ampm=="AM") { hh-=12; }
	var newdate=new Date(year,month-1,date,hh,mm,ss);
	return newdate.getTime();
	}

function parseDate(val) {
	var preferEuro=(arguments.length==2)?arguments[1]:false;
	generalFormats=new Array('y-M-d','MMM d, y','MMM d,y','y-MMM-d','d-MMM-y','MMM d');
	monthFirst=new Array('M/d/y','M-d-y','M.d.y','MMM-d','M/d','M-d');
	dateFirst =new Array('d/M/y','d-M-y','d.M.y','d-MMM','d/M','d-M');
	var checkList=new Array('generalFormats',preferEuro?'dateFirst':'monthFirst',preferEuro?'monthFirst':'dateFirst');
	var d=null;
	for (var i=0; i<checkList.length; i++) {
		var l=window[checkList[i]];
		for (var j=0; j<l.length; j++) {
			d=getDateFromFormat(val,l[j]);
			if (d!=0) { return new Date(d); }
			}
		}
	return null;
	}

/* =================================== AjaxScripts/jsBookingVal.js ends here ==================================== */

/* =================================== Jss/JSCommonFunction.js starts here ==================================== */
function trim(inputString) 
{
		// Removes leading and trailing spaces from the passed string. Also removes
		// consecutive spaces and replaces it with one space. If something besides
		// a string is passed in (null, custom object, etc.) then return the input.
		if (typeof inputString != "string") { return inputString; }
		
		var retValue = inputString;
		var ch = retValue.substring(0, 1);
		
		while (ch == " ")
		{ // Check for spaces at the beginning of the string
			retValue = retValue.substring(1, retValue.length);
			ch = retValue.substring(0, 1);
		}
		
		ch = retValue.substring(retValue.length-1, retValue.length);
		
		while (ch == " ") 
		{ // Check for spaces at the end of the string
			retValue = retValue.substring(0, retValue.length-1);
			ch = retValue.substring(retValue.length-1, retValue.length);
		}
		
		while (retValue.indexOf("  ") != -1) 
		{ // Note that there are two spaces in the string - look for multiple spaces within the string
			retValue = retValue.substring(0, retValue.indexOf("  ")) + retValue.substring(retValue.indexOf("  ")+1, retValue.length); // Again, there are two spaces in each of the strings
		}
		
		return retValue; // Return the trimmed string back to the user
} 
// END the "trim" function


// START Date Validation Function 
var dtCh= "/";
var minYear=1900;
var maxYear=2100;

function isInteger(s){
	var i;
    for (i = 0; i < s.length; i++){   
        // Check that current character is number.
        var c = s.charAt(i);
        if (((c < "0") || (c > "9"))) return false;
    }
    // All characters are numbers.
    return true;
}
function ischar(s)
{
	var i;
    for (i = 0; i < s.length; i++){   
        // Check that current character is number.
        
        var c = s.charAt(i);
        if (!((c < "0") || (c > "9"))) 
        {
            return false;
        }
    }
    // All characters are numbers.
    return true;
}

function chkSpecialchar(s)
{
    //alert("test1");
    var i;
    if(s.value != "")
	{
	   //alert("test");
	    var a=s.value;
	    for (i = 0; i < a.length; i++)
	    {
	       //alert("test1");
	        var c = a.charAt(i);
	        //alert(c);
	        if(c == "!" || c == "#" || c== "'" || c =="^" || c ==":"|| c =="\"" || c == "*"|| c == ":" || c == "(" || c == ")" || c == "+" || c == "=" || c=="|" || c== "<" ||  c == ">" || c=="%" || c == "?")
	        {
	            alert("Special Characters are not accepted...!");
	            s.value="";
	            s.focus();
	            return false;
	        }
	    }
    }
    else
    {
        alert("Paramter is Empty");
    }
    return true;
}
function chkSpecialchar_Address(s)
{
    //alert("test1");
    var i;
    if(s.value != "")
	{
	   //alert("test");
	    var a=s.value;
	    for (i = 0; i < a.length; i++)
	    {
	       //alert("test1");
	        var c = a.charAt(i);
	        //alert(c);
	        if(c == "!" || c == "#" || c== "'" || c =="^" || c ==":"|| c =="\"" || c == "*"|| c == ":" || c == "+" || c == "=" || c=="|" || c== "<" ||  c == ">" || c=="%" || c == "?")
	        {
	            alert("Special Characters are not accepted...!");
	            s.value="";
	            s.focus();
	            return false;
	        }
	    }
    }
    else
    {
        alert("Paramter is Empty");
    }
    return true;
}
function stripCharsInBag(s, bag){
	var i;
    var returnString = "";
    // Search through string's characters one by one.
    // If character is not in bag, append to returnString.
    for (i = 0; i < s.length; i++){   
        var c = s.charAt(i);
        if (bag.indexOf(c) == -1) returnString += c;
    }
    return returnString;
}

function daysInFebruary (year){
	// February has 29 days in any year evenly divisible by four,
    // EXCEPT for centurial years which are not also divisible by 400.
    return (((year % 4 == 0) && ( (!(year % 100 == 0)) || (year % 400 == 0))) ? 29 : 28 );
}
function DaysArray(n) {
	for (var i = 1; i <= n; i++) {
		this[i] = 31;
		if (i==4 || i==6 || i==9 || i==11) {this[i] = 30}
		if (i==2) {this[i] = 29}
   } 
   return this;
}

function isDate(dtStr){
	var daysInMonth = DaysArray(12);
	var pos1=dtStr.indexOf(dtCh);
	var pos2=dtStr.indexOf(dtCh,pos1+1);
	var strDay=dtStr.substring(0,pos1);
	var strMonth=dtStr.substring(pos1+1,pos2);
	var strYear=dtStr.substring(pos2+1);
	strYr=strYear;
	if (strDay.charAt(0)=="0" && strDay.length>1) strDay=strDay.substring(1)
	if (strMonth.charAt(0)=="0" && strMonth.length>1) strMonth=strMonth.substring(1)
	for (var i = 1; i <= 3; i++) {
		if (strYr.charAt(0)=="0" && strYr.length>1) strYr=strYr.substring(1)
	}
	month=parseInt(strMonth);
	day=parseInt(strDay);
	year=parseInt(strYr);
	if (pos1==-1 || pos2==-1){
		alert("The date format should be : dd/mm/yyyy");
		return false;
	}
	if (strMonth.length<1 || month<1 || month>12){
		alert("Please enter a valid month");
		return false;
	}
	if (strDay.length<1 || day<1 || day>31 || (month==2 && day>daysInFebruary(year)) || day > daysInMonth[month]){
		alert("Please enter a valid day");
		return false;
	}
	if (strYear.length != 4 || year==0 || year<minYear || year>maxYear){
		alert("Please enter a valid 4 digit year between "+minYear+" and "+maxYear);
		return false;
	}
	if (dtStr.indexOf(dtCh,pos2+1)!=-1 || isInteger(stripCharsInBag(dtStr, dtCh))==false){
		alert("Please enter a valid date");
		return false;
	}
return true;
}

function ValidateDate(txt){
	var dt=document.getElementById(txt);
	if (isDate(dt.value)==false){
		dt.focus();
		return false;
	}
    return true;
 }
//END Date Validation Function 



 // START DHTML email validation script. Courtesy of SmartWebby.com (http://www.smartwebby.com/dhtml/) 
 //(http://www.smartwebby.com/DHTML/email_validation.asp)
 
function echeck(str) {

		var at="@";
		var dot=".";
		var lat=str.indexOf(at);
		var lstr=str.length;
		var ldot=str.indexOf(dot);
		if (str.indexOf(at)==-1){
		   alert("Invalid E-mail ID");
		   return false;
		}

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert("Invalid E-mail ID");
		   return false;
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		    alert("Invalid E-mail ID");
		    return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		    alert("Invalid E-mail ID");
		    return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    alert("Invalid E-mail ID");
		    return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    alert("Invalid E-mail ID");
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    alert("Invalid E-mail ID");
		    return false;
		 }

 		 return true;				
	}

function ValidateEMailID(txt){
	var emailID=document.getElementById(txt);
	
	if ((emailID.value==null)||(trim(emailID.value)=="")){
		alert("Please Enter your Email ID");
		emailID.focus();
		return false;
	}
	if (echeck(emailID.value)==false){
		emailID.value="";
		emailID.focus();
		return false;
	}
	return true;
 }
 // END  DHTML email validation script. 
/* =================================== Jss/JSCommonFunction.js ends here ==================================== */

/* =================================== JSValidations/jsEnewsletter.js starts here ==================================== */

function Validate_EnewsletterSignUp()
{
	
	if (trim(document.getElementById("txtFirstName").value) == "")	
	{
		alert('Please enter First Name !');
		document.getElementById("txtFirstName").focus();
		return false;
	}	
	if (!ischar(document.getElementById("txtFirstName").value))	
	{
		alert('Please enter only chars for First Name !');
		document.getElementById("txtFirstName").value = "";
		document.getElementById("txtFirstName").focus();
		return false;
	}
	if (trim(document.getElementById("txtFirstName").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtFirstName")))	
		{
			return false;
		}
	}
			
	if (trim(document.getElementById("txtLastName").value) == "")	
	{
		alert('Please enter Last Name !');
		document.getElementById("txtLastName").focus();
		return false;
	}	
	if (!ischar(document.getElementById("txtLastName").value))	
	{
		alert('Please enter only chars for last Name !');
		document.getElementById("txtLastName").value = "";
		document.getElementById("txtLastName").focus();
		return false;
	}
	if (trim(document.getElementById("txtLastName").value)!= "")	
	{
		if (!chkSpecialchar(document.getElementById("txtLastName")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtJobTitle").value) == "")	
	{
		alert('Please enter Job Title !');
		document.getElementById("txtJobTitle").focus();
		return false;
	}
	if (!ischar(document.getElementById("txtJobTitle").value))	
	{
		alert('Please enter only chars for Job Title !');
		document.getElementById("txtJobTitle").value = "";
		document.getElementById("txtJobTitle").focus();
		return false;
	}
	if (trim(document.getElementById("txtJobTitle").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtJobTitle")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtCompanyName").value) == "")	
	{
		alert('Please enter Company Name !');
		document.getElementById("txtCompanyName").focus();
		return false;
	}
	if (trim(document.getElementById("txtCompanyName").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtCompanyName")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtAddressLine1").value) == "")	
	{
		alert('Please enter Address !');
		document.getElementById("txtAddressLine1").focus();
		return false;
	}
	if (trim(document.getElementById("txtAddressLine1").value) != "")	
	{
		if (!chkSpecialchar_Address(document.getElementById("txtAddressLine1")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtAddressLine2").value) != "")	
	{
		if (!chkSpecialchar_Address(document.getElementById("txtAddressLine2")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtAddressLine3").value) != "")	
	{
		if (!chkSpecialchar_Address(document.getElementById("txtAddressLine3")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtCity").value) == "")	
	{
		alert('Please enter City !');
		document.getElementById("txtCity").focus();
		return false;
	}
	if (!ischar(document.getElementById("txtCity").value))	
	{
		alert('Please enter only chars for City !');
		document.getElementById("txtCity").value = "";
		document.getElementById("txtCity").focus();
		return false;
	}
	if (trim(document.getElementById("txtCity").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtCity")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtState").value) == "")	
	{
		alert('Please enter State  !');
		document.getElementById("txtState").focus();
		return false;
	}
	if (!ischar(document.getElementById("txtState").value))	
	{
		alert('Please enter only chars for State !');
		document.getElementById("txtState").value = "";
		document.getElementById("txtState").focus();
		return false;
	}
	if (trim(document.getElementById("txtState").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtState")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtZipCode").value) == "")	
	{
		alert('Please enter Zip Code  !');
		document.getElementById("txtZipCode").focus();
		return false;
	}
	if (!isInteger(document.getElementById("txtZipCode").value))	
	{
		alert('Please enter only numbers for ZipCode !');
		document.getElementById("txtZipCode").value = "";
		document.getElementById("txtZipCode").focus();
		return false;
	}
	if (trim(document.getElementById("txtZipCode").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtZipCode")))	
		{
			return false;
		}
	}
	if (trim(document.getElementById("txtCountry").value) == "")	
	{
		alert('Please enter Country  !');
		document.getElementById("txtCountry").focus();
		return false;
	}
	if (!ischar(document.getElementById("txtCountry").value))	
	{
		alert('Please enter only chars for Country !');
		document.getElementById("txtCountry").value = "";
		document.getElementById("txtCountry").focus();
		return false;
	}
	if (trim(document.getElementById("txtCountry").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtCountry")))	
		{
			return false;
		}
	}
	if(ValidateEMailID('txtEmail')==false) 
	{
		return false;
	}
	if (trim(document.getElementById("txtQuery").value) != "")	
	{
		if (!chkSpecialchar(document.getElementById("txtQuery")))	
		{
			return false;
		}
	}
		
	return confirm("Kindly reconfirm the information."); //true; 
}
/* =================================== JSValidations/jsEnewsletter.js ends here ==================================== */

/* =================================== font-resize-home.js starts here ==================================== */
// retrieve cookie.
function getCookie(name){
  var cname = name + "=";
  var dc = document.cookie;
  if (dc.length > 0) {
    begin = dc.indexOf(cname);
    if (begin != -1) {
      begin += cname.length;
      end = dc.indexOf(";", begin);
      if (end == -1) end = dc.length;
        return unescape(dc.substring(begin, end));
    }
  }
  return null;
}

// set cookie.
function setCookie(name, value, expires, path, domain, secure) {
  document.cookie = name + "=" + escape(value) +
  ((expires == null) ? "" : "; expires=" + expires.toGMTString()) +
  ((path == null) ? "" : "; path=" + path) +
  ((domain == null) ? "" : "; domain=" + domain) +
  ((secure == null) ? "" : "; secure");
}

// delete cookie.
function delCookie (name,path,domain) {
  if (getCookie(name)) {
    document.cookie = name + "=" +
    ((path == null) ? "" : "; path=" + path) +
    ((domain == null) ? "" : "; domain=" + domain) +
    "; expires=Thu, 01-Jan-70 00:00:01 GMT";
  }
}

var firstCall = true;
var flag = 4;

function changeFontsize(fSize, increment) {
if(increment=='1')flag = flag + 1;
if(increment=='-1')flag = flag - 1;

if(flag<=7 && flag>=2)
{
  if (firstCall) {
    firstCall = false;
    if (increment != "")
      changeFontsize('11', '');
  }
  if (document.getElementsByTagName) {
        var eachElement, currentFontSize, fontIncrease, newFontSize;
        eachElement = document.getElementById("home-welcome"); 
				
        if (increment != "") {
			
         		if(flag==2)newFontSize = 9;
				if(flag==3)newFontSize = 10;
				if(flag==4)newFontSize = 11;
				if(flag==5)newFontSize = 12;
				if(flag==6)newFontSize = 13;
				if(flag==7)newFontSize = 14;
		  
		 	 if(eachElement.style!=null)eachElement.style.fontSize = newFontSize + "px";
          }
		  
		  
         var eachElement1, currentFontSize1, fontIncrease1, newFontSize1;
        
        for (i=0; i<eachElement.childNodes.length; i++) {
         eachElement1 = eachElement.childNodes[i]; 
         if(eachElement1!=null)
         { 
				if(flag==2)newFontSize1 = 9;
				if(flag==3)newFontSize1 = 10;
				if(flag==4)newFontSize1 = 11;
				if(flag==5)newFontSize1 = 12;
				if(flag==6)newFontSize1 = 13;
				if(flag==7)newFontSize1 = 14;
					 
				if(eachElement1.style!=null)eachElement1.style.fontSize = newFontSize1 + "px";
				
				////////////////
					 var eachElement2, currentFontSize2, fontIncrease2, newFontSize2;
					for (j=0; j<eachElement1.childNodes.length; j++) {
         			eachElement2 = eachElement1.childNodes[j]; 
        		 	if(eachElement2!=null)
        		 	{ 
						if(flag==2)newFontSize2 = 9;
						if(flag==3)newFontSize2 = 10;
						if(flag==4)newFontSize2 = 11;
						if(flag==5)newFontSize2 = 12;
						if(flag==6)newFontSize2 = 13;
						if(flag==7)newFontSize2 = 14;
					 
						if(eachElement2.style!=null)eachElement2.style.fontSize = newFontSize2 + "px";
					 }
					}
				/////////////////
		 }
		} 
	
		eachElement.style.height = 100 + "%"; 
		matchColumns();
		
        setCookie('fontSize', newFontSize);
   }
  }
  
  if(flag>=8)flag=7;
  if(flag<=1)flag=2;
}
/* =================================== font-resize-home.js ends here ==================================== */

/* =================================== top-menu-display.js  starts here ==================================== */

function top_menu_display()
{document.write('<div id=\"menu-box\">\
    <div id=\"menu-offers\">\<div style=\"padding:5px;width:100%\">Loading Offers</div>\</div>\
    <div id=\"menu-business\">\
      <!--business services Menu-->\
      <div class=\"common-title\">\
        <div><img src=\"../menu-images/business-menu-title.gif\" width=\"515\" height=\"27\" /></div>\
        <div style=\"float:right\"><a href=\"javascript:void(0);\" onmousedown=\"menu_close();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\" style=\"width:185px\">\
          <ul>\
            <li class=\"main\">Facilities</li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 24px; line-height:18px;\"> Whether at leading business hotels in India or the most exclusive luxury... <a href=\"business-services-facilities.html\"><b>More</b></a> </div>\
        </div>\
        <div class=\"common-links\"  style=\"width:185px\">\
          <ul>\
            <li class=\"main\">Offers</li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 24px; line-height:18px;\"> If you think The Leela Hotels are the last word in holiday indulgence,... <a href=\"business-services-packages.html\"><b>More</b></a> </div>\
        </div>\
        <div class=\"common-links\"  style=\"width:185px\">\
          <ul>\
            <li class=\"main\">Custom Conferences</li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 24px; line-height:18px;\"> At The Leela Hotels, Palaces and Resorts, we believe a guest is an incarnation of God... <a href=\"business-services-custom-conferences.html\"><b>More</b></a> </div>\
        </div>\
        <div class=\"common-links\"  style=\"width:185px\">\
          <ul>\
            <li class=\"main\">Weekend Work</li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 24px; line-height:18px;\"> All work and no play makes Jack a dull boy. That\'s why, at the Leela Hotels,... <a href=\"business-services-weekend-work.html\"><b>More</b> </a> </div>\
        </div>\
        <div class=\"common-links\" style=\"width:200px\"> </div>\
        <div class=\"common-offer\">\
          <div><img src=\"../menu-images/conferences.jpg\" /></div>\
        </div>\
      </div>\
    </div>\
    <div id=\"menu-celebrations\">\
      <!--Meetings and Events Menu-->\
      <div class=\"common-title\">\
        <div  class="msg-box-font"><a href=\"meetings.html\" >MEETINGS</a></div>\
        <div style=\"float:right\"><a href=\"javascript:void(0);\" onmousedown=\"menu_close();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
 <div class=\"common-links-outer\">\
        <div class=\"common-links\" style=\"width:320px;  padding-right:25px\">\
          <ul>\
            <li class=\"main\">Meetings &amp; Events</li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 24px; line-height:18px;\"> With state of the art technology and inimitable hospitality, The Leela properties are the perfect venue for any of your meetings and events... <a href=\"meeting_event.html\"><b>More</b></a> </div>\
        </div>\
        <div class=\"common-links\"  style=\"width:320px; padding-right:25px\">\
          <ul>\
            <li class=\"main\">Weddings &amp; Social Celebrations</li>\
          </ul>\
          <div style=\"padding:8px 0px 10px 24px; line-height:18px;\">Enjoy your big day to the fullest as The Leela Hotels and Resorts host your wedding just the way you had always wanted... <a href=\"weddings.html\"><b>More</b></a><br /> </div>\
        </div>\
                <div class=\"common-offer\">\
          <div><img src=\"../menu-images/menu-celebrations.jpg\" width=\"172\" height=\"100\" /></div>\
        </div>\
      </div>\
    </div>\
    <div id=\"menu-spa\">\
      <!--spa Menu-->\
      <div class=\"common-title\">\
        <div  class="msg-box-font"><a href=\"spa.html\">SPA</a></div>\
        <div style=\"float:right\"><a href=\"javascript:void(0);\" onmousedown=\"menu_close();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
	       <div class=\"common-links-outer\">\
	  <div class=\"common-links\" style=\"width:174px\">\
          <ul>\
            <li class=\"main1\"><a href=\"mumbai-spa.html\">The Spa at <br/>Mumbai</a></li>\
          </ul>\
        </div>\
      <div class=\"common-links\" style=\"width:174px\">\
          <ul>\
            <li class=\"main1\"><a href=\"bangalore-services-spa.html\">The Spa at <br/>Bangalore</a></li>\
          </ul>\
        </div>\
		<div class=\"common-links\" style=\"width:174px\">\
          <ul>\
            <li class=\"main1\"><a href=\"hotel-gurgaon-spa.html\">The Health Spa at <br/>Gurgaon</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:354px\">\
          <ul>\
            <li class=\"main1\"><a href=\"hotel-goa-spa.html\">The Health Spa at <br/>Goa</a></li>\
          </ul>\
        </div>\
		<div class=\"common-links\" style=\"width:174px;\ margin-top:30px;\ padding-bottom:20px;\">\
          <ul>\
            <li class=\"main1\"><a href=\"kovalam-divya.html\">Divya at Kovalam, <br/>Kerala</a></li>\
          </ul>\
        </div>\
		<div class=\"common-links\" style=\"width:174px;\ margin-top:30px;\ padding-bottom:20px;\">\
          <ul>\
            <li class=\"main1\"><a href=\"hotel-udaipur-spa.html\">ESPA at <br/>Udaipur</a></li>\
          </ul>\
		  </div>\
		<div class=\"common-links\" style=\"width:174px;\ margin-top:30px;\ padding-bottom:20px;\">\
          <ul>\
            <li class=\"main1\"><a href=\"hotel-new-delhi-spa.html\">ESPA at <br/>New Delhi</li>\
          </ul>\
		  </div>\
      </div>\
    </div>\
		<div id=\"menu-career\">\
      <!--Meetings and Events Menu-->\
      <div class=\"common-title\">\
<div class="msg-box-font"><a href=\"career-v.html\">CAREER</a></div>\
<div style=\"float:right\"><a href=\"javascript:void(0);\" onmousedown=\"menu_close();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
 <div class=\"common-links-outer\">\
        <div class=\"common-links\" style=\"width:160px;  padding-right:25px\">\
          <ul>\
            <li class=\"main\"><a href=\"hr-philosophy.html\">HR Philosophy</a></li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 15px; line-height:18px;\">In the emerging economic scenario, The Leela Palaces and Resorts has repositioned its market presence as a\ successful chain of hotels and strives to attend to the needs\
.... <a href=\"hr-philosophy.html\"><b>More</b></a> </div>\
        </div>\
        <div class=\"common-links\"  style=\"width:160px; padding-right:25px\">\
          <ul>\
            <li class=\"main\"><a href=\"corporate-culture.html\">Corporate Culture</a></li>\
          </ul>\
          <div style=\"padding:8px 0px 10px 15px; line-height:18px;\">At the ‘Leela’ Group, our commitment to service excellence is rooted in our two guiding principles called the Five Steps of Service and the ’19 Habits’..... <a href=\"corporate-culture.html\"><b>More</b></a><br /> </div>\
        </div>\
        <div class=\"common-links\" style=\"width:160px;  padding-right:25px\">\
          <ul>\
            <li class=\"main\"><a href=\"current-openings.html\">Current Openings</a></li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 15px; line-height:18px;\">\
		  <ul>\
            <li class=\"submain\"><a href=\"current-openings-corporate.html\">Corporate</a></li>\
            <li class=\"submain\"><a href=\"current-openings-newdelhi.html\">New Delhi</a></li>\
            <li class=\"submain\"><a href=\"current-openings-mumbai.html\">Mumbai</a></li>\
            <li class=\"submain\"><a href=\"current-openings-bangalore.html\">Bangalore</a></li>\
            <li class=\"submain\"><a href=\"current-openings-goa.html\">Goa</a></li>\
            <li class=\"submain\"><a href=\"current-openings-kovalam.html\">Kovalam</a></li>\
            <li class=\"submain\"><a href=\"current-openings-gurgaon.html\">Gurgaon</a></li>\
            <li class=\"submain\"><a href=\"current-openings-udaipur.html\">Udaipur</a></li>\
          </ul>\
		  </div>\
        </div>\
		  <div class=\"common-links\" style=\"width:160px;  padding-right:25px\">\
          <ul>\
            <li class=\"main\"><a href=\"apply-online.html"\>Apply Online</a></li>\
          </ul>\
          <div style=\"padding:8px 0px 0px 24px; line-height:18px;\">  The Leela culture is an epitome of innovation, perfection and excellence and this deeply instilled faith is personified in our associates ... <a href=\"apply-online.html\"><b>More</b></a> </div>\
        </div>\
        <div class=\"common-offer\">\
          <div><img src=\"../menu-images/career-img.jpg\" width=\"175\" height=\"205\" /></div>\
        </div>\
      </div>\
    </div>\
     <div id=\"menu-live\">\
      <!--live the leela Menu-->\
      <div class=\"common-title\">\
        <div  class="msg-box-font">LIVE THE LEELA</div>\
        <div style=\"float:right\"><a href=\"javascript:void(0);\" onmousedown=\"menu_close();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\" style=\"width:150px\">\
          <ul>\
            <li class=\"main\"><a href=\"live-the-leela-tt.html\">Tip &amp; Tales</a></li>\
            <li class=\"submain\"><a href=\"corporate-section.html\">Letters to the Chairman</a></li>\
            <li class=\"submain\"><a href=\"guest-feedback.html\">Guest Feedback</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:150px\">\
          <ul>\
            <li class=\"main\"><a href=\"live-the-leela-ln.html\">Lot\'s New</a></li>\
            <li class=\"submain\"><a href=\"night-of-awards.html\">Best Culinary Establishment</a></li>\
            <li class=\"submain\"><a href=\"green-team.html\">Archives</a></li\
                     >\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:130px\">\
          <ul>\
            <li class=\"main\"><a href=\"live-the-leela-cc.html\">Chef\'s Corner</a></li>\
            <li class=\"submain\"><a href=\"champ-tajdar.html\">Champ Tajdar</a></li>\
            <li class=\"submain\"><a href=\"lobster-malai.html\">Lobster Malai </a></li>\
            <li class=\"submain\"><a href=\"king-prawns.html\">King Prawns</a></li>\
            <li class=\"submain\"><a href=\"lasagna.html\">Lasagna</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:175px\">\
          <ul>\
            <li class=\"main\"><a href=\"live-the-leela-nl.html\">Newsletter</a></li>\
            <li class=\"submain\"><a href=\"archives-newsletter.html\">Archives</a></li>\
			<li class=\"main\"><a href=\"#\" class=\"text-b1\" onclick=\"set_intial1();move_in();slider_left();\">Signup for eNewsletter</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:155px\">\
          <ul>\
            <li class=\"main\"><a href=\"live-the-leela-dl.html\">Downloads</a></li>\
			<li class=\"submain\"><a href=\"corporate-video.html\">Corporate Video</a></li>\
			<li class=\"submain\"><a href=\"udaipur-video.html\">Udaipur Commercial</a></li>\
			<li class=\"submain\"><a href=\"ebrochure.html\">E-brochure</a></li>\
            <li class=\"submain\"><a href=\"factsheet.html\">Factsheet &amp; Directory</a></li>\
   		  </ul>\
        </div>\
        <div class=\"common-offer\">\
          <div><img src=\"../menu-images/menu-livetheleela.jpg\" width=\"172\" height=\"172\" /></div>\
        </div>\
      </div>\
    </div>\
  </div>\
\
\
<div id=\"menu-hotels\">\
    <div id=\"menu-bangalore\">\
      <!--Bangalore Menu-->\
      <div class=\"common-title\">\
        <div class="msg-box-font"><a href ="\hotel-bangalore.html\">THE LEELA PALACE BANGALORE</a></div>\
        <div style=\"float:right\"><a href=\"javascript:void(0)\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"menu-offer\"><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=2\">  Special Offers</a></span> <span class=\"text-b\" style=\"padding-left:100px;\"><a href=\"hotel-bangalore-rates-reservations.html\">Rates & Reservations</a></span></div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-bangalore-accomodation.html\">Accommodation</a></li>\
            <li class=\"submain\"><a href=\"bangalore-deluxe-room.html\">Deluxe Room</a></li>\
            <li class=\"submain\"><a href=\"bangalore-conservatory-king-room.html\">Conservatory Room</a></li>\
            <li class=\"submain\"><a href=\"bangalore-royal-premier-room.html\">Royal Premiere Rooms</a></li>\
            <li class=\"submain\"><a href=\"bangalore-turret-suite.html\">Turret Suite</a></li>\
            <li class=\"submain\"><a href=\"bangalore-executive-suite.html\">Executive Suite</a></li>\
            <li class=\"submain\"><a href=\"bangalore-royal-club-suite.html\">Royal Club Suite</a></li>\
            <li class=\"submain\"><a href=\"bangalore-deluxe-suite.html\">Royal Suite</a></li>\
            <li class=\"submain\"><a href=\"bangalore-presidential-suite.html\">Maharaja Suite</a></li>\
            <li class=\"main\"><a href=\"hotel-bangalore-the-club.html\">The Royal Club</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:130px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-bangalore-dining.html\">Dining</a></li>\
            <li class=\"submain\"><a href=\"bangalore-citrus.html\">Citrus</a></li>\
            <li class=\"submain\"><a href=\"bangalore-jamavar.html\">Jamavar</a></li>\
            <li class=\"submain\"><a href=\"bangalore-zen.html\">Zen</a></li>\
            <li class=\"submain\"><a href=\"bangalore-library-bar.html\">Library Bar</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"bangalore-meetings.html\">Meetings & Events</a></li>\
            <li class=\"submain\"><a href=\"the-grand-ballroom.html\">The Grand Ballroom</a></li>\
            <li class=\"submain\"><a href=\"the-royal-ballroom.html\">The Royal Ballroom</a></li>\
            <li class=\"submain\"><a href=\"turret-board-room.html\">Turret Board room</a></li>\
            <li class=\"submain\"><a href=\"diya-room.html\">Diya room</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-bangalore-services.html\">Services & Facilities</a></li>\
            <li class=\"submain\"><a href=\"bangalore-leisure-pleasure.html\">Leisure + Pleasure</a></li>\
            <li class=\"submain\"><a href=\"bangalore-services-spa.html\">Spa</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:130px\">\
          <ul>\
		    <li class=\"main\"><a href=\"the-leela-hotel-virtual-tours.html\">Virtual Gallery</a></li>\
            <li class=\"main\"><a href=\"hotel-bangalore-photo-gallery.html\">Photo Gallery</a></li>\
            <li class=\"main\"><a href=\"hotel-bangalore-reach-us.html\">Reach Us</a></li>\
            <li class=\"main\"><a href=\"hotel-bangalore-know-bangalore.html\">Know Bangalore</a></li>\
          </ul>\
        </div>\
        <div class=\"common-offer\">\
          <div><a href=\"specialoffers/index.aspx?CityID=2&OfferID=84\"><img src=\"../menu-images/offer-bangalore.jpg\" width=\"172\" height=\"172\" /></a></div>\
          <div><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=2&OfferID=84\">Long Stay Offer</a></span><br />\
               </div>\
        </div>\
      </div>\
    </div>\
<div id=\"menu-mumbai\">\
      <!--Mumbai Menu-->\
      <div class=\"common-title\">\
        <div  class="msg-box-font"><a href=\"hotel-mumbai.html\">THE LEELA MUMBAI</a></div>\
		<div style=\"float:right\"><a href=\"javascript:void(0)\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"menu-offer\"><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=1\">  Special Offers</a> </span> <span class=\"text-b\" style=\"padding-left:100px;\"><a href=\"hotel-mumbai-rates-reservations.html\">Rates & Reservations </a></span></div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-mumbai-accomodation.html\">Accommodation</a></li>\
            <li class=\"submain\"><a href=\"mumbai-premier-city-view-rooms.html\">Premier Pool &amp; City View</a></li>\
            <li class=\"submain\"><a href=\"mumbai-royal-club.html\">Royal Club</a></li>\
            <li class=\"submain\"><a href=\"mumbai-royal-club-parlour.html\">Royal Club Parlour</a></li>\
            <li class=\"submain\"><a href=\"mumbai-executive-suite.html\">Executive Suite</a></li>\
            <li class=\"submain\"><a href=\"mumbai-deluxe-suite.html\">Deluxe Suite</a></li>\
            <li class=\"submain\"><a href=\"mumbai-junior-presidential-suite.html\">Malabar, Coromandal &amp; Konark </a></li>\
            <li class=\"submain\"><a href=\"mumbai-presidential-suite.html\">Maharaja Suite</a></li>\
            <li class=\"main\"><a href=\"hotel-mumbai-the-club.html\">The Royal Club</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:140px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-mumbai-dining.html\">Dining</a></li>\
            <li class=\"submain\"><a href=\"mumbai-citrus.html\">Citrus</a></li>\
            <li class=\"submain\"><a href=\"mumbai-jamavar.html\">Jamavar</a></li>\
            <li class=\"submain\"><a href=\"mumbai-the-great-wall.html\">The Great Wall</a></li>\
            <li class=\"submain\"><a href=\"mumbai-stella.html\">Stella</a></li>\
            <li class=\"submain\"><a href=\"mumbai-the-lobby-lounge.html\">The Lobby Lounge</a></li>\
            <li class=\"submain\"><a href=\"mumbai-6-degrees.html\">Six Degrees</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"mumbai-meetings.html\">Meetings & Events</a></li>\
            <li class=\"submain\"><a href=\"grand-ballroom.html\">Grand Ballroom</a></li>\
            <li class=\"submain\"><a href=\"nidhi.html\">Nidhi</a></li>\
            <li class=\"submain\"><a href=\"nitya.html\">Nitya</a></li>\
            <li class=\"submain\"><a href=\"maya.html\">Maya</a></li>\
            <li class=\"submain\"><a href=\"kamal.html\">Kamal</a></li>\
            <li class=\"submain\"><a href=\"diya.html\">Diya</a></li>\
            <li class=\"submain\"><a href=\"tara.html\">Tara</a></li>\
            <li class=\"submain\"><a href=\"roshini.html\">Roshini</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" >\
          <ul>\
            <li class=\"main\"><a href=\"hotel-mumbai-services.html\">Services & Facilities</a></li>\
            <li class=\"submain\"><a href=\"mumbai-leisure-pleasure.html\">Leisure + Pleasure</a></li>\
            <li class=\"submain\"><a href=\"mumbai-spa.html\">Spa</a></li>\
            <li class=\"submain\"><a href=\"mumbai-personal-training-programs.html\">Gymnasium</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:120px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-mumbai-photo-gallery.html\">Photo Gallery</a></li>\
            <li class=\"main\"><a href=\"hotel-mumbai-reach-us.html\">Reach Us</a></li>\
            <li class=\"main\"><a href=\"hotel-mumbai-know-mumbai.html\">Know Mumbai</a></li>\
          </ul>\
        </div>\
        <div class=\"common-offer\">\
          <div><a href=\"specialoffers/index.aspx?CityID=1&OfferID=8\"><img src=\"../menu-images/mumbai-early-bird.jpg\" width=\"172\" height=\"172\" border=\"0\" /></a></div>\
          <div><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=1&OfferID=8\">Long Stay offer</a></span><br />\
          </div>\
        </div>\
      </div>\
    </div>\
   <div id=\"menu-goa\">\
      <!--Goa Menu-->\
      <div class=\"common-title\">\
       <div class="msg-box-font"><a href=\"hotel-goa.html\">THE LEELA GOA</div>\
        <div style=\"float:right\"><a href=\"javascript:void(0)\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"menu-offer\"><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=3\">  Special Offers</a></span> \
	  <span class=\"text-b\" style=\"padding-left:100px;\"><a href=\"hotel-goa-rates-reservations.html\">Rates & Reservations</a></span></div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-goa-accomodation.html\">Accommodation</a></li>\
            <!--<li class=\"submain\"><a href=\"goa-pavilion-room.html\">Pavilion Room</a></li>-->\
            <li class=\"submain\"><a href=\"goa-lagoon-terrace-room.html\">Lagoon Terrace Room</a></li>\
            <li class=\"submain\"><a href=\"goa-premiere-room.html\">Conservatory Premiere</a></li>\
            <li class=\"submain\"><a href=\"goa-lagoon-suite.html\">Lagoon Suite</a></li>\
            <li class=\"submain\"><a href=\"goa-lagoon-deluxe-suite.html\">Lagoon Deluxe Suite</a></li>\
            <li class=\"submain\"><a href=\"goa-royal-villa.html\">Royal Villa</a></li>\
            <li class=\"submain\"><a href=\"goa-club-suite.html\">Club Suite</a></li>\
            <li class=\"submain\"><a href=\"goa-club-pool-suite.html\">Club Pool Suite</a></li>\
            <li class=\"submain\"><a href=\"goa-presidential-suite.html\">Presidential Suite</a></li>\
            <li class=\"main\"><a href=\"hotel-goa-the-club.html\">The Club</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:130px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-goa-dining.html\">Dining</a></li>\
            <!--<li class=\"submain\"><a href=\"goa-jamavar.html\">Jamavar</a></li>-->\
            <li class=\"submain\"><a href=\"goa-the-cafe.html\">The Restaurant</a></li>\
            <li class=\"submain\"><a href=\"goa-riverside.html\">Riverside</a></li>\
            <li class=\"submain\"><a href=\"goa-susegado.html\">Susegado</a></li>\
            <li class=\"submain\"><a href=\"goa-yali-lounge.html\">Yali Lounge</a></li>\
            <li class=\"submain\"><a href=\"goa-aqua.html\">Aqua</a></li>\
            <li class=\"submain\"><a href=\"goa-the-pool-bar.html\">The Pool Bar</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-goa-meetings.html\">Meetings & Events</a></li>\
            <li class=\"submain\"><a href=\"hotel-goa-meetings.html#1\">Aparanta</a></li>\
            <li class=\"submain\"><a href=\"hotel-goa-meetings.html#2\">Hampi</a></li>\
            <li class=\"submain\"><a href=\"hotel-goa-meetings.html#3\">Bidar and Badami</a></li>\
			 <li class=\"submain\"><a href=\"hotel-goa-meetings.html#4\">Aparanta Lawns</a></li>\
			  <li class=\"submain\"><a href=\"hotel-goa-meetings.html#3\">Leela Lawns</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" >\
          <ul>\
            <li class=\"main\"><a href=\"hotel-goa-services.html\">Services & Facilities</a></li>\
            <li class=\"submain\"><a href=\"hotel-leisure-pleasure.html\">Leisure + Pleasure</a></li>\
            <li class=\"submain\"><a href=\"hotel-in-room.html\">In-room</a></li>\
            <li class=\"submain\"><a href=\"hotel-goa-spa.html\">Spa</a></li>\
            <li class=\"submain\"><a href=\"hotel-goa-golf.html\">Golf</a></li>\
            <li class=\"submain\"><a href=\"hotel-goa-casino.html\">The Gaming Club - Las Vegas</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:130px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-goa-photo-gallery.html\">Photo Gallery</a></li>\
            <li class=\"main\"><a href=\"hotel-goa-reach-us.html\">Reach Us</a></li>\
            <li class=\"main\"><a href=\"hotel-goa-know-goa.html\">Know Goa </a></li>\
          </ul>\
        </div>\
        <div class=\"common-offer\">\
          <div><a href=\"specialoffers/index.aspx?CityID=3&OfferID=112\"><img src=\"../menu-images/offer-goa.jpg\" width=\"172\" height=\"172\" border=\"0\" /></a></div>\
          <div><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=3&OfferID=112\">Long Stay Offer</a></span><br />\
         </div>\
        </div>\
      </div>\
    </div>\
    <div id=\"menu-kovalam\">\
      <!--Kovalam Menu-->\
      <div class=\"common-title\">\
        <div class="msg-box-font"><a href=\"hotel-kovalam.html\">THE LEELA KOVALAM</div>\
        <div style=\"float:right\"><a href=\"javascript:void(0)\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"menu-offer\"><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=4\">  Special Offers</a></span><span class=\"text-b\" style=\"padding-left:100px;\"><a href=\"hotel-kovalam-rates-reservations.html\">Rates & Reservations</a></span></div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-kovalam-accomodation.html\">Accommodation</a></li>\
			<li class=\"submain\"><a href=\"sea-view-pavilion-room.html\">Garden View Pavilion Room</a></li>\
            <li class=\"submain\"><a href=\"beach-view-room.html\">Beach View Superior Room</a></li>\
            <!--<li class=\"submain\"><a href=\"beach-view-deluxe-room.html\">Beach View Deluxe Room</a></li>-->\
            \
            <li class=\"submain\"><a href=\"club-room.html\">Club Room</a></li>\
            <li class=\"submain\"><a href=\"club-suite.html\">Club Suite</a></li>\
            <li class=\"submain\"><a href=\"duplex-suite.html\">Duplex Suite</a></li>\
            <li class=\"main\"><a href=\"hotel-kovalam-the-club.html\">The Club</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:140px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-kovalam-dining.html\">Dining</a></li>\
            <li class=\"submain\"><a href=\"kovalam-the-terrace.html\">The Terrace</a></li>\
            <li class=\"submain\"><a href=\"kovalam-sky-bar.html\">The Sky Bar</a></li>\
            <li class=\"submain\"><a href=\"kovalam-the-bar.html\">The Bar</a></li>\
            <li class=\"submain\"><a href=\"kovalam-the-cafe.html\">The Cafe at The Club</a></li>\
            <li class=\"submain\"><a href=\"kovalam-the-liv-room.html\">The Living Room at The Club</a></li>\
            <li class=\"submain\"><a href=\"kovalam-the-libr.html\">The Library at The Club</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-kovalam-meetings.html\">Meetings & Events</a></li>\
            <li class=\"submain\"><a href=\"rgcc.html\">RGCC</a></li>\
            <li class=\"submain\"><a href=\"kovalam-maya.html\">Maya</a></li>\
            <li class=\"submain\"><a href=\"pandal.html\">Pandal</a></li>\
            <li class=\"submain\"><a href=\"kovalam-tara.html\">Tara</a></li>\
            <li class=\"submain\"><a href=\"roshni.html\">Roshni</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-kovalam-services.html\">Services & Facilities</a></li>\
            <li class=\"submain\"><a href=\"kovalam-leisure-pleasure.html\">Leisure + Pleasure</a></li>\
            <li class=\"submain\"><a href=\"kovalam-in-room.html\">In Room</a></li>\
            <li class=\"submain\"><a href=\"kovalam-divya.html\">Divya - The Health Spa</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:140px\">\
          <ul>\
\
            <li class=\"main\"><a href=\"hotel-kovalam-photo-gallery.html\">Photo Gallery</a></li>\
            <li class=\"main\"><a href=\"hotel-kovalam-reach-us.html\">Reach Us</a></li>\
            <li class=\"main\"><a href=\"hotel-kovalam-know-kovalam.html\">Know Kovalam </a></li>\
          </ul>\
        </div>\
       <div class=\"common-offer\">\
          <div><a href=\"specialoffers/index.aspx?CityID=4&OfferID=120\"><img src=\"../menu-images/offer-kovalam.jpg\" width=\"172\" height=\"172\" border=\"0\" /></a></div>\
          <div><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=4&OfferID=120\">Long Stay Offer</a></span><br />\
         </div>\
        </div>\
      </div>\
    </div>\
	<div id=\"menu-new-delhi\">\
	<!--New Delhi Menu-->\
      <div class=\"common-title\">\
        <div class="msg-box-font"><a href=\"hotel-new-delhi-palace.html\">THE LEELA PALACE NEW DELHI</div>\
        <div style=\"float:right\"><a href=\"javascript:void(0)\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"menu-offer\"><!-- <span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=7\">  Special Offers</a> </span>--><span class=\"text-b\" style=\"padding-left:0px;\"><a href=\"hotel-delhi-rates-reservations.html\">Rates & Reservations </a></span></div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\" style=\"width:160px;">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-new-delhi-accomodation.html\">Accommodation</a></li>\
        <li class=\"submain\"><a href=\"new-delhi-grand-deluxe-rooms.html\">Grand Deluxe Room</a></li>\
        <li class=\"submain\"><a href=\"new-delhi-royal-premier-rooms.html\">Royal Premier Room</a></li>\
        <li class=\"submain\"><a href=\"new-delhi-royal-club-rooms.html\">Royal Club Room</a></li>\
        <li class=\"submain\"><a href=\"new-delhi-junior-suite.html\">Junior Suite</a></li>\
        <li class=\"submain\"><a href=\"new-delhi-executive-suites.html\">Executive Suite</a></li>\
        <li class=\"submain\"><a href=\"new-delhi-luxury-suites.html\">Luxury Suite</a></li>\
    <li class=\"submain\"><a href=\"new-delhi-grande-pool-suites.html\">Grande Suite with Pools</a></li>\    <li class=\"submain\"><a href=\"new-delhi-royal-pool-suite.html\">Royal Suite with Pool</a></li>\
	<li class=\"submain\"><a href=\"new-delhi-maharaja-suite.html\">Maharaja Suite</a></li>\
    <li class=\"main\"><a href=\"hotel-new-delhi-the-club.html\">The Royal Club</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px;">\
          <ul>\
		 	<!--<li class=\"main\"><a href=\"hotel-new-delhi-the-club.html\">The Royal Club</a></li>  -->\
            <li class=\"main\"><a href=\"hotel-new-delhi-dining.html\">Dining</a></li>\
             <li class=\"submain\"><a href=\"new-delhi-qube.html\">The Qube</a></li>\
            <li class=\"submain\"><a href=\"new-delhi-jamavar.html\">Jamavar</a></li>\
         <li class=\"submain\"><a href=\"new-delhi-italian-restaurant.html\">Le Cirque</a></li>\
            <li class=\"submain\"><a href=\"new-delhi-library-bar.html\">The Library Bar</a></li>\
			<li class=\"submain\"><a href=\"new-delhi-megu.html\">Megu</a></li>\
			 <li class=\"submain\"><a href=\"new-delhi-the-lobby-lounge.html\">The Lobby Lounge</a></li>\
                     </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-new-delhi-meetings.html\">Meetings & Events</a></li>\
     <li class=\"submain\"><a href=\"new-delhi-the-grand-ballroom.html\">The Grand Ballroom</a></li>\
     <li class=\"submain\"><a href=\"new-delhi-the-royal-ballroom.html\">The Royal Ballroom</a></li>\
     <li class=\"submain\"><a href=\"new-delhi-board-room.html\">Board Rooms</a></li>\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:160px;">\
          <ul>\
			<li class=\"main\"><a href=\"hotel-new-delhi-services.html\">Services & Facilities</a></li>\
			<li class=\"main\"><a href=\"hotel-new-delhi-spa.html\">SPA</a></li>\
			<li class=\"main\"><a href=\"hotel-new-delhi-photo-gallery.html\">Photo Gallery</a></li>\
			<li class=\"main\"><a href=\"hotel-new-delhi-getting-here.html\">Getting Here</a></li>\
		    <li class=\"main\"><a href=\"hotel-new-delhi-reach-us.html\">Reach Us</a></li>\
                      </ul>\
        </div>\
        <div class=\"common-links\" >\
          <ul>\
            <!-- <li class=\"main\"><a href=\"hotel-new-delhi-services.html\">Services & Facilities</a></li>\
            <li class=\"submain\"><a href=\"#\">Leisure + Pleasure</a></li>\
            <li class=\"submain\"><a href=\"#\">Spa</a></li>\
            <li class=\"submain\"><a href=\"#\">Gymnasium</a></li> -->\
          </ul>\
        </div>\
        <div class=\"common-links\" style=\"width:140px\">\
          <ul>\
            <!-- <li class=\"main\"><a href=\"#\">Photo Gallery</a></li> \
            <li class=\"main\"><a href=\"hotel-new-delhi-reach-us.html\">Reach Us</a></li>\
            <li class=\"main\"><a href=\"#\">Know Mumbai</a></li>-->\
          </ul>\
        </div>\
        <div class=\"common-offer\">\
         <div><a href=\"new-delhi-italian-restaurant.html\" ><img src=\"images/opening-soon-le-cirqu.jpg\" border=\"0\"  title=\"Now Open Megu\" alt=\"Now Open Megu\"   /></a></div>\
           <!--<div><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=1&OfferID=8\">Long Stay offer</a></span><br />\
          </div> -->\
        </div>\
      </div>\
    </div>\
    <div id=\"menu-gurgaon\">\
      <!--Gurgaon Menu-->\
      <div style="margin-left:0px" class=\"common-title\">\
        <div class="msg-box-font-gur"><div class=\"common-links-gurgaon\" id="common-links-gurgaon1" style=\"width:386px;height:20px;\">\
	  <strong><span onmousedown=\"gur_residences_menu()\" ondblclick=\"open_gurgaon_delhi_home()\" onfocus=\"this.blur();\" style=\"cursor:hand\"><div style=\"background-image:url(../menu_img/sel_bg-gur.gif); width:386px; height:30px; background-position:top center; background-repeat:no-repeat; padding-top:5px;\" id=\"the-leela-kempinski-gurgaon-sub3\">&nbsp;&nbsp;&nbsp;THE LEELA KEMPINSKI GURGAON<!-- DELHI (NCR)--></div></span></strong>\
	  </div>\<div class=\"common-links-gurgaon\"  id="common-links-gurgaon2" style=\"width:386px;height:20px\">\
	  <strong><span onmousedown=\"gur_delhi_menu()\" ondblclick=\"open_gurgaon_residences_home()\" onfocus=\"this.blur();\" style=\"cursor:hand\"><div style=\"background-image:url(../menu_img/bg-gur.gif); width:386px; height:30px; background-position:top center; background-repeat:no-repeat; padding-top:5px;  \"  id=\"the-leela-residences-kempinski-gurgaon-sub3\">&nbsp;&nbsp;&nbsp;THE LEELA RESIDENCES KEMPINSKI GURGAON</div></span></strong>\
	  </div>\</div>\
        <div style=\"float:right\"><a href=\"javascript:void(0);\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
	   <div class=\"menu-offer\" id=\"gurgaon-menu-offer-srt\"><span class=\"text-b\" id=\"gurgaon-menu-offer-opt1\"><a href=\"specialoffers/index.aspx?CityID=5\">  Special Offers</a></span> \
	  <span class=\"text-b\" style=\"padding-left:100px;\" id=\"gurgaon-menu-offer-opt2\"><a href=\"hotel-gurgaon-rates-reservations.html\">Rates & Reservations</a></span></div>\
      <div class=\"common-links-outer\">\
	  <div id=\"submenu_gurgaon1\" class=\"common-links-outer\">\
	  <div class=\"common-links\" style=\"width:160px\">\
	      <ul>\
            <li class=\"main\"><a href=\"hotel-gurgaon-accommodation.html\">Accommodation</a></li>\
				<li class=\"submain\"><a href=\"hotel-gurgaon-deluxeroom.html\">Deluxe Room</a></li>\
	            <li class=\"submain\"><a href=\"hotel-gurgaon-premierroom.html\">Premier Room</a></li>\
				<li class=\"submain\"><a href=\"hotel-gurgaon-terraceroom.html\">Terrace Room</a></li>\
				<li class=\"submain\"><a href=\"hotel-gurgaon-executivesuite.html\">Executive Suite</a></li>\
				<li class=\"submain\"><a href=\"hotel-gurgaon-deluxesuite.html\">Deluxe Suite</a></li>\
				<li class=\"submain\"><a href=\"hotel-gurgaon-panoramicsuite.html\">Panoramic Suite</a></li>\
				<li class=\"submain\"><a href=\"hotel-gurgaon-presidentialsuite.html\">Presidential Suite</a></li>\
				<li class=\"main\"><a href=\"hotel-gurgaon-the-club.html\">The Royal Club</a></li>\
          </ul>\
	  </div>\
	  <div class=\"common-links\"  style=\"width:160px\">\
          <ul>\
			<li class=\"main\"><a href=\"hotel-gurgaon-dining.html\">Dining</a></li>\
			<li class=\"submain\"><a href=\"hotel-gurgaon-spectra.html\">Spectra</a></li>\
	   		<li class=\"submain\"><a href=\"hotel-gurgaon-diya.html\">Diya</a></li>\
			<li class=\"submain\"><a href=\"hotel-gurgaon-zanota.html\">Zanotta</a></li>\
			<li class=\"submain\"><a href=\"hotel-gurgaon-rubicon.html\">Rubicon Bar </a></li>\
			<li class=\"submain\"><a href=\"hotel-gurgaon-inroomdining.html\">In-room dining</a></li>\
          </ul>\
        </div>\
		<div class=\"common-links\"  style=\"width:160px\">\
		  <ul>\
		 <li class=\"main\"><a href=\"hotel-gurgaon-meetings.html\">Meetings &amp; Events </a></li>\
		 <li class=\"submain\"><a href=\"hotel-gurgaon-pearlballroom.html\">The Pearl Ballroom</a></li>\
		 <li class=\"submain\"><a href=\"hotel-gurgaon-maple.html\">Maple Room</a></li>\
		 <li class=\"submain\"><a href=\"hotel-gurgaon-royalroom.html\">The Royal Room </a></li>\
   		  </ul>\
		</div>\
		<div class=\"common-links\"  style=\"width:200px\">\
		  <ul>\
		  <li class=\"main\"><a href=\"hotel-gurgaon-services.html\">Services &amp; Facilities</a></li>\
		  <li class=\"main\"><a href=\"hotel-gurgaon-spa.html\">The Spa - Lavanya</a></li>\
		  <li class=\"main\"><a href=\"hotel-gurgaon-photo-gallery.html\">Photo Gallery</a></li>\
         <li class=\"main\"><a href=\"hotel-gurgaon-reach-us.html\">Reach Us  </a></li>\
         <li class=\"main\"><a href=\"know-gurgaon.html\">Know Gurgaon, Delhi (NCR)</a></li>\
		 </ul>\
		</div>\
	  </div>\
	  <div id=\"submenu_gurgaon2\" class=\"common-links-outer\">\
	  <div class=\"common-links\" style=\"width:340px\">\
	      <ul>\
		<li class=\"submain\"><a href=\"hotel-gurgaon-residencies-one-room.html\"><b>Residences</b></a></li>\
	 	<li class=\"submain\" style=\"margin-left:35px\"><a href=\"hotel-gurgaon-residencies-one-room.html\">One Room</a></li>\
	    <li class=\"submain\" style=\"margin-left:35px\"><a href=\"hotel-gurgaon-residencies-two-room.html\">Two Room</a></li>\
	    <li class=\"submain\" style=\"margin-left:35px\"><a href=\"hotel-gurgaon-residencies-three-room.html\">Three Room</a></li>\
		<li class=\"submain\"><a href=\"entrance.html\"><b>Virtual Tour</b></a></li>\
	 	<li class=\"submain\" style=\"margin-left:35px\"><a href=\"entrance.html\">Entrance</a></li>\
	    <li class=\"submain\" style=\"margin-left:35px\"><a href=\"onebed.html\">Residencies</a></li>\
	    <li class=\"submain\" style=\"margin-left:35px\"><a href=\"restaurant.html\">Restaurant</a></li>\
	    <li class=\"submain\" style=\"margin-left:35px\"><a href=\"recreation.html\">Recreation</a></li>\
	    <li class=\"submain\" style=\"margin-left:35px\"><a href=\"exteriors.html\">Exteriors</a></li>\
          </ul>\
	  </div>\
	  	<div class=\"common-links\" style=\"width:330px\">\
	      <ul>\
     	<li class=\"main\"><a href=\"residence-services.html\">Services &amp; Facilities</a></li>\
     	<li class=\"main\"><a href=\"residence-reach.html\"> Reach Us </a></li>\
     	<li class=\"main\"><a href=\"residence-know.html\">Know Gurgaon, Delhi NCR </a></li>\
          </ul>\
	  </div>\
	  </div>\
		  <div class=\"common-offer\">\
          <div><a href=\"specialoffers/index.aspx?CityID=5&OfferID=50\"><img src=\"../menu-images/offer-gurgaon.jpg\" width=\"172\" height=\"172\" border=\"0\" /></a></div>\
          <div><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=5&OfferID=50\">Business Special Offer</a></span><br />\
         </div>\
		 <br/>\
        </div>\
      </div>\
    </div>\
	<div id=\"menu-udaipur\" style=\"display: none;\">\
      <!--Udaipur Menu-->\
      <div class=\"common-title\">\
        <div class="msg-box-font"><a href=\"hotel-udaipur.html\">THE LEELA PALACE UDAIPUR</a></div>\
        <div style=\"float:right\"><a href=\"javascript:void(0)\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"menu-offer\"><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=6\">  Special Offers</a></span> <span class=\"text-b\" style=\"padding-left:100px;\"><a href=\"rates-reservation-udaipur.html\">Rates & Reservations</a></span></div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\" style=\"width:175px; padding-right:30px\">\
          <ul>\
            <li class=\"main\"><a href=\"hotel-udaipur-accomodation.html\">Accommodation</a></li>\
						<li class=\"submain\"><a href=\"udaipur-lake-view-room.html\">Lake View Room</a></li>\
						<li class=\"submain\"><a href=\"udaipur-heritage-view-room.html\">Heritage View Room</a></li>\
						<li class=\"submain\"><a href=\"udaipur-luxury-suite.html\">Luxury Suite</a></li>\
						<li class=\"submain\"><a href=\"udaipur-duplex-suite.html\">Duplex Suite</a></li>\
						<li class=\"submain\"><a href=\"udaipur-the-royal-suite.html\">The Royal Suite</a></li>\
						<li class=\"submain\"><a href=\"udaipur-the-maharaja-suite.html\">The Maharaja Suite</a></li>\
          </ul>\
        </div> \
		<div class=\"common-links\" style=\"width:175px; padding-right:30px\">\
          <ul>\
		  		   <li class=\"main\"><a href=\"hotel-udaipur-dining.html\">Dining</a></li>\
				    	<li class=\"submain\"><a href=\"hotel-udaipur-dining-room.html\">Dining room</a></li>\
						<li class=\"submain\"><a href=\"hotel-udaipur-sheesh-mahal.html\">Sheesh Mahal</a></li>\
						<li class=\"submain\"><a href=\"hotel-udaipur-poolside.html\">Poolside</a></li>\
          </ul>\
        </div>\
		<div class=\"common-links\" style=\"width:175px; padding-right:30px\">\
          <ul>\
		    <li class=\"\main\"><a href=\"hotel-udaipur-meetings.html\">Meetings & Events</a></li>\
			<li class=\"\main\"><a href=\"hotel-udaipur-services.html\">Services & Facilities</a></li>\
			<li class=\"\main\"><a href=\"hotel-udaipur-spa.html\">SPA</a></li>\
		    <li class=\"main\"><a href=\"hotel-udaipur-photo-gallery.html\">Photo Gallery</a></li>\
		   <li class=\"\main\"><a href=\"hotel-udaipur-reach-us.html\">Reach Us</a></li>\
		   <li class=\"\main\"><a href=\"know-udaipur.html\">Know Udaipur</a></li>\
          </ul>\
        </div>\
		<div class=\"common-links\" style=\"width:300px;\">\
        </div>\
		<div class=\"common-offer\">\
          <div><a href=\"specialoffers/index.aspx?CityID=6\"><img src=\"../menu-images/top-menu-udaipur-offer2.jpg\" width=\"258\" height=\"172\" /></a></div>\
          <div><span class=\"text-b\"><a href=\"specialoffers/index.aspx?CityID=6\">Destination Divine</a></span><br />\
               </div>\
        </div>\
      </div>\
    </div>\
  <div id=\"menu-upcoming\">\
      <!--Upcoming Menu-->\
      <div class=\"common-title\">\
        <div class="msg-box-font"><a href=\"upcoming-projects.html\">UPCOMING HOTELS</a></div>\
        <div style=\"float:right\"><a href=\"javascript:void(0);\" onmousedown=\"menu_cls();\"><img src=\"../menu-images/menu-close.gif\" width=\"55\" height=\"27\" border=\"0\" /></a></div>\
      </div>\
      <div class=\"common-links-outer\">\
        <div class=\"common-links\"  style=\"width:160px; padding-bottom:10px; padding-left:48px;\">\
          <div class=\"th-im\"><img src=\"../menu-images/th-chennai.jpg\" /></div>\
          <ul>\
            <li class=\"main1\">The Leela Palace Chennai</li>\
          </ul>\
          <div style=\"padding:5px 0px 0px 24px; line-height:18px;\"> <a href=\"hotel-chennai.html\"><b>More</b></a> </div>\
        </div>\
         <!--<div class=\"common-links\"  style=\"width:160px; padding-bottom:10px; padding-left:58px;\">\
          <div class=\"th-im\"><img src=\"../menu-images/th-hyderabad.jpg\" /></div>\
          <ul>\
            <li class=\"main1\">The Leela Palace Hyderabad</li>\
          </ul>\
          <div style=\"padding:5px 0px 0px 24px; line-height:18px;\"> <a href=\"hotel-hyderabad.html\"><b>More</b></a> </div>\
        </div>-->\
		 <div class=\"common-links\"  style=\"width:160px; padding-bottom:10px; padding-left:58px;\">\
          <div class=\"th-im\"><img src=\"../menu-images/th-agra.jpg\" /></div>\
          <ul>\
            <li class=\"main1\">The Leela Agra</li>\
          </ul>\
          <div style=\"padding:5px 0px 0px 14px; line-height:18px;\"><a href=\"hotel-agra.html\"><b>More</b></a></div>\
        </div>\
			 <div class=\"common-links\"  style=\"width:160px; padding-bottom:10px; padding-left:58px;\">\
          <div class=\"th-im\"><img src=\"../menu-images/th-asthamudi.jpg\" /></div>\
          <ul>\
            <li class=\"main1\">The Leela Lake Ashtamudi</li>\
          </ul>\
          <div style=\"padding:5px 0px 0px 14px; line-height:18px;\"><a href=\"hotel-ashtamudi.html\"><b>More</b></a></div>\
        </div>\
      </div>\
    </div>\
  </div>');
}

/* =================================== top-menu-display.js  ends here ==================================== */
/* =================================== newsletter.js  starts here ==================================== */

function newsletter()
{
	document.write('<form name=\"Form2\" method=\"post\" target=\"frame1\"  action=\"frmEnewsletter_SignUp.aspx\" id=\"Form2\">\
  <table width=\"500\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">\
  <tr>\
    <td align=\"right\"><a href=\"javascript:void(0)\" onclick=\"move_out();slider_left()\">x Close</a>&nbsp;</td>\
  </tr>\
  <tr>\
    <td><img src=\"images/newsletter-signup1.gif\" width=\"500\" height=\"34\" /></td>\
  </tr>\
</table>\
<table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
  <tr>\
    <td align=\"center\" bgcolor=\"#FFFFFF\"><table width=\"450\" border=\"0\" cellpadding=\"0\" cellspacing=\"5\" bgcolor=\"#FFFFFF\" class=\"table1\">\
      <tr>\
        <td colspan=\"2\" align=\"left\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
  <tr>\
    <td width=\"37%\">Title<br />\
      <select id=\"ddlTitle\" name=\"ddlTitle\" class=\"txtbox\">\
        <option value=\"Mr\" selected=\"selected\">Mr</option>\
        <option value=\"Miss\">Miss</option>\
        <option value=\"Ms\">Ms</option>\
        <option value=\"Mrs\">Mrs</option>\
      </select></td>\
    <td width=\"63%\">First \
          name *\
      <br />\
      <input id=\"txtFirstName\" name=\"txtFirstName\" type=\"text\"  class=\"txtbox\" /></td>\
  </tr>\
</table></td>\
        <td align=\"left\">Last name *\
          <br />\
          <input id=\"txtLastName\" name=\"txtLastName\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"></td>\
      </tr>\
      <tr>\
        <td width=\"174\" align=\"left\">Job Title *\
          <br />\
          <input id=\"txtJobTitle\" name=\"txtJobTitle\" type=\"text\"  class=\"txtbox\" /></td>\
        <td width=\"48\" align=\"left\"> </td>\
        <td width=\"132\" align=\"left\"></span>Company name *\
          <br />\
          <input id=\"txtCompanyName\" name=\"txtCompanyName\" type=\"text\"  class=\"txtbox\" /></td>\
        <td width=\"71\" align=\"left\"> </td>\
      </tr>\
      <tr>\
        <td colspan=\"3\" align=\"left\">Address *\
          <br /><textarea id=\"txtAddressLine1\" name=\"txtAddressLine1\" cols=\"65"\ class=\"txtbox1\" ></textarea></td>\
        <td align=\"left\"> </td>\
      </tr>\
      \
      <tr>\
        <td align=\"left\">City *<br />\
<input id=\"txtCity\" name=\"txtCity\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"> </td>\
        <td align=\"left\">State/Province *\
          <br />\
          <input id=\"txtState\" name=\"txtState\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"> </td>\
      </tr>\
      <tr>\
        <td align=\"left\">Zip/ Postal code *\
		<br />\
<input id=\"txtZipCode\" name=\"txtZipCode\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"> </td>\
        <td align=\"left\">Country * \
          <input id=\"txtCountry\" name=\"txtCountry\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"> </td>\
      </tr>\
      <tr>\
        <td align=\"left\">Phone number\
          <input id=\"txtPhoneNumber\" name=\"txtPhoneNumber\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"> </td>\
        <td align=\"left\">Fax number\
          <input id=\"txtFaxNumber\" name=\"txtFaxNumber\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"> </td>\
      </tr>\
      <tr>\
        <td align=\"left\">Email Address *\
          <input id=\"txtEmail\" name=\"txtEmail\" type=\"text\"  class=\"txtbox\" /></td>\
        <td align=\"left\"> </td>\
        <td align=\"left\">Friends e-mail\
          <input id=\"txtFriendEmail\" name=\"txtFriendEmail\" type=\"text\"  class=\"txtbox\" id=\"txtFriendEmail\" /></td>\
        <td align=\"left\"> </td>\
      </tr>\
    </table>\
      <table width=\"450\" border=\"0\" cellspacing=\"0\" cellpadding=\"5\">\
        \
         <tr>\
          <td align=\"center\"><input name=\"Submit\" type=\"submit\" onclick=\"return Validate_EnewsletterSignUp();\" class=\"btn\" value=\"Submit\" /></td>\
        </tr>\
		<tr>\
          <td height=\"20\"> </td>\
        </tr>\
      </table></td>\
  </tr>\
</table>\
</form>\
');
	
}
/* ===================================  newsletter.js   ends here ==================================== */
/* =================================== reservations.js  starts here ==================================== */

function reservations()
{
	document.write('<table width=\"370\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
  <tr>\
    <td align=\"right\" style=\"padding-right:10px; font-size:12px\"><a href=\"javascript:void(0)\" onclick=\"move_out1();slider_left1();\">x Close</a> </td>\
  </tr>\
  <tr>\
    <td><img src=\"images/reservations-t.gif\" width=\"350\" height=\"27\" /></td>\
  </tr>\
</table>\
<table  border=\"0\" cellpadding=\"7\" cellspacing=\"0\">\
  <tr>\
   <td align=\"left\"><table width=\"340\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\">\
      <tr>\
        <td align=\"left\"><table><tr><td><select name=\"select1\" id=\"select1\" class=\"txtbox\" onchange=\"displayRdDiv();\" style=\"width:230px\">\
          <option selected=\"selected\" value=\"-1\">Select Hotel</option>\
          <option value=\"mumbai\">The Leela Mumbai</option>\
          <option value=\"bangalore\">The Leela Palace Bangalore</option>\
          <option value=\"goa\">The Leela Goa</option>\
          <option value=\"kovalam\">The Leela Kovalam</option>\
		  <option value=\"Gurgaon\">The Leela Kempinski Gurgaon</option>\
		  <option value=\"Udaipur\">The Leela Palace Udaipur</option>\
		  <option value=\"NewDelhi\">The Leela Palace New Delhi</option>\
        </select></td><td><div id=\"divUdaipur\" style=\"display:none;\"><input name=\"button\" class=\"btn\" value=\"Submit\" onclick=\"resreservationdiv();\" type=\"button\" /></div></td></tr></table></td>\
        <td align=\"left\" width=\"100\">\
<select name=\"select2\" id=\"select2\" class=\"txtbox\" onchange=\"displayRdDiv();\"  style=\"width:85px;display:none\">\
          <option selected=\"selected\">Currency</option>\
          <option value=\"INR\">INR</option>\
          <option value=\"USD\">USD</option>\
        </select>&nbsp;</td>\
      </tr>\
    </table>    </td>\
  </tr>\
  </table>\
   <div id=\"divDisplayGurgaon\"  style=\"display:none\">\
<table width=\"350\" border=\"0\" cellspacing=\"0\" cellpadding=\"8\" style=\"	border-top-width: 1px;	border-bottom-width: 1px;	border-top-style: solid;	border-bottom-style: solid;\
	border-top-color: #EFE6CE;	border-bottom-color: #EFE6CE;\">\
  <tr>\
    <td bgcolor=\"#FFFCF3\" align=\"left\">Bookings open now.</td>\
  </tr>\
  </table></div>\
   <div  id=\"Offer_booking\" style=\"display:none\">\
   <script src=\"HTTPS/jsBooking-calex4.js\" type=\"text/javascript\"></script>\
 </div>\
  <div id=\"divDisplayOct\" style=\"display:none\">\
<table width=\"350\" border=\"0\" cellspacing=\"0\" cellpadding=\"8\" style=\"	border-top-width: 1px;	border-bottom-width: 1px;	border-top-style: solid;	border-bottom-style: solid;\
	border-top-color: #EFE6CE;	border-bottom-color: #EFE6CE;\">\
  <tr>\
    <td bgcolor=\"#FFFCF3\" align=\"left\">All bookings after October 2008 will be charged in INR</td>\
  </tr>\
</table></div>');	
}

/* =================================== reservations.js ends here ==================================== */
/* =================================== tollfree.js  starts here ==================================== */

function tollfree()
{
document.write('<table border=\"0\" cellspacing=\"0\"  bgcolor=\"#FFFFFF\" style=\"padding:0px 10px 0px 10px;font-family:tahoma; font-size:11px\">\
<tr>\
<td width=\"258\">\
	<table width=\"244\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" >\
		  <tr>\
		<td width=\"69\" align=\"left\">&nbsp;</td>\
		<td width=\"175\" align=\"right\"><a href=\"#\" onclick=\"move_out2();\">x Close</a></td>  </tr>\
	  <tr align=\"left\">\
		<td colspan=\"2\" bgcolor=\"#F7F3D6\"><img src=\"images/contact-us-title.jpg\" width=\"227\" height=\"24\" /></td>\
		</tr>\
	  <tr align=\"left\">\
		<td height=\"28\" colspan=\"2\" valign=\"bottom\"><b>For reservations and information:</b></td>	  </tr>\
		 <tr>\
		 <tr>\
		<td height=\"1px\" colspan=\"2\" align=\"left\" bgcolor=\"#EFEBE6\"></td>\
	  </tr>\
	  <tr  bgcolor=\"#fffff3\">\
		<td align=\"left\" valign=\"top\">India Toll Free\
		<br/>\
		Others\
		<br/>Email </td>\
		<td align=\"left\" valign=\"top\"> :&nbsp;1 800 222 444 (MTNL &amp; BSNL)\
		<br/>\
		 :&nbsp;+91 22 6000 2233\
		<br/> \
		:&nbsp;<a href=\"mailto:central.reservations@theleela.com\">central.reservations@theleela.com</a></td>\
	  </tr>\
	   <tr>\
		<td height=\"1px\" colspan=\"2\" align=\"left\" bgcolor=\"#EFEBE6\"></td>\
	  </tr>\
		<tr>\
		<td width=\"69\" height=\"31\" align=\"left\">&nbsp;</td>\
		<td width=\"175\" align=\"right\" valign=\"bottom\"><a href=\"contact-us.html\" onclick=\"move_out2();\"><img src=\"images/more-details.gif\" width=\"118\" height=\"20\" border=\"0\" /></a></td>\
	  </tr>\
</table>\
</td></tr></table>');
}

/* =================================== tollfree.js  ends here ==================================== */
/* =================================== common-bottom-links.js starts here ==================================== */

function bottompanel()
{
	document.write('<div id=\"bottom_new\" style=\"width : 980px;  position : relative; vertical-align: middle; text-align:justify; background:url(../menu-images/bottom-new11.jpg); background-repeat:no-repeat;   background-color:#f4eecf;  margin-bottom: 10px; margin-top: 15px; \">\
<div  style=\"padding:8px 15px 0px 27px;\">\
<strong> + <a href=\"default.htm\" title=\"5 Star Luxury hotels, palaces and resorts\">The Leela Palaces Hotels and Resorts:</a></strong>\
<span style=\"font-size:11px;\"> &nbsp;<a href=\"hotel-goa.html\" title=\"5 Star Resorts and Beach Hotels Goa\">The Leela Goa </a> &nbsp; |  &nbsp; <a href=\"hotel-kovalam.html\" title=\"Kovalam Beach Hotels and Resorts\">The Leela Kovalam</a> &nbsp; |   &nbsp;<a href=\"hotel-udaipur.html\" title=\"Udaipur Luxury Hotels and Palaces\">The Leela Palace Udaipur</a>&nbsp;| </span>\
 <span style=\"font-size:11px; \">&nbsp;&nbsp; <a href=\"hotel-mumbai.html\" title=\"5 Star Luxury and Business Hotels Mumbai\"> The Leela Mumbai </a> &nbsp;| &nbsp; <a href=\"hotel-bangalore.html\" title=\"5 Star Luxury and Business Hotels Bangalore\">The Leela Palace Bangalore </a> &nbsp; |  &nbsp;<a href=\"hotel-gurgaon.html\" title=\"5 Star Luxury and Business Hotels Gurgaon - Delhi (NCR)\">The Leela Kempinski Gurgaon<!--, Delhi (NCR)--> </a> &nbsp;|&nbsp; <a href=\"hotel-gurgaon-residencies-home.html\" title=\"5 Star Leisure Guest Houses at Gurgaon\">The Leela Residences Kempinski Gurgaon </a> &nbsp; | &nbsp; <a href=\"hotel-new-delhi-palace.html\" title=\"5 Star Luxury Palaces and Hotels at New Delhi\">The Leela Palace New Delhi</a>\
 </span>\
\
</div> \
<div  style=\"padding:0px 15px 0px 27px;\">\
<strong> + <!--<a href=\"default.htm\">-->Upcoming:<!--</a>--></strong><span style=\"font-size:11px; \"> &nbsp; &nbsp;<a href=\"hotel-chennai.html\" title=\"5 Star Luxury Hotels and Palaces Chennai\">The Leela Palace Chennai </a>&nbsp; &nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;<!--<a href=\"hotel-hyderabad.html\" title=\"5 Star Luxury Hotels and Palaces Hyderabad\">The Leela Palace Hyderabad</a> &nbsp; &nbsp;| -->&nbsp; &nbsp;<a href=\"hotel-agra.html\" title=\"5 Star Luxury Hotels and Palaces Agra\">The Leela Agra </a>\ &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;<a href=\"hotel-ashtamudi.html\" title=\"5 Star Luxury Hotels and Palaces Ashtamudi\">The Leela Lake Ashtamudi </a>\
 </span>\
\
</div> \
\
<div  style=\"padding:2px 15px 0px 25px;\">\
  <strong>\
<span style=\"font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif\"> + <a href=\"#\" onClick=\"move_in1();slider_left1()\" title=\"Luxury Hotels Reservations\">Reservations</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+ <a href=\"specialoffers/index.aspx?CityID=1\" title=\"Special Offers\">Special Offers</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+ <a href=\"spa.html\" title=\"Spa\">Spa</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+ <a href=\"meetings.html\" title=\"Business Meetings\">Meetings</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+ <a href=\"live-the-leela-tt.html\" title=\"Tips, Tales and Customer Feedbacks\">Live The Leela</a>\
  </span>\
 </strong>\
  </div>\
\
<div  style=\"padding:0px 15px 10px 25px;\">\
<span style=\"font-size:11px;\"> &nbsp;&nbsp; <a href=\"corporate-information.html\" title=\"Coporate Information - The Leela Palaces, Hotels and Resorts\">Corporate Information</a> &nbsp; | &nbsp; <a href=\"news-room.html\" title=\"News room\">News Room</a>&nbsp; | &nbsp; <a href=\"rewards-loyalty.html\" title=\"Rewards and Loyalty Programs\">Rewards &amp; Loyalty</a>&nbsp;  |  &nbsp; <a href=\"careers.html\" title=\"Careers at The Leela Palaces, Hotels and Resorts\">Careers</a>&nbsp; | &nbsp; <a href=\"contact-us.html\" title=\"Contact The Leela Luxury Hotels and Resorts\">Contact Us</a>&nbsp; | &nbsp; <a href=\"sitemap.html\" title=\"Sitemap\"> Sitemap</a>&nbsp; | &nbsp; <a href=\"privacy.html\" title=\"Privacy Statement\">Privacy Statement</a> &nbsp;  |  &nbsp; <a href=\"terms.html\" title=\"Terms &amp; Conditions\">Terms &amp; Conditions</a>\
 </span>\
  </div>\
</div>');	
}
/* =================================== common-bottom-links.js  ends here ==================================== */

/* ===================================  jsBookingHome-calex4.js starts here ==================================== */
function home_booking()
{
document.write('<form id=\"form_res_home\" name=\"form_res_home\" style=\"margin:0px;padding:0px\" method=\"post\" action=\"iBooker.aspx?type=home\">\
			   <script src=\"mcal/calpopup.js\" type=\"text/javascript\"></script>\
			   <script src=\"mcal/dateparse.js\" type=\"text/javascript\"></script>\
			   <link href=\"mcal/calpopup.css" rel=\"stylesheet\" type=\"text/css\" />\
      <table class=\"reservationboxHome\" width=\"353\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" >\
        <tbody>\
          <tr>\
            <td align=\"left\" style=\"padding:10px 0 0 0\"><strong>Arrival date</strong></td>\
            <td align=\"left\" style=\"padding:10px 0 0 10px\"><strong>Departure date</strong></td>\
          </tr>\
          <tr>\
            <td align=\"left\" valign=\"top\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
  <tr>\
    <td width=\"76%\" align=\"left\" valign=\"top\"><input type=\"hidden\" name=\"propertyCode_home\" id=\"propertyCode_home\"/><input type=\"text\" name=\"txtStartDate_home\" id=\"txtStartDate_home\" readonly=\"true\" onblur=\"dp_dateFormat=\'dd/mm/yyyy\';magicDate(this)\" onfocus=\"if (this.className != \'error\') this.select()\" onclick=\"g_Calendar.show(event,\'txtStartDate_home\', \'dd/mm/yyyy\', new Date())\"></td>\
	<td width=\"24%\" align=\"left\" valign=\"top\">&nbsp;<a href=\"javascript:void(0);\" onclick=\"g_Calendar.show(event,\'txtStartDate_home\', \'dd/mm/yyyy\', new Date())\" title=\"Show popup calendar\"><img src=\"images/calender2.gif\" border=\"0\" alt=\"\" style=\"cursor:hand\"></a></td>\
	</tr>\
</table>\
\
           </td>\
            <td align=\"left\" valign=\"top\" class=\"paddL15\" ><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
  <tr>\<td width=\"76%\" align=\"left\" valign=\"top\"><input type=\"text\" name=\"txtEndDate_home\" id=\"txtEndDate_home\" readonly=\"true\" onblur=\"dp_dateFormat=\'dd/mm/yyyy\';magicDate(this)\" onfocus=\"if (this.className != \'error\') this.select()\" onclick=\"g_Calendar.show(event,\'txtEndDate_home\', \'dd/mm/yyyy\', new Date())\"></td>\<td width=\"24%\" align=\"left\" valign=\"top\">&nbsp;<a href=\"javascript:void(0);\" onclick=\"g_Calendar.show(event,\'txtEndDate_home\', \'dd/mm/yyyy\', new Date())\" title=\"Show popup calendar\"><img src=\"images/calender2.gif\" border=\"0\" alt=\"\" style=\"cursor:hand\"></a></td>\
  </tr>\
</table>\
</td>\
          </tr>\
          <tr>\
            <td align=\"left\" class=\"paddT15H\"><strong>Adults</strong></td>\
            <td align=\"left\" class=\"paddL15\"><strong>Children</strong></td>\
          </tr>\
          <tr>\
            <td align=\"left\"><select name=\"ddlAdult_home\" id=\"ddlAdult_home\" class=\"txtbox\">\
                <option value=\"1\">1</option>\
                <option value=\"2\">2</option>\
                <option value=\"3\">3</option>\
                <option value=\"4\">4</option>\
            </select></td>\
            <td align=\"left\" class=\"paddL15\"><select name=\"ddlChildren_home\" id=\"ddlChildren_home\" class=\"txtbox\">\
                <option value=\"0\">0</option>\
                <option value=\"1\">1</option>\
                <option value=\"2\">2</option>\
                <option value=\"3\">3</option>\
                <option value=\"4\">4</option>\
            </select></td>\
          </tr>\
          <tr>\
            <td style=\"padding-top:10px;\" align=\"left\">\
              <input name=\"btnSearch\" class=\"btn\" value=\"Check Availability\" id=\"btnSearch\" type=\"Button\" onClick=\"return Validatedate_home();\">\
	</td>\
			   <td  style=\"padding:8px 0 0 5px; \"></td>\
			   </tr>\
			            <tr>\
            <td colspan=\"2\" class=\"homeA\" align=\"left\"  style=\"padding-top:1px;\" ><a id=\"lnkRetrieve\" href=\"#\" onclick=\"viewbook();\" >Modify or Cancel Reservations</a></td>\
          </tr>\
		   <tr>\
            <td colspan=\"2\"  class=\"homeA\" style=\"padding:0px\" align=\"left\"></td>\
          </tr>\
        </tbody>\
      </table>\
    </form>');
}
/* =================================== jsBookingHome-calex4.js ends here ==================================== */


