var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Telecommunications & Technology',
        bIsWebPath:true,
        sUrl:'telecommunication.html'
    },
    {   sTitle:'Office Supply & Stationary',
        bIsWebPath:true,
        sUrl:'stationary.html'
    },
    {   sTitle:'Clothing & Accessories',
        bIsWebPath:true,
        sUrl:'clothing.html'
    },
    {   sTitle:'Food & Bevarages',
        bIsWebPath:true,
        sUrl:'food.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Online Store',
    bIsWebPath:true,
    sUrl:'online.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
