var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About the Author',
    bIsWebPath:true,
    sUrl:'Page 2.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Page 3.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'Page 4.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Page 5.html'
}]
});
