var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'workplace&jobsite',
        bIsWebPath:true,
        sUrl:'workplace&jobsite.html'
    },
    {   sTitle:'office & educational',
        bIsWebPath:true,
        sUrl:'office&educational.html'
    },
    {   sTitle:'hobby&crafts',
        bIsWebPath:true,
        sUrl:'hobby&crafts.html'
    },
    {   sTitle:'pets&recreation',
        bIsWebPath:true,
        sUrl:'pets&recreation.html'
    },
    {   sTitle:'industrial&manufacturing',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Products & Pricing',
    bIsWebPath:true,
    sUrl:'products&pricing.html',"childArray" : [
    {   sTitle:'More Products',
        bIsWebPath:true,
        sUrl:'moreproducts.html'
    },
    {   sTitle:'What have You done with your Viewtainers?',
        bIsWebPath:true,
        sUrl:'whatyouhavedone.html'
    }]
},
{   sTitle:'On Sale',
    bIsWebPath:true,
    sUrl:'onsale.html'
},
{   sTitle:'Shopping Cart',
    bIsWebPath:true,
    sUrl:'shoppingcart.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
