var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Packages',
    bIsWebPath:true,
    sUrl:'packages.html',"childArray" : [
    {   sTitle:'Pricing',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Page Types',
        bIsWebPath:true,
        sUrl:'pagetypes.html'
    }]
},
{   sTitle:'Webfolio',
    bIsWebPath:true,
    sUrl:'webfolio.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
