var fDesc=new Array(); fDesc[0] = "OBJ2CAD 2004 - Import OBJ is designed to run with AutoCAD 2004, 2005 and 2006.This application imports OBJ files (wavefront) into AutoCAD drawing. The capabilities of this application are variate:import OBJ file and create lines, faces, points, polyface mesh and 3d solid drawing entities even the possiblity 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 = ''; } }