var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Services',
    sUrl:'computerservices.html',"childArray" : [
    {   sTitle:'New PC/Home Networking',
        sUrl:'pcsetup.html'
    },
    {   sTitle:'PC Repair ',
        sUrl:'pcfix.html'
    }]
},
{   sTitle:'Appointments/Contact ',
    sUrl:'pcrepairservice-contact.html'
}]
});