
function popUpML() {
props=window.open('forms/mail.php', 'mail', 'toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=1, width=250, height=260, left = 130, top = 45');
}
function popUpFA() {
props=window.open('forms/agent.php', 'agent', 'toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=1, width=260, height=280, left = 130, top = 45');
}