var fDesc=new Array(); fDesc[0] = "The Polyphonic Wizard has been designed to be very easy to use!

The Wizard is a software program for your PC that allows you to add a ringtone, picture (wallpaper) or Java Midlets (game) to your phone without any additional cables or sms services.

All you need is your PC, your phone and the Polyphonic Wizard. You can then add new ringtones to your phone without 'paying per ringtone'."; 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 = ''; } }