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