var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Stockist',
    bIsWebPath:true,
    sUrl:'stockist.html',"childArray" : [
    {   sTitle:'Rokit',
        bIsExternal:true,
        sUrl:'http://www.rokit.co.uk/index.php?page_id=1000601',
        sTarget:'_blank'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Blog',
        bIsExternal:true,
        sUrl:'http://kyliemalcolm.blogspot.com/',
        sTarget:'_blank'
    },
    {   sTitle:'Twitter',
        bIsExternal:true,
        sUrl:'http://twitter.com/#!/Kyliemalcolm',
        sTarget:'_blank'
    },
    {   sTitle:'Facebook',
        bIsExternal:true,
        sUrl:'http://www.facebook.com/pages/Kylie-Malcolm-Fashion-Designer/161118323938785',
        sTarget:'_blank'
    }]
}]
});
