///basic open pop-up window script///source this script in your template///to execute this script use the following string:///javascript:window_open('http://www.pbhs.com/endoimodule/master.html','New_Window','scrollbars=no,status=no,width=500,height=500')function window_open(URLtoOpen, windowName, windowFeatures) {new_window=window.open(URLtoOpen, windowName, windowFeatures); }
