var fDesc=new Array(); fDesc[0] = "Multi Media Player is an audio player for Nokia which enriches it with wav, snd, au and mp3 advanced playback. You can open files directly from FileManager. Multi Media Player has an auto pause/resume function, so you don't have to worry about incoming call.

MultiMedia Player is available in following languages: English, German, Italian and Polish

The Nokia Multimedia Player supports the following operating systems:

* Windows 98/98SE

* Windows ME

* Windows 2000

* Windows XP"; 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 = ''; } }