var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dynaco Products',
    bIsWebPath:true,
    sUrl:'dynaco-products.html',"childArray" : [
    {   sTitle:'Headphone',
        bIsWebPath:true,
        sUrl:'headphone.html'
    },
    {   sTitle:'Camera Accessories',
        bIsWebPath:true,
        sUrl:'camera-accessories.html'
    }]
},
{   sTitle:'Agency Products',
    bIsWebPath:true,
    sUrl:'agency-products.html',"childArray" : [
    {   sTitle:'Mobile Lens',
        bIsWebPath:true,
        sUrl:'mobile-lens.html'
    }]
},
{   sTitle:'Service & Support',
    bIsWebPath:true,
    sUrl:'service-support.html',"childArray" : [
    {   sTitle:'eWarranty',
        bIsWebPath:true,
        sUrl:'ewarranty.html'
    }]
},
{   sTitle:'Clearance Sales',
    bIsWebPath:true,
    sUrl:'clearance-sales.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about-us.html'
}]
});
