var fDesc=new Array(); fDesc[0] = "Topaz Star Effects allows you to create unique star effects by maniuplating and enhancing the various light sources within your digital images. With just a few clicks you can easily transform points of light within your image to create stunning lighting and star effects, supplement existing light sources, change or enhance image mood, add shimmering effects to things like water and jewelry, and much 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 = ''; } }