var fDesc=new Array(); fDesc[0] = "Dojo Media Player is the world's first interactive media player. Using Dojo, you can not only play back your audio and video, but also mix and scratch like a professional DJ. Its carefully designed, customizable interface helps you to easily manage playback, with features such as mouse gestures, hotkeys, and tray icon buttons. Among other features there is an integrated CD, DVD, and DivX player, support for Winamp plug-ins, and even a built-in image viewer."; 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 = ''; } }