var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Music Videos 1',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Music Videos 2',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Shorts / Promos',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Documentaries',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Behind The Scenes Gallery',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Burning Hank - Cake',
        bIsWebPath:true,
        sUrl:'cake.html',
        sTarget:'_self'
    },
    {   sTitle:'Anna Neale - Control',
        bIsWebPath:true,
        sUrl:'control.html',
        sTarget:'_self'
    },
    {   sTitle:'The Myst - Burn',
        bIsWebPath:true,
        sUrl:'burn.html',
        sTarget:'_self'
    },
    {   sTitle:'Susie Webb - Object of Desire',
        bIsWebPath:true,
        sUrl:'objectofdesire.html',
        sTarget:'_self'
    },
    {   sTitle:'Soraia - Fantasy World',
        bIsWebPath:true,
        sUrl:'fantasyworld.html',
        sTarget:'_self'
    },
    {   sTitle:'Dynamic - Stush',
        bIsWebPath:true,
        sUrl:'stush.html',
        sTarget:'_self'
    },
    {   sTitle:'Mr Shaodow - Black Man Coming',
        bIsWebPath:true,
        sUrl:'blackmancoming.html',
        sTarget:'_self'
    },
    {   sTitle:'Rick Gill Allstars - Seventeen',
        bIsWebPath:true,
        sUrl:'seventeen.html',
        sTarget:'_self'
    },
    {   sTitle:'PQ - Came To Do This',
        bIsWebPath:true,
        sUrl:'cametodothis.html',
        sTarget:'_self'
    },
    {   sTitle:'Susie Webb - Shipping Forecast',
        bIsWebPath:true,
        sUrl:'shippingforecast.html',
        sTarget:'_self'
    },
    {   sTitle:'Pigment',
        bIsWebPath:true,
        sUrl:'pigment.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
}]
});
