var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Audio Visual',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Home Cinema',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'Multiroom Audio & Video',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'Aerial & Satellite',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'TV Installation',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Lifestyle',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Home Integration',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'Architectural Design',
        bIsWebPath:true,
        sUrl:'page17.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Security',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'CCTV',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    },
    {   sTitle:'Intruder & Fire Alarm',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Controlled Access',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'page15.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
}]
});
