var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Sam Jackson\'s Secret Video Diary',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Cast and Crew',
    'bIsWebPath':true,
    'sUrl':'castandcrew.html'
},
{   'sTitle':'Beyond Fiction',
    'bIsWebPath':true,
    'sUrl':'beyond.html'
},
{   'sDescription':'About the film',
    'sTitle':'About the film',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Molehill Productions',
    'bIsWebPath':true,
    'sUrl':'molehill.html'
}]
});
