function popup1(url, width, height, left, top, menuBar, scrollbars) {
var popup1 = window.open(url,"popup1",'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',menuBar=' + menuBar + ',scrollbars=' + scrollbars + ',resizable=1');  
popup1.focus(); }
function popup2(url, width, height, left, top, menuBar, scrollbars) {
var popup2 = window.open(url,"popup2",'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',menuBar=' + menuBar + ',scrollbars=' + scrollbars + ',resizable=0');  
popup2.focus(); }
function pnpForm() {
pnpWin = window.open('http://www.parknetpro.com/cgi-bin/af.cgi','eForm','left=50,top=50,menubar=no,toolbar=no,status=no,scrollbars=yes,width=460,height=260,resizable=yes');}

