var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'The Clocks',
    bIsWebPath:true,
    sUrl:'theclocks.html',"childArray" : [
    {   sTitle:'Clock 1',
        bIsWebPath:true,
        sUrl:'clock 1.html',"childArray" : [
        {   sTitle:'DXF1245',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'clock 1.html#DXF1245'
        }]
    },
    {   sTitle:'Clock 2',
        bIsWebPath:true,
        sUrl:'clock2.html'
    },
    {   sTitle:'Clock 3',
        bIsWebPath:true,
        sUrl:'clock3.html'
    },
    {   sTitle:'Clock4',
        bIsWebPath:true,
        sUrl:'clock4.html'
    },
    {   sTitle:'Clock5',
        bIsWebPath:true,
        sUrl:'clock5.html'
    },
    {   sTitle:'Clock6',
        bIsWebPath:true,
        sUrl:'clock6.html'
    },
    {   sTitle:'Clock7',
        bIsWebPath:true,
        sUrl:'clock7.html'
    },
    {   sTitle:'Clock8B',
        bIsWebPath:true,
        sUrl:'clock8b.html'
    },
    {   sTitle:'Clock9',
        bIsWebPath:true,
        sUrl:'clock9.html'
    },
    {   sTitle:'Clock10',
        bIsWebPath:true,
        sUrl:'clock10.html'
    },
    {   sTitle:'Clock11',
        bIsWebPath:true,
        sUrl:'clock11.html'
    },
    {   sTitle:'Locks',
        bIsWebPath:true,
        sUrl:'boxwithlocks.html'
    },
    {   sTitle:'Gears for Projects',
        bIsWebPath:true,
        sUrl:'gearsforprojects.html'
    }]
},
{   sTitle:'Hardwoods',
    bIsWebPath:true,
    sUrl:'hardwoods.html'
},
{   sTitle:'Drawings',
    bIsWebPath:true,
    sUrl:'drawings.html',"childArray" : [
    {   sTitle:'animation',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'drawings.html#agif2'
    }]
},
{   sTitle:'Construction',
    bIsWebPath:true,
    sUrl:'construction.html'
},
{   sTitle:' Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',"childArray" : [
    {   sTitle:'Free stuff',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'downloads.html#free'
    }]
},
{   sTitle:'Hint&Tips',
    bIsWebPath:true,
    sUrl:'hints.html',"childArray" : [
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    },
    {   sTitle:'PrinterTips',
        bIsWebPath:true,
        sUrl:'printertips.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
}]
});
