var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'PuzzleThemes.htm'
},
{   sTitle:'Printable Puzzles',
    bIsWebPath:true,
    sUrl:'PuzzleBooks.htm'
},
{   sTitle:'Syndication',
    bIsWebPath:true,
    sUrl:'syndication.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});