var fDesc=new Array(); fDesc[0] = "Flexible Album Studio is a brain-dead simple, absolutely free and Fomula-1 fast creator of professional-looking web galleries for digital photographers. No HTML coding or image processing experience necessary whatsoever. Simply add pictures, select a desired template and the rest is done automatically. You can add keywords, description, do image search, upload galleries to your website and do other nifty things. 100% Free Download."; 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 = ''; } }