// Created with MAX's HTML Beauty++ 2004

//<script language="JavaScript1.2">

//3-state Highlight menu effect script: By Dynamicdrive.com
//For full source, Terms of service, and 100s DTHML scripts
//Visit http://www.dynamicdrive.com

function over_effect(e,state){
if (document.all)
source4=event.srcElement
else if (document.getElementById)
source4=e.target
if (source4.className=="menulines") {
source4.style.borderStyle=state
//if (state != "solid") source4.style.backgroundColor = "#f0f0f0"
}
else{
while(source4.tagName!="TABLE"){
source4=document.getElementById? source4.parentNode : source4.parentElement
if (source4.className=="menulines") {
	if (state == "solid") 
    	source4.style.backgroundColor = "#f0f0f0"
	else
	  	source4.style.backgroundColor = "#F9F900"
	
	source4.style.borderStyle=state
 //  
}

}
}
}

function menuprincipal() {

 document.write('<table border="1"  cellspacing="0" cellpadding="0"  onMouseover="over_effect(event,\'outset\')"  onMouseout="over_effect(event,\'solid\')"  ')
 document.write(' onMousedown="over_effect(event,\'inset\')"  onMouseup="over_effect(event,\'outset\')"  ')
 document.write(' style="background-color:#F0F0F0"> ')
 document.write('<tr><td width="100%" class="menulines"> <a href="index.htm"  style="text-decoration: none">Home</a> <tr><td width="100%" class="menulines"> <a href="index.htm#contato"  style="text-decoration: none">Contato</a><tr><td width="100%" class="menulines"> <a href="galeria.htm"  style="text-decoration: none">Galeria</a><tr><td width="100%" class="menulines"> <a href="instalacoes.htm"  style="text-decoration: none">Instalações</a> <tr> <td width="100%" class="menulines"> <a href="links.htm"  style="text-decoration: none">Links</a>')

  document.write('<tr><td><p>')

 document.write('<FONT FACE="Arial Baltic" COLOR="#333399">Buldogue Francês <tr><td width="100%" class="menulines"> <p><a href="bmachos.htm"  style="text-decoration: none">Machos</a> <tr><td width="100%" class="menulines"> <p><a href="bfemeas.htm"  style="text-decoration: none">Fêmeas</a> <tr><td width="100%" class="menulines"> <p><a href="bpedigrees.htm"  style="text-decoration: none">Pedigrees</a> ')
 
 document.write('<tr><td width="100%" class="menulines"> <p> <img src="gifs/bulldog1.gif" width=28 height=28> <a href="bninhadas.htm"  style="text-decoration: none">Ninhadas</a> ')


 document.write('<tr><td><p><FONT FACE="Arial Baltic" COLOR="#333399">Chihuahua<tr><td width="100%" class="menulines"> <p><a href="cmachos.htm"  style="text-decoration: none">Machos</a> <tr><td width="100%" class="menulines">')
 document.write(' <p><a href="cfemeas.htm"  style="text-decoration: none">Fêmeas</a> <tr><td width="100%" class="menulines"> <p><a href="cpedigrees.htm"  style="text-decoration: none">Pedigrees</a> <tr><td width="100%" class="menulines"> <p><img src="gifs/chi.gif" width=35 height=35><a href="cninhadas.htm"  style="text-decoration: none">Ninhadas</a> <img width=66 height=29 src=gifs/novo.gif>' )
 document.write(' <tr><td width="100%" class="menulines"><p><a href="cgen.htm"  style="text-decoration: none">Dicas de Genética</a>  <img width=46 height=29 src=gifs/novo.gif> ')
 document.write('</table>')
 document.write('<br><p><IMG name=islider SRC="logo2.jpg" WIDTH="119 " HEIGHT="92 " ')
 document.write(' border=1 STYLE="filter:progid:DXImageTransform.Microsoft.Fade();"> ')
 document.write('<br><p><a href="http://www.royalcanin.com.br/home.asp" target="royal"><img src="royal.jpg"></a>')
 
}





window.onerror = null;
 var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS4 = (bName == "Netscape" && bVer >= 4);
 var IE4 = (bName == "Microsoft Internet Explorer" 
 && bVer >= 4);
 var NS3 = (bName == "Netscape" && bVer < 4);
 var IE3 = (bName == "Microsoft Internet Explorer" 
 && bVer < 4);
 var blink_speed=600;
 var i=0;
 
if (NS4 || IE4) {
 if (navigator.appName == "Netscape") {
 layerStyleRef="layer.";
 layerRef="document.layers";
 styleSwitch="";
 }else{
 layerStyleRef="layer.style.";
 layerRef="document.all";
 styleSwitch=".style";
 }
}

//BLINKING
function Blink(layerName){
 if (NS4 || IE4) { 
 if(i%2==0)
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="visible"');
 }
 else
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="hidden"');
 }
 } 
 if(i<1)
 {
 i++;
 } 
 else
 {
 i--
 }
 setTimeout("Blink('"+layerName+"')",blink_speed);
}


