function popImg(num){
	
	window.open("largepic.php?img="+num,"images","width=600,height=600");
	
}

function function_name(img){
	
	popImg(img);
	
}
