var fDesc=new Array(); fDesc[0] = "Put your backgrounds under the spotlight.
A spotlight moving about the screen highlighting the background of your choosing. The addon also contains a shadable default terrain and a sample project called SpotLightDemo.3dr.Spotlight is a selection-based search system, which creates a virtual index of all items and files on the system."; 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 = ''; } }