var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Intro',
    sUrl:'http://www.easypc.ie/index.html'
},
{   sTitle:'Home',
    sUrl:'http://www.easypc.ie/homeat.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'
},
{   sTitle:'Resources',
    sUrl:'http://www.easypc.ie/resources.html'
},
{   sTitle:'Home IT Services',
    sUrl:'http://www.easypc.ie/homeits.html',
    sTarget:'_self'
},
{   sTitle:'PCs',
    sUrl:'http://www.easypc.ie/pcs.html'
},
{   sTitle:'Peripherals',
    sUrl:'http://www.easypc.ie/peripherals.html'
},
{   sTitle:'Service',
    sUrl:'http://www.easypc.ie/service.html'
},
{   sTitle:'Networks',
    sUrl:'http://www.easypc.ie/networks.html'
},
{   sTitle:'CD Server',
    sUrl:'http://www.easypc.ie/virtualcd.html'
},
{   sTitle:'IT for Education',
    sUrl:'http://www.easypc.ie/edu_it.html'
},
{   sTitle:'About Us',
    sUrl:'http://www.easypc.ie/aboutus.html'
},
{   sTitle:'Contact',
    sUrl:'http://www.easypc.ie/contact.html'
}]
});