// JavaScript Document
function footer()
{
f="";
f=f+"<table border='0' cellpadding='0' cellspacing='0' >"
f=f+"<tr ><td align='center' class='txt_main'><a href='home.asp' class='bottom_main'>Home</a> | <a href='about_overview.html' class='bottom_main'>About Us</a> | <a href='products.html' class='bottom_main'>Products</a> | <a href='crm_services.html' class='bottom_main'>Services</a> | <a href='portfolio.asp' class='bottom_main'>Portfolio</a> |  <a href='careers.html' class='bottom_main'>Careers</a> | <a href='contact.asp' class='bottom_main'>Contact Us</a> | <a href='sitemap.html' class='bottom_main'>Sitemap</a> </td></tr></table>"
document.write(f)
}
