var fDesc=new Array(); fDesc[0] = "Joli OS is an Ubuntu-based Linux operating system developed by Jolicloud. With Joli OS you can turn any computer up to 10 years old, into a new one. Using this OS you can navigate on web and instantly connect to all your web apps, files and services by simply using the computer that you already own. With Joli OS you can bring your old PC back to life and create a perfect computer for internet use."; 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 = ''; } }