var fDesc=new Array(); fDesc[0] = "'Hiragana Tiles' is a simple game designed to allow for rapid learning of the most basic of Japanese symbol sets.

Hiragana consists of well over forty characters, which correspond to Latin vowels and syllabi. The game is designed to allow for learning of the sounding of the Hiragana symbols. These are indicated to the player and the recognition of the symbols is learned through the method of searching for the similarities of tiles used."; 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 = ''; } }