var fDesc=new Array(); fDesc[0] = "Enjoy Alambik's multi-content audiovisual productions within a native standalone window or audiovisual productions embedded within an HTML browser. With Alambik, you can view and interact with 3D, 2D and sound on the Web. Alambik is a real-time, software-only, multiplatform scripting language. Check out the Alambik.com Gallery for samples and animations and Alambik Script 4.0 Editor"; 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 = ''; } }