var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Homepage',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Video Production',
    bIsWebPath:true,
    sUrl:'videoproduction.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Conferences',
    bIsWebPath:true,
    sUrl:'conferences.html'
},
{   sTitle:'Your Project',
    bIsWebPath:true,
    sUrl:'yourproject.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
