var fDesc=new Array(); fDesc[0] = "Web SDK Simulator is a full suite of products that support Nokia Mobile web development from simple project creation through coding, debugging, previewing, deployement and help. While we strive to make the Web SDK, perfect, there are still a few glitches. At the end of the day, we hope you find that the Web SDK has made your life a little easier, more productive and maybe even help make creating Nokia Web Apps, fun."; 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 = ''; } }