var fDesc=new Array(); fDesc[0] = "RadLab is an add-on for Photoshop that simplifies photo effects. RadLab eliminates the guesswork by giving you thumbnail previews of all the Stylets and Recipes in your library. Stylets are little modules of style. They’re the effects that you apply to your photos. Every stylet has its own set of controls that allow you to tweak the way it behaves."; 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 = ''; } }