var fDesc=new Array(); fDesc[0] = "This program will enable you to view the product code for the corresponding Nokia model. You can use this information as a reference in downloading flash file. You can use PHONIX in downloading flash file. This program will also show you the platform used for the corresponding model.

For ex. for 6300 the platform is series 40 3rd edition."; 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 = ''; } }