<!--

function Encuesta(){
	window.open('encuesta.php','_blank','width=300,height=260,resize=no,location=no,scrollbars=NO','')
}

function mostrarfotos(id){
	window.open('mostrarfoto.php?id='+id,'_blank','width=550,height=455,resize=no,location=no,scrollbars=yes','')
}

function mostrarfotos2(path){
	window.open('mostrarfotos2.php?img='+path,'_blank','width=550,height=455,resize=no,location=no,scrollbars=yes','')
}

function ImprimirNoticia(id){
	window.open('imprimirnota.php?id='+id,'_blank','width=550,height=455,resize=no,location=no,scrollbars=yes','')
}

function Continuar(){
	window.open('argentino.php','_self','','');
	//window.open('folleto.htm','_blank','width=470,height=555,resize=no,location=no,scrollbars=NO','Gastón Garidiol');
}
//-->
