function popup(pURL,name,features){
	new_window = window.open(pURL,name,features);
	new_window.focus();
}
