var fDesc=new Array(); fDesc[0] = "DeltabeamDraw – Easy way to draw Deltabeams
DeltabeamDraw program makes AutoCad blocks e.g. to layout drawings. Program makes top-, side- or end view blocks from Deltabeams. Standard beam types can be chosen from the menus. User can also define the length of beams and angle of the skew ends. DeltabeamDraw can be used with AutoCAD and AutoCAD LT programs."; 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 = ''; } }