var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home Page',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'DECT Phones',
        bIsWebPath:true,
        sUrl:'dectphones.html'
    },
    {   sTitle:'Computer Networking',
        bIsWebPath:true,
        sUrl:'computernetworking.html'
    },
    {   sTitle:'Batteries',
        bIsWebPath:true,
        sUrl:'aaabatteries.html'
    },
    {   sTitle:'Phone Numbers',
        bIsWebPath:true,
        sUrl:'phonenumbers.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Buy Online',
    bIsWebPath:true,
    sUrl:'buyonline.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html',"childArray" : [
    {   sTitle:'BT 1800HG Support Information',
        bIsWebPath:true,
        sUrl:'bt1800hg.html'
    },
    {   sTitle:'FAQ\'s',
        bIsWebPath:true,
        sUrl:'faq.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
