function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
  src.style.cursor = 'hand';
  src.bgColor = clrOver;
 }
}

function mOut(src,clrIn) {
 if (!src.contains(event.toElement)) {
  src.style.cursor = 'default';
  src.bgColor = clrIn;
 }
}

function mClk(src) {
 if(event.srcElement.tagName=='TD'){document.location.href=src}
}

function Vai(Onde) {
	document.location.href=Onde;
}

function Busc() {
	if(document.formBusca.buscapor.value=="Busca") {
		alert("Digite uma palavra-chave!")
		return false;
	}
	document.formBusca.submit();
}

function Vota(pergunta) {
	voto="";
	for (i=0;i<document.formEnquete.Opcao.length;i++) 
		if (document.formEnquete.Opcao[i].checked)
			voto=document.formEnquete.Opcao[i].value;
    if (voto!="") 
		document.open("enquete.asp?pergunta="+pergunta+"&voto="+voto+"","","width=323,height=300,top=0,left=0")
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function Boletimm(tipo){
	if(tipo=="1"){
		if(document.formBoletimm.boletimm.value=="Digite seu E-mail"){
			document.formBoletimm.boletimm.value="";
		}
	}
	if(tipo=="2"){
		if(document.formBoletimm.boletimm.value!="Digite seu E-mail"){
			if(document.formBoletimm.boletimm.value==""){
				alert("Vocę deve digitar um E-mail!");
				return false;
			}
			email=document.formBoletimm.boletimm.value
			document.location.href="/htm/cadastro.asp?email="+email+"";
			//window.open("/htm/boletim.asp?email="+email+"","","width=300,height=350,left=0,top=0");
			return true;
		} else alert("E-mail inválido");document.formBoletimm.boletimm.focus();
	}
}

function LogaCliente(){
	d=document.formLogCliente
	if(d.email.value==""){alert("O campo E-mail deve ser preenchido!");d.email.focus();return false;}
	if(d.senha.value==""){alert("O campo Senha deve ser preenchido!");d.senha.focus();return false;}
	d.submit();
}

function Erro(status){
	if(status=="5"){alert("Usuário ou Senha incorretos!");return true;}
}

function MatPredileta(codmat,titmat){
	window.open("../htm/prediletos.asp?materia="+codmat+"&titulo="+titmat+"","","width=300,height=300,top=0,left=0")
}

function Imprime(codmat){
	window.open("imprimir.asp?materia="+codmat+"","","width=600,height=400,left=0,top=0,scrollbars=yes")
}

function EnvieAmigo(codmat,titmat){
	window.open("amigo.asp?materia="+codmat+"&titulo="+titmat+"","","width=300,height=400,left=0,top=0")
}

function EsqueciSenha(){
	window.open("esqueci_senha.asp","","width=300,height=200,top=0,left=0")
}

function Comunicador(cod){
	window.open("/chat/aguardar.asp?chamar="+cod+"",""+cod+"","width=350,height=230");
}

function TopoPrincipal(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="217">');
	document.write('<param name="movie" value="../img/topo_novo.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="../img/topo_novo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="217"></embed>');
	document.write('</object>');
}

function TopoInterno(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="217">');
	document.write('<param name="movie" value="../img/topo_novo_interno.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="../img/topo_novo_interno.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="217"></embed>');
	document.write('</object>');
}