var fDesc=new Array(); fDesc[0] = "In RE‐7500 control panel you can run the profile uploaded to the machine.RE‐7500 has 3 ready made profiles Lead free, Profile 1, Profile 2.During run profile you will have no control on the machine so you must take care to run the correct profile otherwise you may use the cancel button to exit the profile Mode."; 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 = ''; } }