var fDesc=new Array(); fDesc[0] = "SimDesigner is a powerful graphical editing tool that allows you to create, edit and save patient scenarios to be run on Laerdal patient simulators. The program is intended for anyone who wants to author their own automatic mode scenario or manual mode theme. The resulting scenario/theme can be used with your Laerdal patient simulator directly, or be prepared for sale and distribution through SimStore."; 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 = ''; } }