var TREE1_FORMAT =
[
//0. left position
	2,
//1. top position
    150,
//2. show +/- buttons
    1,
//3. couple of button images (collapsed/expanded/blank)
    ["/images/menu/arrowC_white.gif", "/images/menu/arrowE_white.gif", "/images/menu/blank.gif"],
//4. size of images (width, height,ident for nodes w/o children)
    [14, 14, 0],
//5. show folder image
    1,
//6. folder images (closed/opened/document)
   ["/images/menu/folder.gif", "/images/menu/folderopen.gif", "/images/menu/docimage.gif"],

//7. size of images (width, height)
    [16,16],
//8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...]
    [0,16,32,48,64,80,96,112,124],
//9. tree background color ("" - transparent)
    "",
//10. default style for all nodes
    "styleMenu1",
//11. styles for each level of menu (default style will be used for undefined levels)
    [],
//12. true if only one branch can be opened at same time
    true,
//13. item padding and spacing
    [0, 1],

/************** PRO EXTENSIONS ********************/
//14. draw explorer like tree ( identation will be ignored )
    1,
//15. Set of explorer images (folder, openfolder, page, minus, minusbottom, plus, plusbottom, line, join, joinbottom)
	["/images/menu/folder.gif","/images/menu/folderopen.gif","/images/menu/docimage.gif","/images/menu/minus_2.gif","/images/menu/minusbottom_2.gif","/images/menu/plus_2.gif","/images/menu/plusbottom_2.gif","/images/menu/line.gif","/images/menu/join.gif","/images/menu/joinbottom.gif"],
//16. Explorer images width/height
    [19,16],
//17. if true state will be saved in cookies
    true,
//18. if true - relative position will be used. (tree will be opened in place where init() was called)
    false,
//19. width and height of initial rectangle for relative positioning
    [200,170],
//20. resize background //works only under IE4+, NS6+ for relatiive positioning
    false,
//21. support bgcolor changing for selected node
    ,
//22. background color for nodes
    ["", "", "normal"]
];


var TREE1_NODES = [
["Entrada", "http://www.chozadelpapeo.com/pages/bienvenidos-restaurante-balcon-de-arucas-la-choza-del-papeo.html", null], ["Sobre Nosotros", "http://www.chozadelpapeo.com/pages/sobre-nosotros.html", null], ["Servicios", "http://www.chozadelpapeo.com/pages/celebraciones-y-banquetes.html", null], ["Celebraciones ", "http://www.chozadelpapeo.com/pages/celebraciones-y-banquetes.html", null], ["Carta", "http://www.chozadelpapeo.com/pages/carta.html", null], ["Instalaciones", "http://www.chozadelpapeo.com/pages/instalaciones-balcon-de-arucas.html", null], ["Contactar", "http://www.chozadelpapeo.com/forms/contactar.html", null, ["Enlaces", "http://www.chozadelpapeo.com/pages/enlaces.html", null]], ["Localización", "http://www.chozadelpapeo.com/pages/localizacion.html", null]
];