var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Vertical Blinds',
        bIsWebPath:true,
        sUrl:'vertical.html'
    },
    {   sTitle:'Roman Blinds',
        bIsWebPath:true,
        sUrl:'roman.html'
    },
    {   sTitle:'Venetian blinds',
        bIsWebPath:true,
        sUrl:'venetian.html'
    },
    {   sTitle:'Pleated / Conservatory Blinds',
        bIsWebPath:true,
        sUrl:'pleated.html'
    },
    {   sTitle:'Wood Venetian Blinds',
        bIsWebPath:true,
        sUrl:'wooden.html'
    },
    {   sTitle:'Bead Fit Blinds',
        bIsWebPath:true,
        sUrl:'beadfit.html'
    },
    {   sTitle:'Roller Blinds',
        bIsWebPath:true,
        sUrl:'roller.html'
    },
    {   sDescription:'Keep Cool in the Summer and Warm in the Winter with Conservatory Roof Solar Inserts',
        sTitle:'Solar Inserts',
        bIsWebPath:true,
        sUrl:'solar inserts.html',"childArray" : [
        {   sTitle:'solar inserts',
            bIsWebPath:true,
            sUrl:'solar inserts1.html'
        }]
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
}]
});
