var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Floor screeding',
    bIsWebPath:true,
    sUrl:'floorscreeding.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cemex Supaflo ',
        bIsWebPath:true,
        sUrl:'cemex.html',
        sTarget:'_self'
    },
    {   sTitle:'Lafarge Gyvlon ',
        bIsWebPath:true,
        sUrl:'lafarge.html',
        sTarget:'_self'
    },
    {   sTitle:'Tarmac',
        bIsWebPath:true,
        sUrl:'tarmac.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Technical Information',
    bIsWebPath:true,
    sUrl:'technical.html',
    sTarget:'_self'
},
{   sTitle:'Floor Preparation',
    bIsWebPath:true,
    sUrl:'floorprep.html',
    sTarget:'_self'
},
{   sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'terms.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
