var fDesc=new Array(); fDesc[0] = "Goozoku is a simple yet powerful dictionary wherewith you will be able to translate any word from and to the following languages: Japanese, English, French, Russian, German and Dutch. This versatile application can help you a lot, specially if you need a quick translation of any word into any of those languages.

Within its easy-to-use interface, you will be able to search any word, using two search types. An exact search can be done if you tick the option "Exact", and Gozoku will return definitions which contain your exact words. Besides, if this option is enabled, the dictionary will work very fast. A Broad search in turn (Exact unchecked) will return definitions in which only parts of the words match yours. This will make the word 'cat' for example, match completely unrelated words like 'education', but this option is useful if you don't know the exact spelling of a word or if an exact search brings up no results. Broad searches may take longer to complete depending on the amount of definitions they return.

Another simple but handy feature is that, in case you wish to go back to a past search at any time, clicking the down arrow will show your latest twenty searches. Saving history between sessions can be turned off in Options if you have privacy concerns."; 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 = ''; } }