var fDesc=new Array(); fDesc[0] = "GstarCAD Standard is an inventive and cost effective 2D drafting and design software to convey the actual dimensional information pertinent to the manufacturing processes with incredible efficiency and surprising affordability.

This 2D CAD software enables architectural, mechanical and electrical engineers and construction firms to enhance productivity by keeping abreast with the latest international mainstream CAD technologies."; 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 = ''; } }