var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sDescription:'from',
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Virus and Malware removal',
        bIsWebPath:true,
        sUrl:'virus and malware removal.html'
    },
    {   sTitle:'System Support',
        bIsWebPath:true,
        sUrl:'system support.html'
    },
    {   sTitle:'Data Services',
        bIsWebPath:true,
        sUrl:'data services.html'
    },
    {   sTitle:'Laptop Sales',
        bIsWebPath:true,
        sUrl:'laptop sales.html'
    },
    {   sTitle:'Internet and Networking',
        bIsWebPath:true,
        sUrl:'internet and networking.html'
    },
    {   sTitle:'PC Repairs',
        bIsWebPath:true,
        sUrl:'pc repairs.html'
    },
    {   sTitle:'Internet and Router Security',
        bIsWebPath:true,
        sUrl:'internet and router security.html'
    },
    {   sTitle:'WiFi Internet Installation',
        bIsWebPath:true,
        sUrl:'wifi internet installation.html'
    },
    {   sTitle:'Hardware and Software Installation',
        bIsWebPath:true,
        sUrl:'hardware and software installation.html'
    },
    {   sTitle:'Customer Services',
        bIsWebPath:true,
        sUrl:'customer services.html'
    }]
},
{   sTitle:'Tip Of The Month',
    bIsWebPath:true,
    sUrl:'tip of the month.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
