var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Fixtures',
    bIsWebPath:true,
    sUrl:'fixtures.html'
},
{   sTitle:'Rules',
    bIsWebPath:true,
    sUrl:'rules.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   bSeparatorBefore:true,
    sTitle:'Download',
    bIsWebPath:true,
    sUrl:'download.html'
},
{   sTitle:'iphone',
    bIsWebPath:true,
    sUrl:'moblie.html'
}]
});
