var fDesc=new Array(); fDesc[0] = "CSS HTML Validator protects your privacy because it doesn't send your HTML and CSS documents over the Internet. This also means that no Internet access is required. CSS HTML Validator features an unusually powerful custom syntax checking engine that is specifically designed to check HTML, XHTML, CSS, SEO, and more.

CSS HTML Validator is for web professionals, webmasters, corporations, government agencies, individuals, teachers, students, non-profit organizations, or anyone with a website. It's guaranteed to improve your website or your money back."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }