var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Return To Type',
    bIsWebPath:true,
    sUrl:'returntotype/index.html',"childArray" : [
    {   sTitle:'Wallpapers',
        bIsWebPath:true,
        sUrl:'wallpapers.html'
    },
    {   sTitle:'Album Artwork',
        bIsWebPath:true,
        sUrl:'returntotype/artwork.html'
    }]
}]
});
