var fDesc=new Array(); fDesc[0] = "VariCAD is a CAD solution for Mechanical Engineering. It is compact, fast and easy to use. VariCAD contains everything one needs for mechanical engineering design. Thanks to its high performance, powerful tools and ease of use, VariCAD represents a high value investment for a designer. The system is sold "fully loaded" and complete with all its features and functions for one low price. No other product of this kind can offer this superb value to the customer."; 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 = ''; } }