// JavaScript Document
function Infografico(nome){
	var pasta='<A onclick="return hs.htmlExpand(this, { objectType: \'iframe\' } )" href="http://www.otempo.com.br/noticias/infograficos/'+nome+'/index1.html"';
	document.write(pasta);
}

function FechaInfografico(){
	document.write("</a>");
}

function GaleriaFotos(IdNoticia){
	document.write("<?php GaleriaFotos('IdNoticia','"+IdNoticia+"'); ?>");
}
