var fDesc=new Array(); fDesc[0] = "The Tiger Software Suite is a program that makes it easy to get accurate braille translation in seconds. You can insert text and graphics within familiar programs such as Word and Excel and translate with the touch of a button. You can utilize Voiceye, a 2-dimensional barcode that allows individuals to access print information using a smartphone and the free Voiceye application."; 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 = ''; } }