var fDesc=new Array(); fDesc[0] = "FlashDWG allows you to create animation of DWG/DXF files. DWG to Flash converter makes it easy to share and publish AutoCAD drawings on web. You can choose the layout you want to convert and set the output size and background that support 256 colors/grey and black/white."; 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 = ''; } }