var fDesc=new Array(); fDesc[0] = "The XsdToClasses tool is an add-in for Microsoft Visual Studio that automates code generation from XML Schema Definition files (XSD), and allows the programmer to control, tune and override code generation. It works with Visual Studio 2005, 2008, and 2010. Visual Studio Express Editions from 2005 through 2010 are also supported."; 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 = ''; } }