var fDesc=new Array(); fDesc[0] = "The MediaPlayer is one of core applications in Sally. With each release they add new functions and features based on user requests to the application. It will play your music or videos and you can create playlists. From the very beginning they designed the complete UI theme able. So you can choose how Sally should look for you. By changing to another theme you get a complete new feeling of Sally. A design will modify the way how buttons, dropdown boxes and font are drawn and it can also exchange the icons 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 = ''; } }