// function to open a popup window
function openPopup(url)
{
  window.open(url, "new", "width=582, height=606, toolbar=no, menubar=no, scrollbars=yes");
}

// function to open a popup window for the full size apartment photos
function openAccomPopup(url)
{
  window.open(url, "new", "width=300, height=400, toolbar=no, menubar=no, scrollbars=yes");
}

// function to open a popup window for the full size apartment photos
function openAccomLargerPopup(url)
{
  window.open(url, "largerNew", "width=400, height=300, toolbar=no, menubar=no, scrollbars=yes");
}

function validateBooking()
{
return true;
}

function validateContact()
{
return true;
}


