var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'Remote Support',
    bIsWebPath:true,
    sUrl:'remote.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Support Services',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'Software Development',
    bIsWebPath:true,
    sUrl:'development.html',"childArray" : [
    {   sTitle:'Auction Management Software',
        bIsWebPath:true,
        sUrl:'aims.html'
    },
    {   sTitle:'MOD640',
        bIsWebPath:true,
        sUrl:'mod640.html'
    }]
},
{   sTitle:'Virus Removal',
    bIsWebPath:true,
    sUrl:'removing-viruses.html',"childArray" : [
    {   sTitle:'Virus Protection Service',
        bIsWebPath:true,
        sUrl:'virus_protection_services.html'
    },
    {   sTitle:'What are Viruses?',
        bIsWebPath:true,
        sUrl:'what_are_viruses.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
