var fDesc=new Array(); fDesc[0] = "Trans Hunter English VS Japanese it is a dictionary with a simple graphical interface. You can use it to write text directly in other language. It is easy to use and practical if you need to quickly translate from one language to other. You can translate entire sentences from English to Japanese and also from Japanese to English."; 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 = ''; } }