/***********************************************************************************
*	(c) Black Shadow Version 11 Febrero 2009 
	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='navy';			// Background color when mouse is over
	var HighSubBgColor='navy';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=250;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","novedades.htm","",0,20,138);

Menu2=new Array("Quienes Somos","quienessomos.htm","",0,20,138);

Menu3=new Array("Nuestros Dobers"," ","",2);
	Menu3_1=new Array("Los Machos","","",4,20,150);	
		       Menu3_1_1=new Array("Iñaqui","","",3,20,150);
                          Menu3_1_1_1=new Array("Iñaqui homepage","inyaqui.htm","",0,20,150);
                          Menu3_1_1_2=new Array("Iñaqui Logros","inyaqui_logros.htm","",0);
                          Menu3_1_1_3=new Array("Iñaqui Pedigree","PedigInyaqui.htm","",0,20,150);
               Menu3_1_2=new Array("Tango","","",3);
                          Menu3_1_2_1=new Array("Tango homepage","tango.htm","",0,20,150);
                          Menu3_1_2_2=new Array("Tango Gallery","Tango/index.html","",0);
                          Menu3_1_2_3=new Array("Tango Pedigree","PedigTango.htm","",0,20,150);
		       Menu3_1_3=new Array("Zhar","","",2);
                          Menu3_1_3_1=new Array("Zhar homepage","zhar.htm","",0,20,150);                        
                          Menu3_1_3_2=new Array("Zhar Pedigree","PedigZhar.htm","",0,20,150);
               Menu3_1_4=new Array("Halley","","",2);
                          Menu3_1_4_1=new Array("Halley homepage","halley.htm","",0,20,150);
                          Menu3_1_4_2=new Array("Halley Pedigree","PedigHalley.htm","",0,20,150);
           
                
                
	 Menu3_2=new Array("Las Hembras","","",8);
		        Menu3_2_1=new Array("Jakie Red","","",3,20,200);
                          Menu3_2_1_1=new Array("Jakie homepage","jakie.htm","",0,20,150);
                          Menu3_2_1_2=new Array("Jakie Logros","jakie_logros.htm","",0);
                          Menu3_2_1_3=new Array("Jakie Pedigree","PedigJakie.htm","",0,20,150);
		       	Menu3_2_2=new Array("Zarela","","",2);
                          Menu3_2_2_1=new Array("Zarela homepage","zarela.htm","",0,20,150);
                          Menu3_2_2_2=new Array("Zarela Pedigree","PedigZarela.htm","",0);
                          
                Menu3_2_3=new Array("Jessy","","",3);
                          Menu3_2_3_1=new Array("Jessy homepage","jessy.htm","",0,20,150);
                          Menu3_2_3_2=new Array("Jessy Logros","jessy_logros.htm","",0);
                          Menu3_2_3_3=new Array("Jessy Pedigree","PedigJessy.htm","",0,20,150);
                Menu3_2_4=new Array("Glamour Red","","",3);
                          Menu3_2_4_1=new Array("Glamour Red homepage","glamour.htm","",0,20,150);
                          Menu3_2_4_2=new Array("Glamour Red Logros","glamour_logros.htm","",0);
                          Menu3_2_4_3=new Array("Glamour Red Pedigree","PedigGlamour.htm","",0,20,150);
                Menu3_2_5=new Array("Glenda Red","","",3);
                          Menu3_2_5_1=new Array("Glenda Red homepage","glenda.htm","",0,20,150);
                          Menu3_2_5_2=new Array("Glenda Red Logros","glenda_logros.htm","",0);
                          Menu3_2_5_3=new Array("Glenda Red Pedigree","PedigGlenda.htm","",0,20,150);
                Menu3_2_6=new Array("Greta Rosa","","",3);
                          Menu3_2_6_1=new Array("Greta homepage","greta.htm","",0,20,150);
                          Menu3_2_6_2=new Array("Greta Logros","greta_logros.htm","",0);
                          Menu3_2_6_3=new Array("Greta Pedigree","PedigGreta.htm","",0,20,150);
                Menu3_2_7=new Array("Fetiche Roja","","",3);
                          Menu3_2_7_1=new Array("Fetiche homepage","fetiche.htm","",0,20,150);
                          Menu3_2_7_2=new Array("Fetiche Logros","fetiche_logros.htm","",0);
                          Menu3_2_7_3=new Array("Fetiche Pedigree","PedigFetiche.htm","",0,20,150);
                Menu3_2_8=new Array("Iara","","",3);
                          Menu3_2_8_1=new Array("Iara homepage","iara.htm","",0,20,150);
                          Menu3_2_8_2=new Array("Iara Logros","iara_logros.htm","",0);
                          Menu3_2_8_3=new Array("Iara Pedigree","PedigIara.htm","",0,20,150);
                
                          


Menu4=new Array("Novedades en Show","show.htm","",0);
	

Menu5=new Array("Black's en el mundo","","",3);
	          Menu5_1=new Array("El Don","","",3,20,180);
	                     Menu5_1_1=new Array("EL Don homepage","eldon.htm","",0,20,150);
                         Menu5_1_2=new Array("El Don Logros","eldon_logros.htm","",0);
                         Menu5_1_3=new Array("El Don Pedigree","PedigEldon.htm","",0,20,150);
	          Menu5_2=new Array("Jaque Mate","","",3);     
	                     Menu5_2_1=new Array("Jaque Mate homepage","jaquemate.htm","",0,20,150);
                         Menu5_2_2=new Array("Jaque Mate Logros","jaquemate_logros.htm","",0);
                         Menu5_2_3=new Array("Jaque Mate Pedigree","PedigJaque.htm","",0,20,150)
              Menu5_3=new Array("Naomi - Navajo - Monino","N.htm","",0);
                  
	

Menu6=new Array("Cachorros","javascript:top.location.href='lechigadas.htm'","",0);
	
Menu7=new Array("In Memorian","","",6,20,138);
       Menu7_1=new Array("Aquariu's Tootsie","","",2,20,150);
               Menu7_1_1=new Array("Tootsie homepage","tootsie.htm","",0,20,150);
               Menu7_1_2=new Array("Tootsie Pedigree","PedigTootsie.htm","",0,20,150);
       Menu7_2=new Array("Cindy","","",3,20,200); 
               Menu7_2_1=new Array("Cindy homepage","cindy.htm","",0,20,150);
               Menu7_2_2=new Array("Cindy Logros","cindy_logros.htm","",0);
               Menu7_2_3=new Array("Cindy Pedigree","PedigCindy.htm","",0,20,150);
       Menu7_3=new Array("Don King","","",3,20,150);
               Menu7_3_1=new Array("Don King homepage","donking.htm","",0,20,150);
               Menu7_3_2=new Array("Don King Logros","donking_logros.htm","",0);
               Menu7_3_3=new Array("Don King Pedigree","PedigDonKing.htm","",0,20,150);
       Menu7_4=new Array("Erwing","","",3,20,180);
	           Menu7_4_1=new Array("Erwing homepage","erwing.htm","",0,20,150);
               Menu7_4_2=new Array("Erwing Logros","erwing_logros.htm","",0);
               Menu7_4_3=new Array("Erwing Pedigree","PedigErwing.htm","",0,20,150);
       Menu7_5=new Array("Iñaqui","","",3,20,150);
               Menu7_5_1=new Array("Iñaqui homepage","inyaqui.htm","",0,20,150);
               Menu7_5_2=new Array("Iñaqui Logros","inyaqui_logros.htm","",0);
               Menu7_5_3=new Array("Iñaqui Pedigree","PedigInyaqui.htm","",0,20,150);        
       Menu7_6=new Array("Zíngara","","",2);
               Menu7_6_1=new Array("Zíngara homepage","zingara.htm","",0,20,150);
               Menu7_6_2=new Array("Zíngara Pedigree","PedigZingara.htm","",0);        
                  
  


Menu8=new Array("Links","links.htm","",0,20,138);

Menu9=new Array("Contacto","contacto.htm","",0,20,138);
	
	
