var fDesc=new Array(); fDesc[0] = "This table shows the voice synthesisers that come with each language version of Dolphin Guide and, where available, a link to listen to a sample MP3 of that voice. Dolphin Guide reads everything out aloud, so you can never get lost or confused, which means that you can gain confidence every step of the way. Guide provides a simple, easy computing experience, either using simple keyboard and mouse operations or voice activation. Guide can also magnify the information on every screen, as well as giving help with any function at the press of a button."; 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 = ''; } }