<!--
function spawnWindow(URL,Name,features) { 
    window.open(URL,Name,features); 
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
//-->