<!--
var new_window = null;
function password() {
new_window = window.open('/popup.htm', '', 'top=200,left=200,width=300,height=150,resizable=1');
}
//-->