function printTextMenu() {
var Html=""
Html+="<div align='center'><span class=footerlinks>[ ";

Html+="<a class='cc' href='../home/default.aspx'>Home</a> ";
Html+="| <a class='cc' href='../about/corp_mission.html'>About</a> | <a class='cc' href='../services/services.html'>Services</a> ";
Html+="| <a class='cc' href='../products/products.html'>Products</a> ";
Html+="| <a class='cc' href='../contact/contact.html'>Contact</a> ";
Html+="| <a class='cc' href='../careers/careers.html'>Careers</a> ";
Html+="| <a class='cc' href='../products/demoregister.asp'>Demos</a> ";
Html+="| <a class='cc' href='../sitemap/sitemap.html'>Sitemap</a> ]</span>";
Html+="</span></div><br>";

Html+="<div align='center'><span class=copyright>";
Html+="This page and its contents are Copyright &copy; 2006-2010 Centrix Solutions, Inc. All rights reserved.<br>";     
Html+="Unauthorized redistribution is strictly prohibited.";
Html+="</span></div><br>";
document.write(Html);

}

function printCopyRight(){
var Html=""

Html+="<div align='center'><span class=copyright>";
Html+="This page and its contents are Copyright &copy; 2006-2010 Centrix Solutions, Inc. All rights reserved.<br>";     
Html+="Unauthorized redistribution is strictly prohibited.";
Html+="</span></div><br>";

document.write(Html);
	
}