var fDesc=new Array(); fDesc[0] = "Equipped with the right aid you will be, despite a visual impairment, able to apply your talents to the fullest. As a leading manufacturer of electronic aids, Handy Tech offers a wide range of solutions for the Blind and Visually Impaired. Braille displays, Braille note takers, reading systems, Daisy Players, accessibility software and talking mobile phones and other."; 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 = ''; } }