var fDesc=new Array(); fDesc[0] = "Media XW's project goals are to add numerous media formats to windows and to provide an quick and easy method to install and configure the media formats. The project is written in C and is released under the GPL and LGPL licenses, the source code can be downloaded using one of the scripts found in the download section"; 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 = ''; } }