var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Photo Albums',
    'bIsWebPath':true,
    'sUrl':'eventpartyweddingphotos.html'
},
{   'sTitle':'Performers/Talent',
    'bIsWebPath':true,
    'sUrl':'page4.html',"childArray" : [
    {   'sDescription':'Mobile Disc Jockeys (DJs) Video Jockey\'s (VJ\'s) Karaoke Jockey\'s (KJ)',
        'sTitle':'DJs - VJs - KJs',
        'bIsWebPath':true,
        'sUrl':'djsvjskjs.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
