function Popup(theURL,winName,features) { 
	thisWin = window.open(theURL,winName,features);
	thisWin.focus();
}