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