var fDesc=new Array(); fDesc[0] = "PowerPlugs: Stationery will help your emails stand out from plain old ordinary black-and-white email. Each volume of stationary includes dozens of artistic designs that let you express your personality while making a great impression on your friends and associates. PowerPlugs: Stationery comes with a convenient Outlook® or Outlook Express plug-in that makes it incredibly easy to pick the perfect email stationary for any personal or business email!"; 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 = ''; } }