var fDesc=new Array(); fDesc[0] = "FlashGlyph is a program for learning Ancient Egyptian hieroglyphs. It contains a database of images of 256 phonological literals and determinatives and over 700 wordsigns, based mostly on the vocabulary lists in James Hoch's Middle Egyptian Grammar. This version includes an option to print paper copies of the signlists, to make hard-copy flashcards you can take on the road with you. The application runs on Windows 95 or later. It requires the Transliteration font, which is included in the ZIP file."; 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 = ''; } }