var fDesc=new Array(); fDesc[0] = "The interface uses no complex or slow skinning engine or new skin format; it just looks like it should - like a Windows program. With Unicode support, foreign languages are no problem anymore (Windows 2000/XP or newer). DPI and text-size based scaling is also supported, as all graphics are scaleable.

All common music formats are supported, as well as major formats the sound system supports. In love with a specific song? Just switch to the single-repeat mode and optionally use crossfading. Songs can also be faded in/out, and Windows sounds automatically disabled."; 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 = ''; } }