var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'FLORISTRY',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'USA FLORIST',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'WORLD FLORIST',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'NEWSLETTER',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
