var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'► Subscriptions',
    bIsWebPath:true,
    sUrl:'subscriptions.html',
    sTarget:'_self'
},
{   sTitle:'► Comp/ Offers',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'► Activities',
    bIsWebPath:true,
    sUrl:'activities.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Ugly bug ball',
        bIsWebPath:true,
        sUrl:'uglybugball.html',
        sTarget:'_self'
    },
    {   sTitle:'Crocodiles rock',
        bIsWebPath:true,
        sUrl:'crocodilesrock.html',
        sTarget:'_self'
    },
    {   sTitle:'Farm fun',
        bIsWebPath:true,
        sUrl:'farmfun.html',
        sTarget:'_self'
    },
    {   sTitle:'Veg out',
        bIsWebPath:true,
        sUrl:'vegout.html',
        sTarget:'_self'
    },
    {   sTitle:'Creepy crawlies',
        bIsWebPath:true,
        sUrl:'creepycrawlies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'► Best Toy Guide',
    sUrl:'http://www.rightstartmagazine.co.uk/www/ToyGuide2011/',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Best Baby Essentials Guide',
        sUrl:'http://www.rightstartmagazine.co.uk/www/BabyEssentials2011/',
        sTarget:'_self'
    }]
},
{   sTitle:'► Tumble Tots',
    bIsWebPath:true,
    sUrl:'tumbletots.html',
    sTarget:'_self'
},
{   sTitle:'► Advertise',
    bIsWebPath:true,
    sUrl:'advertise.html',
    sTarget:'_self'
},
{   sTitle:'► Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
