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