function winop(theURL,winName,features) {features = features + ',left=100,top=100';win1=window.open(theURL,winName,features);win1.focus();}