var bwrws = 0;
function callRes() {
if (confirm("Please Note:\nAll rooms are not available for online booking through Best Western.\nIf you don't find the room or dates you're looking for please call the hotel directly at 1-800-588-3570 or 843-272-6101.\n\nSelect OK to proceed to Best Western Online Reservations\nSelect CANCEL to return to the Ocean Sands Site\n"))
{
if (bwrws) {
if(!bwrws.closed) bwrws.close();
  }
bwrws = window.open('http://book.bestwestern.com/bestwestern/priceAvail.do?propertyCode=41069');
bwrws.focus();
return false;
}
else
return false;
}


