var fDesc=new Array(); fDesc[0] = "AlxdDike is a small application for creating the conditional designation of slopes used in drawings. It features three modes of creation of build slopes, the possibility of building a mirror, the ability to change the starting point of building, the construction of a double slope ("mining"), the construction of reinforced slopes, an indication of construction progress, and more."; 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 = ''; } }