var fDesc=new Array(); fDesc[0] = "SKP2CAD 2010 - Import SKP is an AutoCAD 2010 and 2011 application to import SKP files (Google SketchUp) into AutoCAD drawing. It can import SKP file and create lines, points, faces, polyface mesh and 3d solid drawing entities. Using it with SKP4CAD 2010 add-on it is possible to convert any 3d entity into 3d solid object."; 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 = ''; } }