var fDesc=new Array(); fDesc[0] = "XPlayer is an extremely fast and light-weight multimedia player that plays back all types of media files, which include avi, mpg, asf, wmv, wav, mp3....Main Features: * extremely light-weight * extremely fast * Easy to use * Support No-Skin for extreme performance * Support taskbar playback * Support play list * Multilingual * Drag & drop support * Command line support * Custom playback rate * Support real video and quicktime file formats with the right codec (real alternative for example) * and lots of other features not listed here, try it out. * NO adware/spyware, NEVER Support Languages: * Brazilian Portuguese * Catalan * Chinese Simplified * Chinese Traditional * Danish * Dutch * English * French * German * Hebrew * Hungarian * Italian * Japanese * Norwegian * Polish * Romania * Russian * Thai * Solvak * Spanish * Swedish * Ukrainian"; 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 = ''; } }