﻿function openRates(URL)
{
  newWin = open(URL,'Rates','scrollbars=yes,resizable=yes,status=no,width=475,height=250');
newWin.focus();
}

function openMap(URL)
{
  newWin = open(URL,'Map','scrollbars=yes,resizable=yes,status=no,width=500,height=400');
newWin.focus();
}

function open360(URL)
{
  newWin = open(URL,'360','scrollbars=yes,resizable=yes,status=no,width=655,height=375');
newWin.focus();
}

function openPhoto(URL)
{
  newWin = open(URL,'Photo','scrollbars=yes,resizable=yes,status=no,width=662,height=380');
newWin.focus();
}

function openReview(URL)
{
  newWin = open(URL,'Review','scrollbars=yes,resizable=yes,status=no,width=575,height=575,left=0,top=0');
newWin.focus();
}

function openGolf(URL)
{
  newWin = open(URL,'Golf','scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=600,height=560,left=40,top=30');
newWin.focus();
}


function openACMap(URL)
{
  newWin = open(URL,'ACMap','scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=660,height=450,left=40,top=30');
newWin.focus();
}

function openACcasinoMap(URL)
{
  newWin = open(URL,'ACcasinoMap','scrollbars=no,resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=675,height=525,left=0,top=0');
newWin.focus();
}

function openGolf_old(URL)
{
  newWin = open(URL,'golf','scrollbars=yes,resizable=yes,status=no,width=625,height=750');
newWin.focus();
}

function openhotel360(URL)
{
  newWin = open(URL,'hotelvtour','scrollbars=yes,resizable=yes,status=no,width=655,height=375');
newWin.focus();
}

function openhotelgallery(URL)
{
  newWin = open(URL,'hotelgallery','scrollbars=yes,resizable=yes,status=no,width=655,height=375');
newWin.focus();
}

function openVIP(URL)
{
  newWin = open(URL,'VIP','scrollbars=yes,resizable=yes,status=no,width=420,height=425');
if(newWin){ newWin.focus(); }
}
