function showHideBookVacationDivs(sObj)
{
	divFlights.style.display				= 'none';
	divHotels.style.display				= 'none';
	divPackages.style.display			= 'none';
	document.all[sObj].style.display		= 'inline';
}

function ShowDate(oDoc,cDate)
{
  window.open("/datepicker.asp?backf="+oDoc+"&#38;cDate="+cDate, "DateWindow", "resizable=no,width=300,height=210");
}