var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Domain Names',
    'bIsWebPath':true,
    'sUrl':'domainname.html'
},
{   'sTitle':'Hosting',
    'bIsWebPath':true,
    'sUrl':'page16.html'
},
{   'sTitle':'Design',
    'bIsWebPath':true,
    'sUrl':'design.html'
},
{   'sTitle':'Examples',
    'bIsWebPath':true,
    'sUrl':'examples.html'
},
{   'sTitle':'Tools',
    'bIsWebPath':true,
    'sUrl':'links.php'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
