var fDesc=new Array(); fDesc[0] = "LightUp is a plugin for SketchUp that adds realtime lighting of your model inside the SketchUp window. You can add light sources to your model, backdrops, reflections, and immediately see the results without exiting SketchUp. When its done, you can export your lit model to a compressed file containing your Model, textures and Scenes and share it with others using the free LightUp Player or LightUp Web Player."; 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 = ''; } }