var fDesc=new Array(); fDesc[0] = "This is a Windows application, developed to allow a one step, page by page, automated validation of an entire web project (XHTML & CSS), and to review the quality by carrying out over 30 additional tests. Tests can be switched on and off, and they allow to prioritise and to focus on specific aspects of a website quality assurance. All test results can be exported or saved for use at a later time."; 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 = ''; } }