var fDesc=new Array(); fDesc[0] = "Joy Play Tools is a software package which includes 2 main components : js Language Editor and JP Skin Editor.

First component, js Language Editor allows you to make your own dictionary, by adding new words and also allocate them a unique word index number. If js Language Editor contains unnecessary words, you will be able to remove them quickly.

js Language Editor allows you to choose the language, languages available being English and Russian.

The second component is JP Skin Editor. Its main purpose is to change the appearance of Joy Play media player. You will be able to customize the graphical interface of this player, by changing the skin options, such as : color, font, skin name and more."; 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 = ''; } }