var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Computer Lease',
    'bIsWebPath':true,
    'sUrl':'computer-lease.html'
},
{   'sTitle':'Web Site Design',
    'bIsWebPath':true,
    'sUrl':'web-design.html'
},
{   'sTitle':'Domains For Sale',
    'bIsWebPath':true,
    'sUrl':'domains.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
