var global_navtree = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'},{   sTitle:'Online Store',
    bIsWebPath:true,
    sUrl:'online_store.html'},{   sTitle:'Residential',
    bIsWebPath:true,
    sUrl:'residential.html',"childArray" : [{   sTitle:'PC Optimization',
        bIsWebPath:true,
        sUrl:'optimization.html'},{   sTitle:'Virus Removal',
        bIsWebPath:true,
        sUrl:'virus_removal.html'},{   sTitle:'Data Recovery',
        bIsWebPath:true,
        sUrl:'data_recovery.html'},{   sTitle:'Computer Setup',
        bIsWebPath:true,
        sUrl:'computer_setup.html'},{   sTitle:'All Services',
        bIsWebPath:true,
        sUrl:'home_services.html'}]},{   sTitle:'Small business',
    bIsWebPath:true,
    sUrl:'small_business.html',"childArray" : [{   sTitle:'Email Solutions',
        bIsWebPath:true,
        sUrl:'email_solutions.html'},{   sTitle:'Computer Repair',
        bIsWebPath:true,
        sUrl:'computer_repair.html'},{   sTitle:'Office Networking',
        bIsWebPath:true,
        sUrl:'office_networking.html'},{   sTitle:'Business Services',
        bIsWebPath:true,
        sUrl:'business_services.html'}]},{   sTitle:'Remote Support',
    bIsWebPath:true,
    sUrl:'remote_support.html',"childArray" : [{   sTitle:'Remote Services',
        bIsWebPath:true,
        sUrl:'remote_services.html'}]},{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'web_design.html',"childArray" : [{   sTitle:'Logo & Web Design',
        bIsWebPath:true,
        sUrl:'logo_webdesign.html'},{   sTitle:'Domain Services',
        bIsWebPath:true,
        sUrl:'domain_services.html'}]},{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'}]
});