var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Events and Fairs',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Weddings and Proposals',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Lessons',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Team Building',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Logos',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Tools & Books',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'In The News',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Early Work',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'My work solo and group',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Flickr Account',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sDescription:'List of places to stay in Port Aransas, Texas',
        sTitle:'Places to Stay In Port \'A\'',
        bIsWebPath:true,
        sUrl:'places to stay in port a.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
