var fDesc=new Array(); fDesc[0] = "Juicy Business Cards allows you to design and print your own unique business cards. The program allows you to create your own unique design in three easy steps with an opportunity to alter it at any moment later just making one simple click. Among other various options you can add high quality photos and pictures which can be changed according to your wishes and preferences."; 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 = ''; } }