var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Studio 1',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Studio 1 Equipment',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sDescription:'Studio 1 prices',
        sTitle:'Studio 1 prices',
        bIsWebPath:true,
        sUrl:'page28.html'
    },
    {   sTitle:'Piano',
        bIsWebPath:true,
        sUrl:'page20.html'
    },
    {   sTitle:'Hammond',
        bIsWebPath:true,
        sUrl:'page21.html'
    }]
},
{   sTitle:'Studio 2',
    bIsWebPath:true,
    sUrl:'page18.html',"childArray" : [
    {   sTitle:'Studio 2 Equipment',
        bIsWebPath:true,
        sUrl:'page19.html'
    }]
},
{   sDescription:'Low cost mastering, editing, CD text, ISRC codes',
    sTitle:'Mastering',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sDescription:'Audio restoration from vinyl, cassette and digital files.  Declicking, denoising, stray sound removal, print through removal, distortion reduction.',
    sTitle:'Audio restoration',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sDescription:'Low cost fast turnaround CD duplication.  Artwork design.',
    sTitle:'CD duplication',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sDescription:'CD artwork ',
    sTitle:'Artwork',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sDescription:'contact details',
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sDescription:'A small selection of our clients',
    sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sDescription:'Friends and further information',
    sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});
