var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Submission',
    bIsWebPath:true,
    sUrl:'page33.html'
},
{   sTitle:'FORUM',
    bIsExternal:true,
    sUrl:'http://www.sayama-alt.com/FORUM/',
    sTarget:'_blank'
},
{   sTitle:'Calendar',
    bIsExternal:true,
    sUrl:'http://sayama-alt.com/sayteawebcal/month.php',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page40.html'
}]
});
