var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html'
},
{   sTitle:'Graphic Design',
    bIsWebPath:true,
    sUrl:'graphicdesign.html'
},
{   sTitle:'Repairs & Installation',
    bIsWebPath:true,
    sUrl:'repairs&installation.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:' Links',
    bIsWebPath:true,
    sUrl:'usefullinks.html',"childArray" : [
    {   sTitle:'Games',
        bIsWebPath:true,
        sUrl:'games.html'
    },
    {   sTitle:'Gadgets',
        bIsWebPath:true,
        sUrl:'gadgets.html'
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'software.html'
    },
    {   sTitle:'Consumables',
        bIsWebPath:true,
        sUrl:'consumables.html'
    },
    {   sTitle:'Domain Names ',
        bIsWebPath:true,
        sUrl:'domainnames.html'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Shopping',
        bIsWebPath:true,
        sUrl:'shopping.html'
    },
    {   sTitle:'Insurance ',
        bIsWebPath:true,
        sUrl:'insurance.html'
    },
    {   sTitle:'Travel ',
        bIsWebPath:true,
        sUrl:'travel.html'
    },
    {   sTitle:'Motoring',
        bIsWebPath:true,
        sUrl:'motoring.html'
    },
    {   sTitle:'Utilities',
        bIsWebPath:true,
        sUrl:'utilities.html'
    },
    {   sTitle:'Finance',
        bIsWebPath:true,
        sUrl:'finance.html'
    },
    {   sTitle:'Furniture',
        bIsWebPath:true,
        sUrl:'furniture.html'
    },
    {   sTitle:'Charities',
        bIsWebPath:true,
        sUrl:'charities.html'
    }]
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
}]
});
