var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'about',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'hand book',
    'bIsWebPath':true,
    'sUrl':'hbook.html'
},
{   'sTitle':'contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Magazine Covers',
    'bIsWebPath':true,
    'sUrl':'magazinecovers.html'
},
{   'sTitle':'member info',
    'bIsWebPath':true,
    'sUrl':'memberinfo2.html'
},
{   'sTitle':'Area2',
    'bIsWebPath':true,
    'sUrl':'area2.php'
},
{   'sTitle':'admin',
    'bIsWebPath':true,
    'sUrl':'admin.php'
}]
});
