var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.htm'
},
{   sTitle:'Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Roller & Fire Shutters',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Aluminium Shopfronts',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Automatic Doors',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Industrial & Sectional Doors',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Manufacturing',
        bIsWebPath:true,
        sUrl:'page7a.html'
    },
    {   sTitle:'Frameless Glazing',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Curtain Walling & Windows',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Security Doors',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Security Solutions',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'24 HR Breakdown Service',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Planned Maintenance',
    bIsWebPath:true,
    sUrl:'page17.html'
},
{   sTitle:'Design/Technical',
    bIsWebPath:true,
    sUrl:'page14a.html',
    sTarget:'_self'
},
{   sTitle:'Quality',
    bIsWebPath:true,
    sUrl:'page16.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'page18.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
}]
});
