var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Wall Tiles',
        bIsWebPath:true,
        sUrl:'wall.html'
    },
    {   sTitle:'Floor Tiles',
        bIsWebPath:true,
        sUrl:'floor.html',
        sTarget:'_self'
    },
    {   sTitle:'Kitchen Splashbacks',
        bIsWebPath:true,
        sUrl:'kitchen.html'
    },
    {   sTitle:'Exterior Finishes',
        bIsWebPath:true,
        sUrl:'exterior.html',
        sTarget:'_self'
    },
    {   sTitle:'Tiling Accessories',
        bIsWebPath:true,
        sUrl:'accessories.html',
        sTarget:'_self'
    },
    {   sTitle:'Karndean',
        bIsWebPath:true,
        sUrl:'karndaen.html'
    },
    {   sTitle:'Dalsouple',
        bIsWebPath:true,
        sUrl:'dalsouple.html',
        sTarget:'_self'
    },
    {   sTitle:'Marmoleum',
        bIsWebPath:true,
        sUrl:'marmoleum.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',
    sTarget:'_self'
}]
});
