///basic open pop-up window script///source this script in your template///to execute this script use the following string:///javascript:window_open('../meet/resumes/glass.html','New_Window','scrollbars=yes,status=no,width=600,height=600')function window_open(URLtoOpen, windowName, windowFeatures) {new_window=window.open(URLtoOpen, windowName, windowFeatures); }