var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Poker rules',
    bIsWebPath:true,
    sUrl:'poker_rules.html'
},
{   sTitle:'Strategy',
    bIsWebPath:true,
    sUrl:'strategy.html'
},
{   sTitle:'Sexy girls',
    bIsWebPath:true,
    sUrl:'sexy_girls.html'
},
{   sTitle:'Poker rooms',
    bIsWebPath:true,
    sUrl:'poker_rooms.html'
}]
});
