var TREE1_FORMAT =
[
//0. left position
	28,
//1. top position
    120,
//2. show +/- buttons
    ,
//3. couple of button images (collapsed/expanded/blank)
    ["/images/menu/arrow2C.gif", "/images/menu/arrow2E.gif", "/images/menu/blank.gif"],
//4. size of images (width, height,ident for nodes w/o children)
    [15, 9, 5],
//5. show folder image
    ,
//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
    [3, 1],

/************** PRO EXTENSIONS ********************/
//14. draw explorer like tree ( identation will be ignored )
    ,
//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 = [
["SHOP ONLINE", "http://www.opsalsport.com/pages/home.html", null], ["Home", "http://www.opsalsport.com/pages/home.html", null], ["T-Shirts", "http://www.opsalsport.com/modules/gallery/t-shirts.html", null], ["Triathlon", "http://www.opsalsport.com/modules/gallery/triathlon.html", null], ["Polos", "http://www.opsalsport.com/modules/gallery/polos.html", null], ["Jerseys", "http://www.opsalsport.com/modules/gallery/jerseys.html", null], ["Posters", "http://www.opsalsport.com/modules/gallery/posters.html", null], ["Tour Posters", "http://www.opsalsport.com/modules/gallery/tour-posters.html", null], ["Originals", "http://www.opsalsport.com/modules/gallery/originals.html", null], ["News", "http://www.opsalsport.com/pages/news.html", null], ["Photo Ops", "http://www.opsalsport.com/pages/photo-opportunties.html", null], ["Team Opsal", "http://www.opsalsport.com/pages/team-abo.html", null], ["Links", "http://www.opsalsport.com/pages/links.html", null], ["Contact Us", "http://www.opsalsport.com/forms/contact-us.html", null]
];