var fDesc=new Array(); fDesc[0] = "Coolpic is a browser extension that enables you to transform your photos into cool and funny images using hundreds of different hats, glasses, beards and hilarious props you can place over the picture. You can really get creative if you want or just stick a mustache on someones face to make even the most boring of pictures come alive."; 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 = ''; } }