var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'A page containing a short biography with quotes and trivia about Katharine Isabelle.',
    'sTitle':'Biography',
    'bIsWebPath':true,
    'sUrl':'biography.html'
},
{   'sTitle':'Filmography',
    'bIsWebPath':true,
    'sUrl':'filmography.html'
},
{   'sDescription':'Interviews and articles',
    'sTitle':'Interviews',
    'bIsWebPath':true,
    'sUrl':'interviews_index.html'
},
{   'sTitle':'Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html'
},
{   'sDescription':'Katharine Isabelle multimedia index, here you can find sound clips, video clips and clips from youtube.',
    'sTitle':'Multimedia',
    'bIsWebPath':true,
    'sUrl':'media_index.html'
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
},
{   'sTitle':'Community',
    'bIsWebPath':true,
    'sUrl':'community.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
