var customnavtree15 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html'
},
{   sTitle:'E Commerce',
    bIsWebPath:true,
    sUrl:'ecommerce.html',
    sTarget:'_self'
},
{   sTitle:'Domains',
    bIsWebPath:true,
    sUrl:'domhost.html'
},
{   sTitle:'Hosting',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'domhost.html#Reliable',
    sTarget:'_self'
},
{   sTitle:'Seo',
    bIsWebPath:true,
    sUrl:'seo.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});