var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Advertising',
    'bIsWebPath':true,
    'sUrl':'advertising.html'
},
{   'sTitle':'Business',
    'bIsWebPath':true,
    'sUrl':'businesses.html'
},
{   'sTitle':'Programs',
    'bIsWebPath':true,
    'sUrl':'programs.html'
},
{   'sTitle':'Software',
    'bIsWebPath':true,
    'sUrl':'software.html'
},
{   'sTitle':'Webhosting',
    'bIsWebPath':true,
    'sUrl':'webhosting.html'
}]
});
