// general popupsfunction poponclick(u,n,w,h,s) {	popwin = window.open(u,n,"width="+w+",height="+h+",toolbar=no,menubar=no,directories=no,status=no,location=no,resize=yes,top=80,left=250,scrollbars="+s);    popwin.moveTo(250,15);    popwin.resizeTo(w,h);    if (window.focus) {        popwin.focus();    }}