var fDesc=new Array(); fDesc[0] = "Alice 3 is the newest installment of the Alice programming language. It has all of the features that have made Alice an exciting and creative first programming experience with an added emphasis on object-oriented concepts. Alice 3 has a new rich gallery of models that includes everything you need to spark your creativity including a full Sims character builder. The new gallery has been built upon a shared class joint structure allowing you to share animations between different characters of the same type. In addition, it supports a number of great features to assist in a full transition to the Java programming language including viewing the generated Java code in a side by side window and even exporting your world into NetBeans to be able to extend the functionality by coding Alice worlds directly in Java."; 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 = ''; } }