var fDesc=new Array(); fDesc[0] = "Light Alloy is a compact media player designed to help you play most of the popular multimedia formats. Contains an expandable list of online radio stations which you can play and record, and a list to store your favorites. You also can watch Blu-Rays and DVDs with Light Alloy, but only if they are not encrypted"; 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 = ''; } }