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> ";
Html+="| <a class='cc' href='../Services/ProjectSampler.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);
	
}