var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'David Tarbun I.T. Services',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Website Design',
        bIsWebPath:true,
        sUrl:'websitedesign.html',
        sTarget:'_self'
    },
    {   sTitle:'Personal Shopper',
        bIsWebPath:true,
        sUrl:'personalshopper.html',
        sTarget:'_self'
    },
    {   sTitle:'Installations',
        bIsWebPath:true,
        sUrl:'installations.html',
        sTarget:'_self'
    },
    {   sTitle:'PC Repair',
        bIsWebPath:true,
        sUrl:'pcrepair.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
