function getMaterial(intTipo,idMaterial){
	switch (parseInt(intTipo)){		
		case 0: 
			window.location.href="/homes/conte.asp?IdMaterial="+idMaterial
			break;
	}	
}

function getEnvieConte(strServ,bolLogado){
	var strVar = "";
	if (!bolLogado) strVar = "?boldeslogado=1";
	window.open(strServ+"/especiais/planetaterra/pop_envie_conte.asp"+strVar,"pop_envie_conte",'height=450,width=617,top=0,left=0,scrollbars=yes,resizable=false,toolbar=no,location=no,status=yes,menubar=no');
}

function abrePublicacao(idPublicacao){
	if (idPublicacao > 0){
		if (idPublicacao == 9999){
			window.open('/rd/gravar.asp?servidor=http://www.diariodaterra.com.br/&url=/default.asp');
		} else {
			window.open('/abresite.asp?idPublicacao='+idPublicacao);
		}
	}
}


function setAutoVisible(objeto){
	if($(objeto).visible())  $(objeto).hide();
	else $(objeto).show();
}

function GoVideo(nomevideo){
	document.getElementById('divApresenta').style.display = 'none';
	document.getElementById('divContainerVideo').style.display = '';
	AbrirPagina('includes/videoIntro_mostravideo.asp','GET','divConteudo','stringVideo=' + nomevideo );
}

function FecharVideo(){
	AbrirPagina('includes/videoIntro_mostravideo.asp','GET','divConteudo',null);
	document.getElementById('divContainerVideo').style.display = 'none';	
	document.getElementById('divApresenta').style.display = '';		
}


