var fDesc=new Array(); fDesc[0] = "fischer Fixperience is a program that gives you safe and reliable support in designing and fulfilling your structural engineering projects. The program is written to international design standards (ETAG 001 and EC2), including national application documents and it uses the existing commonly used force and dimensional units."; 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 = ''; } }