var fDesc=new Array(); fDesc[0] = "OpenValidator is a validation tool for web developers that lets you know if your web pages are displaying properly across different browsers and languages.

The reason for this is it ensures your code complies with International Standard ISO/IEC 23026-2006(E) which is the level that all websites should comply with in order to display properly across browsers and languages.

OpenValidator simply takes a URL address and analyzes errors and inconsistencies, highlighting any problems that may be causing your page not to load properly. It then allows you to edit the code in real time, undo and redo."; 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 = ''; } }