var fDesc=new Array(); fDesc[0] = "USU is operating system for PC. Unlike some other popular operating systems (like Windows, or Mac OS) it is completely free to download, use, modify and share.

It is created with the idea to be useful in the educational sphere, and to be ready for everyday use.

USU Desktop is the most completed edition. It contains substantially increased number of various applications. This edition has a strong focus on the possibility of being used in education. It includes a few dozens of high quality educational applications. USU Desktop can be easily integrated in any school, because of its completely free license."; 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 = ''; } }