var fDesc=new Array(); fDesc[0] = "YAP is a replacement for the standard Windows Media Player. It is a very small download and requires no installation, but has many more (useful) features than most, if not all other media players. YAP is simple to use; the most commonly used functions are only a single key press away or a couple of mouse clicks. But also has some very powerful features."; 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 = ''; } }