var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Information',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'How To Order',
    bIsWebPath:true,
    sUrl:'order.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
}]
});
