function viewImage(src,width,height) { window.open("viewimage.php?file="+src,"","Width="+width+", height="+height); } function oWindow(src,width,height) { window.open(src,"","Width="+width+", height="+height+", scrollbars=yes"); }