var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Misc Stock',
    sUrl:'misc1.html',
    sTarget:'_self'
},
{   sTitle:'Promotions',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'VIP Tech Club',
        sUrl:'vipclub.html',
        sTarget:'_self'
    }]
}]
});
