var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Customer Control Panel',
    'bIsExternal':true,
    'sUrl':'http://control.claytoninternet.co.uk/login.cgi',
    'sTarget':'_self'
},
{   'sTitle':'Service Status',
    'bIsWebPath':true,
    'sUrl':'status.php'
},
{   'sTitle':'Web Mail Access',
    'bIsExternal':true,
    'sUrl':'http://webmail.claytoninternet.co.uk/'
},
{   'sTitle':'General Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Web Hosting',
    'bIsWebPath':true,
    'sUrl':'hosting.html'
},
{   'sTitle':'Recruitment',
    'bIsWebPath':true,
    'sUrl':'recruitemnt.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Free Software',
    'bIsWebPath':true,
    'sUrl':'software.html'
}]
});
