var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page20.html',"childArray" : [
    {   sTitle:'High Pressure Water Blasting',
        bIsWebPath:true,
        sUrl:'page21.html'
    },
    {   sTitle:'Graffiti Removal & Maintenance',
        bIsWebPath:true,
        sUrl:'graffitirm.html'
    },
    {   sTitle:'Painting',
        bIsWebPath:true,
        sUrl:'paint.html'
    },
    {   sTitle:'Paint Stripping',
        bIsWebPath:true,
        sUrl:'paintstrip.html'
    },
    {   sTitle:'Residential / Domestic / Industrial',
        bIsWebPath:true,
        sUrl:'rdi.html'
    }]
},
{   sTitle:'Adicolor',
    bIsWebPath:true,
    sUrl:'adicolor.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});