var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'                                 ',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Hosting',
    bIsWebPath:true,
    sUrl:'hosting.html',
    sTarget:'_self'
},
{   sTitle:'Customers',
    bIsWebPath:true,
    sUrl:'customers.html',
    sTarget:'_self'
},
{   sTitle:'Webshops',
    bIsWebPath:true,
    sUrl:'webshops.html',
    sTarget:'_self'
},
{   sTitle:'Marketing',
    bIsWebPath:true,
    sUrl:'marketing.html',
    sTarget:'_self'
},
{   sTitle:'Datacentre',
    bIsWebPath:true,
    sUrl:'datacentre.html',
    sTarget:'_self'
},
{   sTitle:'Offers',
    bIsWebPath:true,
    sUrl:'offers.html',
    sTarget:'_self'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'webdesign.html',
    sTarget:'_self'
},
{   sTitle:'System Status',
    bIsWebPath:true,
    sUrl:'status.html',
    sTarget:'_self'
}]
});
