function zoom_img(img)
{
	Imatgegran=window.open("../classes/imatge.php?src="+img,"Zoom","scrollbars=no,menubar=no,toolbar=no,resizable=no,status=no,directories=no,location=no,width=10,height=10");

	Imatgegran.moveTo(0,0);

}  

