var fDesc=new Array(); fDesc[0] = "TMXValidator checks the validity of your TMX documents in any platform.
TMXValidator checks your documents against TMX DTD and also verifies if they follow the requirements described in TMX specifications.
TMXValidator users can inspect the source code to understand why the program complains at an error in a TMX file or to confirm a bug/omission in the validator program."; 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 = ''; } }