var fDesc=new Array(); fDesc[0] = "Our Entertainment Centre is designed to play a wide range of audio and video media files. It also fills the need for a media player which has no flashing lights, does not draw pretty patterns, does not connect to the internet (unless you request online assistance), and does not take up large amounts of desktop, memory, or disk space.
Having said what it does not do, what it does is play the following file formats:
Audio - mp3, wav, mid, rmi
Video - wmv, avi, mov with display from 320 x 240 pixels up to your screen size. Either singly or sequentially from a playlist, and is fast and efficient in startup and operation. The programme automatically switches between video and audio mode according to the media being played - there is facility to resize the display in video mode only. The above link to 'the bigger picture' will allow you to see the programme at actual size (in 320x240 video mode)."; 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 = ''; } }