function new_win(theURL,winName,features){
	newwin = window.open(theURL,winName,features);
	newwin.focus();
}
