function winop(theURL,winName,features) {
win1=window.open(theURL,winName,features);
win1.focus()
}