function sendMenuId(id) {
  window.document.opccNav.SetVariable('menuId', id);
}
  
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popUp(input) {
  window.open(input, 'POPUP', 'width=800,height=600,directories=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes,left=20,top=13,screenX=12,screenY=20');
}

// added by Todd M. Reith
// used for Flash hotel map urls
function mapPop(input) {
  window.open(input, 'POPUP', 'width=768,height=500,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes,left=20,top=13,screenX=12,screenY=20');
}