var new_window = null;
function password()
   {
   if (!document.all&&!document.layers)
      return;
   var ll = ((screen.width/2)-175);
   var tl = ((screen.height/2)-75);
   new_window = window.open('PasswordPromptPopUp.htm', 'security', 'width=350,height=150,top='+tl+',left='+ll+',resizable=0');
   }
// End hiding --->
