function windowopen(theURL,winName,features) { //v2.0
newwindow=window.open(theURL,winName,features);
newwindow.focus();}