
function popUpAF() {
props=window.open('forms/contact.php', 'contact', 'toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=1, width=520, height=470, left = 150, top = 25');
}
