var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Corporate Shows',
        bIsWebPath:true,
        sUrl:'corpshows.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Current Show ',
        bIsWebPath:true,
        sUrl:'currentshow.html'
    }]
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',"childArray" : [
    {   sTitle:'Lipstick on your Collar',
        bIsWebPath:true,
        sUrl:'reviewf.html'
    },
    {   sTitle:'The Roaring Twenties',
        bIsWebPath:true,
        sUrl:'reviewb.html'
    },
    {   sTitle:'Dick Whittington',
        bIsWebPath:true,
        sUrl:'reviewc.html'
    },
    {   sTitle:'Lights! Camera! Action!',
        bIsWebPath:true,
        sUrl:'reviewd.html'
    },
    {   sTitle:'Summertime Special',
        bIsWebPath:true,
        sUrl:'reviewe.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});