document.write(
'<table width="100%" border="0" cellspacing="0" cellpadding="2">'+
       '<tr align="center">'+
          '<td height="5" background="images/footer_sep.gif"></td>'+
		  '</tr>'+
	    '<tr align="center">'+
          '<td class="bottomlinks"> <a href="javascript:onClick=history.go(-1);"><br><img src="images/back.gif" width="26" height="23" name="back" border="0"></a>'+
            '&nbsp;&nbsp; <a href="#top"><img src="images/top.gif" width="28" height="23" name="up" border="0"></a>'+
            '<br>'+
            '<a href="aboutus.htm" class="bottomlinks">About Us</a> | <a href="casestudies.htm" class="bottomlinks">Case'+
            'Studies</a> | <a href="products.htm" class="bottomlinks">Products</a>'+
            '| <a href="news.htm" class="bottomlinks">News</a> | <a href="careers.htm"class="bottomlinks">Careers</a>'+
            '| <a href="contactus.htm" class="bottomlinks">Contact Us</a> | <a href="sitemap.htm" class="bottomlinks">Site'+
            'Map </a>| <a href="index1.htm" class="bottomlinks">Home</a><br>'+
            '<a href="microsoft.htm" class="bottomlinks">Microsoft</a> | <a href="j2ee.htm" class="bottomlinks">J2EE</a>'+
            '| <a href="coldfusion.htm" class="bottomlinks">ColdFusion</a> | <a href="client_server.htm" class="bottomlinks">Client'+
            'Server </a> | <a href="it_consulting.htm" class="bottomlinks">IT Consulting</a>'+
            '| <a href="isp_services.htm" class="bottomlinks">ISP Services</a>'+
            '| <a href="call_center.htm" class="bottomlinks">Call Center</a></td>'+
        '</tr>'+
        '<tr align="center">'+ 
          '<td class="bottomlinks"><br>'+
            'Copyright © 2003 Cybersoft Technologies Inc. All rights reserved.<br>'+
            'For suggestions and problems please contact <a href="mailto:webmaster@cybersoft-tech.com">webmaster@cybersoft-tech.com</a><br>'+
            'All logos are the trademarks of respected companies.</td>'+
        '</tr>'+
      '</table>'
);