var fDesc=new Array(); fDesc[0] = "UTman is an application designed for Rapid UT training. It features an ultrasonic simulation for Weld inspection practice. The program will help you improve your UT inspection skills providing multiple UT sets and multiple probe angles. By using UTman you will get to understand TOFD scan and AUT with TOFD / AUT Strip and Map."; 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 = ''; } }