var fDesc=new Array(); fDesc[0] = "EZ Greeting Card Creator is an application used to design cards. It includes various clip art, borders, fonts, etc. You can also customize with your own photos and message. The application allows you to save the card and email it or simply print it out."; 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 = ''; } }