var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'EB1',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'EB1 Purchase',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'EB2',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'EB2 Purchase',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'EB Cables',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'EB1 Review What Hifi',
        bIsExternal:true,
        sUrl:'http://www.whathifi.com/Review/EB-Acoustics-EB1'
    },
    {   sTitle:'EB2 Review What Hifi',
        bIsExternal:true,
        sUrl:'http://www.whathifi.com/Review/EB-Acoustics-EB2'
    },
    {   sTitle:'EB2 Video Review',
        bIsExternal:true,
        sUrl:'http://www.youtube.com/watch?v=4p9Cva-TXNI'
    },
    {   sTitle:'EB2. HiFi Choice. January 2011',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
}]
});
