var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Colour Of Dreams',
    bIsWebPath:true,
    sUrl:'gold.html'
},
{   sTitle:'Marathon Man',
    bIsWebPath:true,
    sUrl:'marathon.html'
},
{   sTitle:'Runner',
    bIsWebPath:true,
    sUrl:'runner.html'
},
{   sTitle:'Dream On',
    bIsWebPath:true,
    sUrl:'dream-on.html'
},
{   sTitle:'More Great Songs',
    bIsWebPath:true,
    sUrl:'greatsongs.html'
},
{   sTitle:'ALICE the MUSICAL',
    bIsWebPath:true,
    sUrl:'alice.html'
},
{   sTitle:'Tranquility',
    bIsWebPath:true,
    sUrl:'tranquility.html'
},
{   sTitle:'Themes',
    bIsWebPath:true,
    sUrl:'themes.html'
},
{   sTitle:'Characters',
    bIsWebPath:true,
    sUrl:'characters.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Alice Information',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
