// OPEN RFP POP

function openRFP(){
  window.open('http://sales.grandsierraresort.com/html/rfp.php', 'popup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, width=616, height=600');	
}

// OPEN HOT DATES

function openHotDates(){
  window.open('http://sales.grandsierraresort.com/html/hot_dates.php', 'popup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, width=616, height=500');	
}

// OPEN CONTACT US

function openContactForm(){
  window.open('http://sales.grandsierraresort.com/html/contact.php', 'popup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, width=616, height=450');	
}