function w_open(theURL,winName,features) {	wObj=window.open(theURL,winName,features);	wObj.focus();}