var fDesc=new Array(); fDesc[0] = "ALTAIR is a free software designed for blind, low vision ( weak sight ) or deaf-blind users. ALTAIR is a text editor, mailer and browser with speech synthesizer and outputs to Braille displays. Font size can be enlarged and font and background color can be changed for people with low vision."; 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 = ''; } }