var fDesc=new Array(); fDesc[0] = "Rainy Daze is a program that gives you the power to envelop your photos in a soft mist's romantic glow, wash your landscapes clean of imperfection and bring drops of meaning, large and small, fast or smooth, to your personal expression. It also offers you easy-to-use slider controls to adjust light, contrast and texture."; 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 = ''; } }