var fDesc=new Array(); fDesc[0] = "CASLab Linux is a new live distribution, based on Ubuntu 10.04.1 and is available for x86 only. The CASLab Linux is meant to provide students with the tools they need to work on assignments from home.

CASLab Linux is a computer operating system based on the Ubuntu. It is designed primarily for use on personal computers, especially for students. It integrates an entire set of helpful tools and offers an easy way to manage your tasks. Also, an excellent graphical user interface was designed to improve a quick access to your useful tools."; 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 = ''; } }