var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://www.easypc.ie/homeat.html'
},
{   sTitle:'About Us',
    sUrl:'http://www.easypc.ie/aboutus.html'
},
{   sTitle:'News',
    sUrl:'http://www.easypc.ie/news.html'
},
{   sTitle:'Assessments',
    sUrl:'http://www.easypc.ie/assessments.html'
},
{   sTitle:'Training',
    sUrl:'http://www.easypc.ie/training.html'
},
{   sTitle:'Products',
    sUrl:'http://www.easypc.ie/products.html',"childArray" : [
    {   sTitle:'Dragon Naturally Speaking',
        sUrl:'http://www.easypc.ie/dragon.html'
    },
    {   sTitle:'ClaroRead',
        sUrl:'http://www.easypc.ie/claroread.html'
    },
    {   sTitle:'TextHelp Read & Write',
        sUrl:'http://www.easypc.ie/texthelp.html'
    },
    {   sTitle:'Lexion',
        sUrl:'http://www.easypc.ie/lexion.html'
    }]
},
{   sTitle:'Resources',
    sUrl:'http://www.easypc.ie/resources.html'
},
{   sTitle:'Contact',
    sUrl:'http://www.easypc.ie/contact.html'
}]
});