var newwindow; var wheight = 0, wwidth = 0; function popitup(url, title, iwidth, iheight, colour) { var pwidth, pheight; if ( !newwindow || newwindow.closed ) { pwidth=iwidth+30; pheight=iheight+30; newwindow=window.open('','htmlname','width=' + pwidth +',height=' +pheight + ',resizable=1,top=25,left=25'); wheight=iheight; wwidth=iwidth; } if (wheight!=iheight || wwidth!=iwidth ) { pwidth=iwidth+30; pheight=iheight+90; newwindow.resizeTo(pwidth, pheight); wheight=iheight; wwidth=iwidth; } newwindow.document.clear(); newwindow.focus(); newwindow.document.writeln('