function openPopup(d,b,c,a){i=d.indexOf("?")+1;d=d.substring(0,i)+"p=true&"+d.substring(i);if(c==""){c=500}if(a==""){a=600}leftpos=(screen.width/2)-(c/2);obenpos=(screen.height/2)-(a/2);newwin=window.open(d,b,"scrollbars=yes,resizable=yes,width="+c+",height="+a+",top="+obenpos+",left="+leftpos);newwin.focus()}function submitForm(a,c,b){document.forms[a][c].value=b;document.forms[a].submit()}function printpage(){window.print()};
