var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Web Design',
    'bIsWebPath':true,
    'sUrl':'webdesign.html'
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'portfolio.html'
},
{   'sTitle':'Hosting',
    'bIsWebPath':true,
    'sUrl':'hosting.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
