var fDesc=new Array(); fDesc[0] = "With Nokia Multimedia Factory, you can create multimedia messages on your PC and send them through your phone. When you have your PC keyboard to hand, composing messages enhanced with images, videos, and audio clips is comfortably quick and easy.


Nokia Multimedia Factory offers:

* Easy creation of multimedia messages on the PC
* A smooth solution for sending completed messages via your connected phone
* A wide range of configuration options for converting images, audio, and video."; 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 = ''; } }