var fDesc=new Array(); fDesc[0] = "TechSoft VCarve is a program that allows you to work with your CNC miller/router. It allows you to create an exciting 3D carving from a simple 2D image. The application has a range of drawing tools of its own and can import various vector formats. It enables you to design into wooden furniture to create decorative panels or to add that extra special finishing touch."; 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 = ''; } }