var cText = ''
cText += '<a href="/index.html" class="topmen"><span style="text-decoration: none">HOME</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/sitemap.html" class="topmen"><span style="text-decoration: none">SITE MAP</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/html/company/contact_us.html" class="topmen"><span style="text-decoration: none">CONTACT US</span></a>'
document.write(cText) 
