function imgWindow(url,wn,w,h) {w+=32; h+=24; if (w>screen.width-16) w=screen.width-16; if (h>screen.height-32) h=screen.height-32; var Nw=window.open(url, wn, "width="+w+",height="+h+",scrollbars,resizable"); Nw.focus(); return false;}
