var fDesc=new Array(); fDesc[0] = "Xion Audio Player is an ultra light and easily skinnable audio player that features a new standard in skin support. Xion's unique system will directly read a .PSD file and using layer names, instantly bring your skin to life. Xion Audio Player also supports direct loading from Zip files which allow you to package several .PSD files into the one package. This has the added benefit of being compressed and therefore consumes less disk space."; 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 = ''; } }