var fDesc=new Array(); fDesc[0] = "3wPlayer is one of the most advanced but still userfriendly Media Players on the market today. 3wPlayer offer a great amount of features and ability to play both Music and Video files at its best quality.

3wPlayer allows you to play almost any kind of media format, both movies and music files. You have the ability to create a playlist with your favourite songs and enjoy the great sound or watch movies with crystal clear picture. 3wPlayer has no advanced settings, everything is handled "behind the scene" as the prioritate giving to you, a user friendly program and a great media experience."; 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 = ''; } }