var fDesc=new Array(); fDesc[0] = "GBosLaser is a program that helps you draw models for cutting, engraving and marking for Gbos machines. The program supports node edit and enables users to conveniently adjust graphs. It includes advanced editing functions, such as translation, rotation, mirror image, stretching, shear mapping, alignment, cloning, arrangement, gradient treatment, etc. The program supports various formats, like PLT, DXF, DST, DSB, AI, BMP and OUT."; 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 = ''; } }