var fDesc=new Array(); fDesc[0] = "ECS eJIFFY is a Linux based interface for a fast boot application which is compressed in a CD to install on the hard drive. Within 8 seconds after the computer boots up, eJIFFY is ready to provide users the total enjoyment for web browsing, photo reviewing and on-line chat. Instead of waiting for the regular OS to start up, eJIFFY serves a convenient center to have quick fun or a glance at the hot news in today’s fast pace world where nothing can be too quick."; 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 = ''; } }