FOrows	=	25+1;//0=empty 1..n=data
function FA(Position,ID,ParentID,ParentIDX,RootRow,Row,Level,HasChild,Text,Target,Link){ // FA = FillArray
top.FObutton[Position].ID          =  ID.toString();
top.FObutton[Position].ParentID    =  ParentID;
top.FObutton[Position].ParentIDX   =  ParentIDX.toString();
top.FObutton[Position].RootRow     =  RootRow.toString();
top.FObutton[Position].Row         =  Row.toString();
top.FObutton[Position].Level       =  Level.toString();
top.FObutton[Position].HasChild    =  HasChild.toString();
top.FObutton[Position].Text        =  Text;
top.FObutton[Position].Target      =  Target;
top.FObutton[Position].Link        =  Link;
}
function FOarraydata1(){
FA(1,19,"_",0,0,0,0,1,"Algemeen","_self","pages/introductie.html");
FA(2,20,"_",0,1,1,0,1,"Slaapcomfort","_self","pages/kasten.html");
FA(3,21,"_",0,2,2,0,1,"Slaapkamers","_self","pages/kasten.html");
FA(4,43,"_",0,3,3,0,1,"Aanbiedingen","_self","");
FA(5,22,"_",0,4,4,0,1,"Fabrikanten","_self","");
FA(6,7,"19",1,0,0,1,0,"Introductie","","pages/introductie.html");
FA(7,9,"19",1,0,1,1,0,"Locatie Spijkenisse","","pages/locatiespijkenisse.html");
FA(8,35,"19",1,0,2,1,0,"Vragen?","","pages/emailform.html");
FA(9,10,"20",2,1,0,1,0,"Matrassen","","pages/matrassen.html");
FA(10,13,"20",2,1,1,1,0,"Advanced Pocket","","pages/advancedpocketslaapsystemen.html");
FA(11,14,"20",2,1,2,1,0,"Boxspring","","pages/boxspring.html");
FA(12,28,"20",2,1,3,1,1,"Waterbedden","_self","pages/waterbedden.html");
FA(13,12,"28",12,1,0,2,0,"Algemeen","","pages/waterbedden.html");
FA(14,30,"28",12,1,1,2,0,"Verstelbaar waterbed","","pages/verstelbarewaterbedden.html");
FA(15,29,"28",12,1,2,2,0,"Veel gestelde vragen","_self","pages/waterbedden.html#referenceloop");
FA(16,15,"21",3,2,0,1,0,"Ledikanten","","pages/ledikanten.html");
FA(17,34,"21",3,2,1,1,0,"Gestoffeerd bed","","pages/gestoffeerdbed.html");
FA(18,16,"21",3,2,2,1,0,"Kasten","","pages/kasten.html");
FA(19,41,"43",4,3,0,1,0,"Slaapkamers","","pages/slaapkamers.html");
FA(20,39,"43",4,3,1,1,0,"Matrassen","","pages/aanbiedingmatrassen.html");
FA(21,37,"43",4,3,2,1,0,"Waterbed","","pages/aanbiedingwaterbed.html");
FA(22,40,"43",4,3,3,1,0,"Overig","","pages/overig.html");
FA(23,24,"22",5,4,0,1,0,"Baltimore","_blank","http://www.baltimore-waterbed.nl/");
FA(24,25,"22",5,4,1,1,0,"Jade","_blank","http://www.jade.nl/");
FA(25,27,"22",5,4,2,1,0,"Top sleep","_blank","http://www.topsleep.nl/");
}
