<!--/// displays status bar messagefunction MM_displayStatusMsg(msgStr) { //v1.0  status=msgStr;  document.MM_returnValue = true;}///// simple js pop up....no thrillsvar win= null;function NewWindow(mypage,myname,w,h,scroll){var winl = (screen.width-w)/2;var wint = (screen.height-h)/2;settings='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no'win=window.open(mypage,myname,settings)if(parseInt(navigator.appVersion) >= 4){win.window.focus();}}////pop closefunction closeWindow(){        window.close(self);}//-->