





// 1. OPBOUW VAN HET MENU-UITZICHT:

 var NoOffFirstLineMenus=7;   // aantal hoofditems

 var LowBgColor='B8CCE4';   // achtergrondkleur hoofditems
 var HighBgColor='A2B5CD';   // achtergrondkleur hoofditems bij muisover
 var FontLowColor='243C60';   // tekstkleur hoofditems
 var FontHighColor='FFFFFF';      // tekstkleur hoofditems bij muisover

 var LowSubBgColor='B8CCE4';   // achtergrondkleur subitems
 var HighSubBgColor='A2B5CD';  // achtergrondkleur subitems bij muisover
 var FontSubLowColor='243C60';  // tekstkleur subitems
 var FontSubHighColor='FFFFFF';  // tekstkleur subitems bij muisover 

 var BorderColor='365C8D';   // randkleur hoofitems
 var BorderSubColor='365C8D';  // randkleur voor subitems
 var BorderWidth=2;     // randdikte
 var BorderBtwnElmnts=1;    // rand=1, geen rand=0

 var FontFamily="comic sans,arial,times"// lettertype
 var FontSize=9;      // lettergrootte
 var FontBold=1;      // vet=1, normaal=0
 var FontItalic=0;     // schuin=1, normaal=0

 var MenuTextCentered='center';  // tekst positie: left, center of right

 var FirstLineHorizontal=1;   // horizontaal menu=1, verticaal menu=0
 var MenuCentered='center';   // menubalk horizontale positie: left, center of right
 var MenuVerticalCentered='top';  // menubalk verticale positie: top,middle,bottom,static

 var ChildOverlap=.2;    // horizontale overlapping child/ parent
 var ChildVerticalOverlap=.2;  // verticale overlapping child/ parent

 var StartTop=10;     // menu beginpositie x
 var StartLeft=-50;     // menu beginpositie y

 var VerCorrect=0;     // plaats subitems in ander frame (verticale positie)
 var HorCorrect=0;     // plaats subitems in ander frame (horizontale positie)

 var LeftPaddng=3;     // positie tekst in items vanaf links
 var TopPaddng=2;     // positie tekst in items vanaf boven

 var DissapearDelay=1000;   // vertraging vooraleer submenu verdwijnt

 var MenuFramesVertical=1;   // frames in kolommen of rijen: 1 of 0

 var TakeOverBgColor=1;    // menu frame neemt achtergrondkleur subitem frame over
 var FirstLineFrame='boven';   // framenaam invullen waar hoofditems verschijnen
 var SecLineFrame='onder';   // framenaam invullen waar subitems verschijnen
 var DocTargetFrame='onder';   // framenaam invullen waar target documenten verschijnen
 var TargetLoc='';     // 
 var HideTop=0;      // verberg hoofditems bij laden nieuw document: 1 of 0
 var MenuWrap=0;      // menu wrap aan=1, menu wrap uit=0
 var RightToLeft=0;     // van rechts naar links uitvouwen: 1(indien niet:0)
 var UnfoldsOnClick=0;    // uitvouwen bij muisover=0, bij klikken=1
 var WebMasterCheck=0;    // menu check aan=1, uit=0
 var ShowArrow=1;     // gebruikt pijltjes indien 1
 var KeepHilite=1;     // houd gekozen pad highlighted
 var Arrws=['right.gif',5,10,'tridown.gif',10,5,'tri.gif',5,10];//Pijltjes:source,width, height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// 2. OPBOUW VAN DE MENU-INHOUD:

// MenuX=new Array(tekst,link,achtergrondbeeld(=optioneel),aantal subelementen,hoogte,breedte);
// Voor rolloverbeeldjes, zet i.p.v. tekst: "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.html","",0,25,120);
 Menu1_1=new Array("Home","blanco.html","",0,25,120);

Menu2=new Array("Flatcoated Retriever","","",2,25,150);
 Menu2_1=new Array("Ella","ella.html","",3,25,120); 
  Menu2_1_1=new Array("Pedigree & Health","ellapedigree.html","",0,25,150); 
  Menu2_1_2=new Array("Showresults Ella","showresultsella.html","",0,25,150); 
  Menu2_1_3=new Array("Pictures Ella","picturesella.html","",0,25,150); 
 Menu2_2=new Array("Lylo","lylo.html","",3,25,120);
  Menu2_2_1=new Array("Pedigree & Health","lylopedigree.html","",0,25,150); 
  Menu2_2_2=new Array("Showresults Lylo","showresultslylo.html","",0,25,150);
  Menu2_2_3=new Array("Pictures Lylo","pictureslylo.html","",0,25,150); 

Menu3=new Array("Golden Retriever","","",2,25,140);
 Menu3_1=new Array("Piper","piper.html","",2,25,120);
  Menu3_1_1=new Array("Pedigree & Health","piperpedigree.html","",0,25,150);
  Menu3_1_2=new Array("Pictures Piper","picturespiper.html","",0);
  Menu3_2=new Array("Haley","haley.html","",2);
    Menu3_2_1=new Array("Pedigree & Health","haleypedigree.html","",0,25,150);
    Menu3_2_2=new Array("Pictures Haley","pictureshaley.html","",0);

Menu4=new Array("Litters","","",2);
 Menu4_1=new Array("Flatcoated Retriever","#","",3,30,150);
  Menu4_1_1=new Array("2010","2010fllitters.html","",0,25,150);
  Menu4_1_2=new Array("2008","2008fllitters.html","",0,25,150);
  Menu4_1_3=new Array("Planned","plannedfllitters.html","",0,25,150);
  
 Menu4_2=new Array("Golden Retriever","#","",2,30,150);
  Menu4_2_1=new Array("2008","2008grlitters.html","",0,25,150);
  Menu4_2_2=new Array("Planned","plannedgrlitters.html","",0,25,150);
   

Menu5=new Array("News","","",2);
 Menu5_1=new Array("News 2010","news2010.html","",0,25,120);
 Menu5_2=new Array("News 2009","news.html","",0,25,120);

Menu6=new Array("Links","links.html","",0,25,120);

Menu7=new Array("Contact","contact.html","",0,25,120);





