var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Rules of the Game',
    bIsWebPath:true,
    sUrl:'therules.html',"childArray" : [
    {   sTitle:'ROTG Sample',
        bIsWebPath:true,
        sUrl:'rotgsample.html'
    }]
},
{   sTitle:'Other Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
