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