var fDesc=new Array(); fDesc[0] = "My Photo Tab allows you to see your social and other photos on your browser's new tab page. All other users can take advantage of the site's gallery of high quality professional photos, which includes categories ranging from ancient ruins to wildlife to pop art to outer space."; 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 = ''; } }