//<!-- hide from JavaScript-challenged browsers

function openWindow(pid) {
  var strURL = 'http://www.hotelview.com/cobrand/amex.asp?pid='+pid+'&linkid=582&close=1';
  popupWin = window.open(strURL,'fulltext','toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=610,height=415');
}


// done hiding -->
