var fDesc=new Array(); fDesc[0] = "SofTutor AutoCAD 2D & 3D contains over 5.5 (for 2D) and 3 (for 3D) hours of video instruction covering 200 topics and 145 AutoCAD tutorials with corresponding follow along example files. SofTutor AutoCAD 2D & 3D offers you the possibility to learn AutoCAD in a few hours."; 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 = ''; } }