var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Control Panel Demos',
    bIsWebPath:true,
    sUrl:'control_panel.html',
    sTarget:'_self'
},
{   sTitle:'Web Hosting',
    bIsWebPath:true,
    sUrl:'web_space.html',
    sTarget:'_self'
},
{   sTitle:'File Storage',
    bIsWebPath:true,
    sUrl:'online_file_store.html',
    sTarget:'_self'
},
{   sTitle:'Domain Names',
    bIsWebPath:true,
    sUrl:'domain_name_registration.html',
    sTarget:'_self'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'web_design.html',
    sTarget:'_self'
},
{   sTitle:'Broadband',
    bIsWebPath:true,
    sUrl:'broadband.html',
    sTarget:'_self'
},
{   sTitle:'Email Hosting',
    bIsWebPath:true,
    sUrl:'email_hosting.html',
    sTarget:'_self'
}]
});