// JavaScript Document function openNewWindow(URLtoOpen, windowName, windowFeatures){ newWindow=window.open(URLtoOpen, windowName, windowFeatures); }