function foto_orig(proj,img)
{
	Imatgegran=window.open("imatge.php?id_projecte="+proj+"&id_foto="+img,"Zoom","scrollbars=no,menubar=no,toolbar=no,resizable=no,status=no,directories=no,location=no,left=0,right=0,width=10,height=10");
	Imatgegran.moveTo(0,0);

} 