function dotComPopUp(theURL, theWidth, theHeight) { window.open(theURL, "", "width=" + theWidth + ", height=" + theHeight + ", resizable=1, scrollbars=1"); // for onclick handlers, so the parent page doesn't renavigate... }