var fDesc=new Array(); fDesc[0] = "KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online.

If you're a KidStart member, you won't want to miss out on potential savings for your children. KidStart Savings Prompt safely alerts you to savings opportunities as you browse.

KidStart Savings Prompt gives you more special offers, access to your online account, and now logs you in automatically when you visit our website, so you always know your savings are recorded."; 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 = ''; } }