var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.php'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'php/aboutus.php'
},
{   'sTitle':'Happy Hen Product',
    'bIsWebPath':true,
    'sUrl':'php/product.php'
},
{   'sTitle':'Eggformation',
    'bIsWebPath':true,
    'sUrl':'php/info.php'
},
{   'sTitle':'Recipes',
    'bIsWebPath':true,
    'sUrl':'php/recepies.php'
},
{   'sTitle':'Go Green',
    'bIsWebPath':true,
    'sUrl':'php/green.php'
}]
});
