<!--

function abre(foto){
	window.open(foto,"","top=100,left=100,width="+400+",height="+350+",toolbar=0,location=0,status=0,menubar=0,scrollbars=1,maximized=1,resizable=0")
}

//-->