function popupWindow(a,e,o,i,c,j,k,d,f,m,q,p,l){var b=((screen.width)/2);var r=((screen.width)/2);if(o!=b){b=o}if(i!=r){r=i}var n=(screen.width-o)/2;var g=(screen.height-i)/2;if(j=="center"){j="top="+g+",left="+n+","}if(!k){k="no"}if(!f){f="no"}if(!m){m="no"}if(!q){q="no"}if(!p){p="no"}if(!l){l="no"}if(d=="yes"){resizesetting=",resizable"}if(a.href){a=a.href}winprops="height="+r+",width="+b+","+j+"scrollbars="+k+",toolbar="+m+",status="+f+",dependent="+q+",alwaysRaised="+p+",menubar="+l+""+d;if(c=="yes"){win=open(a,e,winprops)}else{win=window.open(a,e,winprops)}};
