var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Index',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'computer assist about.html'
},
{   sTitle:'repairs',
    bIsWebPath:true,
    sUrl:'computer assist repairs.html',"childArray" : [
    {   sTitle:'computer repairs',
        bIsWebPath:true,
        sUrl:'computers.html'
    },
    {   sTitle:'consoles',
        bIsWebPath:true,
        sUrl:'consoles.html'
    }]
},
{   sTitle:'recommend',
    bIsWebPath:true,
    sUrl:'computer assist retail.html'
},
{   sTitle:'business services',
    bIsWebPath:true,
    sUrl:'computer assist business.html',"childArray" : [
    {   sTitle:'Business I.T solutions',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'contacts',
    bIsWebPath:true,
    sUrl:'computer assist contact.html'
}]
});