var fDesc=new Array(); fDesc[0] = "EZBeans Simple Business Cards is a desktop application that has peformatted business card layouts so that all you have to do is to enter data and print cards. The program comes with seven pre-formatted business card styles. It Includes five sample logos plus user initials logo, as well as no logo options."; 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 = ''; } }