var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Web Sites',
    bIsWebPath:true,
    sUrl:'websites.html',
    sTarget:'_self'
},
{   sTitle:'Basic',
    bIsWebPath:true,
    sUrl:'basic.html',
    sTarget:'_self'
},
{   sTitle:'Informative',
    bIsWebPath:true,
    sUrl:'informative.html',
    sTarget:'_self'
},
{   sTitle:'E-Commerce',
    bIsWebPath:true,
    sUrl:'e-commerce.html',
    sTarget:'_self'
},
{   sTitle:'Professional',
    bIsWebPath:true,
    sUrl:'professional.html',
    sTarget:'_self'
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'service.html',
    sTarget:'_self'
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html',
    sTarget:'_self'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about_us.html',
    sTarget:'_self'
}]
});