function displayStatusMsg(msgStr) { 

  status=msgStr;

  document.returnValue = true;

} 

function winPop(lk,wd,ht){

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

}