function submitForm(f) {

w = window.open('f.value','images','width=950,height=590,scrollbars=no,resizable=no,location=no');
w.focus();
f.submit();
}