var fDesc=new Array(); fDesc[0] = "nMRE(MAUI Runtime Evironment) is an application development platform created by Mediatek. MRE can download and run small application for playing games, sending messages, and sharing photos etc.MRE includes lots of features such as APIs for SMS/MMS, Audio/Video, Socket/HTTP and GPS/Cell, as well as new UI engine(Venus), and more."; 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 = ''; } }