var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Buy Domain Names',
    bIsWebPath:true,
    sUrl:'buydomainnames.html'
},
{   sTitle:'Advertise',
    bIsWebPath:true,
    sUrl:'advertise.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
