var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.php'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.php'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.php'
}]
});