var fDesc=new Array(); fDesc[0] = "iRobosoft Word is for people who want a great text editor! It is fast yet has lots of features and it looks quite nice!
iRobosoft Word also provides users with an integrated Web Browser, Media Player, Calendar, Calculator and Alarm Clock. This way, you will have quick access to your favorite media."; 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 = ''; } }