function openPopImg(idImg,idOp, extFoto){
window.open('/popup.php?cod='+idImg+'&cod2='+idOp+'&extFoto='+extFoto, 'mywindow','menubar=0,resizable=0,toolbar=0,location=0, scrollbars=0');
}

