function open_popup(theURL,winName,features) { 
	popup=window.open(theURL,winName,features);
	popup.focus()
}