var fDesc=new Array(); fDesc[0] = "LightShop offers advanced lighting techniques for adding stars and glow effects to images. The program helps you create various light effects: flares on the sun, lights from distant planets and stars, alien signs blazing in the night sky, a colorful rainbow over a city, reflections in raindrops, fireworks, and more. Also, it provides complete control over the light effects, allows you adjust the effect area, its fading, color, brightness, and opacity."; 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 = ''; } }