
 function Entrar(Sender)
 {
  Sender.style.cursor = 'pointer'
  Sender.color = 'red'
 }


 function Sair(Sender)
 {
  Sender.style.cursor='pointer'
  Sender.color = 'black'
 }

 function Abrir(Link)
 {
  window.location = Link
 }


function pop()
{
 window.open("natal.htm",null,"height=270,width=250,status=no,toolbar=no,menubar=no,location=no" );
}

function Imagem(Janela)
{
 window.open(Janela,null,"height=188,width=250,marginTop=0,margin-top=0,status=no,toolbar=no,menubar=no,location=no");
}



 
 startMenu = function() {
if (document.all&&document.getElementById) {
cssmenu = document.getElementById("csstopmenu");
for (i=0; i<cssmenu.childNodes.length; i++) {
node = cssmenu.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function(){
this.className=this.className.replace(" over", "")
}
}
}
}
}

if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;




function qs(el)
 {if (window.RegExp && window.encodeURIComponent)
 {var qe=encodeURIComponent(document.f.q.value);if (el.href.indexOf("q=")!=-1)
 {el.href=el.href.replace(new RegExp("q=[^&$]*"),"q="+qe);} else {el.href+="&q="+qe;}}return 1;}



