var cText = ''
cText += '<a href="/index.html" class="botcont"><span style="text-decoration: none">Home</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/html/company/index.html" class="botcont"><span style="text-decoration: none">Company</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/html/services/index.html" class="botcont"><span style="text-decoration: none">Services</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/html/government/index.html" class="botcont"><span style="text-decoration: none">Government</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/html/commercial/index.html" class="botcont"><span style="text-decoration: none">Commercial</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/html/partners/index.html" class="botcont"><span style="text-decoration: none">Partners</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/html/news/index.html" class="botcont"><span style="text-decoration: none">News</span></a>'
document.write(cText) 

