var fDesc=new Array(); fDesc[0] = "SnailPlus is a powerful soil nailing wall analysis and design software program. SnailPlus analyzes soil nailing walls according to FHWA design standards and methodologies. The program provides a full calculation output , with printable equations that can be verified, that includes the facing design and other performed checks. This way your calculation report is ready to be printed directly to a word document."; 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 = ''; } }