	function Open_new_window (theURL, winName, features) {var PopUp = window.open (theURL, winName, features); PopUp.focus ()}