function displayStatusMsg(msgStr) { 

  status=msgStr;

  document.returnValue = true;

} 

function winPop(lk,wd,ht){

	window.open(lk,'','scrollbars=yes,width='+wd+',height='+ht+',resize=yes');

}

function linkexpedia(mapurl){

window.open(mapurl,'note','toolbar=no,left="10",top="10",directories=no,status=no,scrollbars=yes,hscroll=yes,resizable=yes,copyhistory=no,height=600,width=900');

}

function newPopUp(newurl) 

{ 

apopup = window.open(newurl,'note','toolbar=no,left="10",top="10",directories=no,status=no,scrollbars=yes,hscroll=yes,resizable=yes,copyhistory=no,height=520,width=700');

}
