// JavaScript Document
function popUp(file){
	window.open('/popupimg.php?img='+file,'Jarreau','width=750,height=225,location=no,left=25,top=25');
}

