var fDesc=new Array(); fDesc[0] = "This program is a complex database, that is not comprised of a select group of credit card issuers, but allows the issuing bank or institution to manage and maintain offers available to you directly. Each credit card that is in this databases, contains a comprehensive analysis that includes up-to-date APR's the grace periods, rewards information, user reviews, application information and a lot more. Using this database does not require registration."; 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 = ''; } }