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