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