var fDesc=new Array(); fDesc[0] = "Just as Spoken is a tool for phonetic transcription. It allows you to insert phonetic symbols into your Microsoft Word, Excel, PowerPoint or OpenOffice documents in a very easy way. All phonetic symbols of the International Phonetic Alphabet (Rev. 1996) are included (except for a few accent symbols).

The symbols are included as high-quality TrueType fonts and can therefore be used in every Microsoft Windows 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 = ''; } }