var fDesc=new Array(); fDesc[0] = "Xion Audio Player is an ultra light and easily skinnable Audio Player.

Xion Audio Player features a new standard in skin support. Baffled by script syntax? Pulling your hair out over slicing up skin elements? Finding skinning just way too complicated?

Xion's approach to skinning will remove all scripting and slicing requirements that other skin systems have placed on users. Xion Audio Player 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 in the one package. This has the added benefit of being compressed and therefore consumes less disk space.

Xion Audio Player is ultra light and only consumes minimal amounts of RAM and CPU."; 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 = ''; } }