var fDesc=new Array(); fDesc[0] = "Calling desktop Pc software for your Nokia mobile phone with Symbian 60. It is compatible with Nokia from the model N70 with the Symbian 60 second edition through the model Nokia - X6 with 16GB with the Symbian 60 fifth edition.

Main features :

-audio tunning wizzard
-address book
-call log"; 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 = ''; } }