// JavaScript Document

//foto
	
function openPopImg(idImg){
window.open('/pop.html?cod='+idImg, 'mywindow','menubar=0,resizable=0,toolbar=0,location=0, scrollbars=0');
}		  
function zoom(img){
   var url ="/popup_img.php?url="+img; 
   window.open(url,name,'width=50,height=50, resizable=yes,scrollbars=yes');
}
function zoomImg(img){
   var url ="/pop.php?url="+img; 
   window.open(url,name,'width=50,height=50, resizable=yes,scrollbars=yes');
}