var fDesc=new Array(); fDesc[0] = "Symbian tool is a useful tool to backup, restore, cleanup, edit, optimize, sterilize Symbian MASS MEMORY storage.

Note: The tools does not work in BLUETOOTH mode, but works only with the phone connected with the USB series cable and the phone must be connected in MASS STORAGE MEMORY mode.

Compatible with Windows XP, VISTA, Win7 Support Symbian 3rd/5th devices."; 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 = ''; } }