function wpmgForm() {
wpmgWin = window.open('http://www.wpmg.us/cgi-bin/af.cgi','eForm','left=50,top=50,menubar=no,toolbar=no,status=no,scrollbars=yes,width=460,height=260,resizable=yes');}

function popup(url, width, height, left, top, menubar, scrollbars) {
var popup = window.open(url,"popup",'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',menubar=' + menubar + ',scrollbars=' + scrollbars + ',resizable=1');  
popup.focus(); }
