var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Main Products',
    bIsWebPath:true,
    sUrl:'mainproducts.html'
},
{   sTitle:'Promotions',
    bIsWebPath:true,
    sUrl:'promotions.html'
},
{   sTitle:'Order',
    bIsWebPath:true,
    sUrl:'order.html'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
