// Pop up Window//s = scrollbars= yes or no (or 0=no and 1=yes)//r = resizable = yes or no (or 0=no and 1=yes)//l = location = yes or no (or 0=no and 1=yes)function popUp(name,src,w,h,s,r,l) {popUpWindow = window.open(src,name,"width="+w+",height="+h+",left=0,top=0,offset=0,scrollbars="+s+",resizable="+r+",location="+l);}
