var fDesc=new Array(); fDesc[0] = "With Picolino you can share your photos and images with friends. Picolino allows you to show your photos to anyone: Share it with friends, family members or publish it on the web. You may set a password if you want to control who can access your albums."; 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 = ''; } }