var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Recording',
        bIsWebPath:true,
        sUrl:'recording.html'
    },
    {   sTitle:'Editing',
        bIsWebPath:true,
        sUrl:'editing.html'
    },
    {   sTitle:'Marketing',
        bIsWebPath:true,
        sUrl:'marketing.html'
    },
    {   sTitle:'Duplication',
        bIsWebPath:true,
        sUrl:'duplication.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
