var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Online File Storage',
    bIsWebPath:true,
    sUrl:'online_file_store.html',
    sTarget:'_self'
},
{   sTitle:'Domains',
    bIsWebPath:true,
    sUrl:'domain_name_registration.html',
    sTarget:'_self'
},
{   sTitle:'Web Hosting',
    bIsWebPath:true,
    sUrl:'web_space.html',
    sTarget:'_self'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'web_design.html',
    sTarget:'_self'
}]
});