var fDesc=new Array(); fDesc[0] = "Realizzer 3D is a real-time lighting and laser visualization software that allows you to create photo-realistic designs and instantly view your light show in real-time on your PC. The program has a comprehensive library with many 3D models included such as Truss, Decorations and Stages, and more. You can simulate complete laser and video installations; import custom created 3D models in over 20 formats; create highly realistic videos rendered in full HD to present your show designs; and more."; 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 = ''; } }