function Popup(URL, WIDTH, HEIGHT, TOP, LEFT, SCROLLBARS, RESIZABLE, WINNAME) { fullurl = "http://www.boyguide.net/popup.php?file=" + URL; windowproperties = "width=" + WIDTH + ",height=" + HEIGHT + ",top=" + TOP + ",left=" + LEFT + ",scrollbars=" + SCROLLBARS + ",resizable=" + RESIZABLE; window.open(fullurl, WINNAME, windowproperties); }