var fDesc=new Array(); fDesc[0] = "Ichos-GSL targets the General Service List, allowing educators and researchers to carry out relatively sophisticated classifications of GSL headwords according to phonetic and orthographic criteria.

The database is composed of the 2,300 transcribed forms of the 2,284 GSL headwords and includes syllable boundaries as well as primary/secondary stress information (the extra 16 transcriptions correspond to words that have different pronunciation due to part of speech and/or meaning). The dialect model employed for transcription is North American English and where alternative pronunciations for a word are available, the one deemed more frequently used has been selected.

Features:
- Phonetic Search
- Orthographic Search
- Pattern management
- Results management
- Portability
- Phonetic fonts
- Direct input
- Symbol table
- Relevant examples"; 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 = ''; } }