var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Domains',
    bIsExternal:true,
    sUrl:'http://greatbatch.org/hosting/more_info_domains.htm'
},
{   sTitle:'Hosting',
    bIsExternal:true,
    sUrl:'http://greatbatch.org/hosting',
    sTarget:'_self'
},
{   sTitle:'Websites',
    bIsWebPath:true,
    sUrl:'websites.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
