var company_name = "UltraEdit"; var catalog_dir = "/catalog/ultraedit/"; var download_link = "Downloads"; var products_link = "Products"; var secure_order_link = ""; function PopUp(theURL,theScrollBars,theHeight,theWidth) { theWidth = 800; window.open(theURL, '', 'height='+theHeight+', width='+theWidth+', top=100, left=0,scrollbars='+theScrollBars); }