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