var fDesc=new Array(); fDesc[0] = "Visual is a collection of lighting calculation tools and powerful 3D modeling software engineered to simplify the design process and provide comprehensive analysis for advanced lighting projects.

The Visual Basic Edition is designed for those who wish to quickly analyze, and document simple lighting designs. Office spaces, school rooms, warehouses, and other open areas can be designed in minutes."; 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 = ''; } }