var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Services',
    sUrl:'services.html'
},
{   sTitle:'Consulting',
    sUrl:'consultrepair.html',
    sTarget:'_self'
},
{   sTitle:'Design',
    sUrl:'webdesignmarketing.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    sUrl:'aboutus.html'
},
{   sTitle:'Contact',
    sUrl:'contact.html'
},
{   sTitle:'10 Reasons',
    sUrl:'10reasons.html',
    sTarget:'_self'
},
{   sTitle:'Questionnaire',
    sUrl:'questionnaire.html',
    sTarget:'_self'
},
{   sTitle:'Tutoring',
    sUrl:'keepup.html',
    sTarget:'_self'
},
{   sTitle:'Faster Computer',
    sUrl:'computerfaster.html',
    sTarget:'_self'
},
{   sTitle:'PC or MAC?',
    sUrl:'pcmac.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    sUrl:'clients.html'
},
{   sTitle:'Our Clients',
    sUrl:'clients.html',
    sTarget:'_self'
},
{   sTitle:'Press',
    sUrl:'press.html'
},
{   sTitle:'Fees',
    sUrl:'fees.html',
    sTarget:'_self'
}]
});
