var fDesc=new Array(); fDesc[0] = "XBMC Media Center is an open source media player an entertainment hub that allows users to play and view most videos, music, podcasts and other digital media files from local and network storage media and the Internet. It can play all your music including MP3, FLAC, WAV and WMA formats. You can also import pictures into a library and browse the different views, start a slideshow, sort or filter them all using your remote control."; 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 = ''; } }