var fDesc=new Array(); fDesc[0] = "MediaChest is an attempt to provide a centralized access to a personal collection of media files from anywhere. MediaChest gives not only a simple access, it gives a fast access to only medias you want to listen, or view now and then. You are not limited to a particular platform or an application. It doesn't matter what system or software you are using, as long as your system capable to run Java, or has a web browser."; 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 = ''; } }