<!-- 
function mostrarImagen (url){ 
	window.open(url,"foto","width=540,height=550,scrollbars=1,left=100,top=5") 
}
window.focus();
//-->
