var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Web Design',
    'bIsWebPath':true,
    'sUrl':'webdesign.html'
},
{   'sTitle':'Web Hosting',
    'bIsWebPath':true,
    'sUrl':'webhosting.html'
},
{   'sTitle':'Domain Names',
    'bIsWebPath':true,
    'sUrl':'domainnames.html'
},
{   'sTitle':'Add On\'s',
    'bIsWebPath':true,
    'sUrl':'addon.html'
}]
});
