function popWin(url,name,features) {
	var the_win;
	the_win = window.open(url,name,features);
	the_win.focus();
}