var fDesc=new Array(); fDesc[0] = "NihongoUp is an award-winning Japanese educational game and reviewing tool that will help you study kana, JLPT kanji, vocabulary & grammar faster—and with more fun.

Whether you'll use it on your computer (be it Windows, Mac OSX or Linux), or on-the-go on your iPhone or iPod Touch, you will learn all this and more thanks to our database of over 11,000 hand-picked words & sentences, and regular free feature updates."; 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 = ''; } }