var fDesc=new Array(); fDesc[0] = "Infinity Business Cards & ProLabels makes it easy and fun to design your own business cards, labels, and security/ID badges from scratch. This application is loaded with multiple design features and over 5,000 graphics, fonts and templates. Perfect for individuals, small businesses and corporations."; 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 = ''; } }