var fDesc=new Array(); fDesc[0] = "VectorEngineer Pro-Tools is a complete technical drawing and multi-purpose cad software system that offers all the features required to create accurate professional drawings, working drawings, designs, plans, layouts and diagrams in a quick and easy mouse driven windows environment. Its great for work, home, education and hobbies and best of all - its available now at a special low price or try the free version, it's complete with no limitations, free cad software."; 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 = ''; } }