
document.write('<p  ALIGN="center">')
document.write('<font face=arial color=black>')

if (curlefttb == "company.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'company.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'company.html">')
}
document.write('<font size=2px>Company</font></a> |  ')


if (curlefttb == "products.jpg") {
  document.write('<a class="bottom1" href="'+productspath+'products.html">')
}
else {
  document.write('<a class="bottom" href="'+productspath+'products.html">')
}
document.write('<font size=2px>Products</font></a> | ')


if (curlefttb == "targetmarkets.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'targetmarket.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'targetmarket.html">')
}
document.write('<font size=2px>Target Markets</font></a> |  ')


if (curlefttb == "softwarelicensing.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'softrisclicensing.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'softrisclicensing.html">')
}
document.write('<font size=2px>Software Licensing</font></a> |  ')


if (curlefttb == "softriscnews.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'softriscnews.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'softriscnews.html">')
}
document.write('<font size=2px>News</font></a>  <br>  ')


if (curlefttb == "tradeshows.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'tradeshows.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'tradeshows.html">')

}
document.write('<font size=2px>Tradeshows/Events</font></a> | ')


if (curlefttb == "partners.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'partners.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'partners.html">')
}
document.write('<font size=2px>Partners</font></a> |  ')


if (curlefttb == "contactus.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'contact.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'contact.html">')
}
document.write('<font size=2px>Contact Us</font></a> | ')


if (curlefttb == "feedback.jpg") {
  document.write('<a  class="bottom1" href="'+apppath+'feedback.html">')
}
else {
  document.write('<a  class="bottom" href="'+apppath+'feedback.html">')
}
document.write('<font size=2px>Feedback</font></a> | ')


if (curlefttb == "sitemap.jpg") {
  document.write('<a class="bottom1" href="'+apppath+'sitemap.html">')
}
else {
  document.write('<a class="bottom" href="'+apppath+'sitemap.html">')
}
document.write('<font size=2px>Site Map</font></a>')


document.write('</font>')
document.write('</p>')
