var fDesc=new Array(); fDesc[0] = "Tell you friends and family exactly what you want! Once you install I Want This all you have to do is go on your favorite shopping sites to add items to your wishlist. Share items to your Facebook wall so friends know to buy them for you!The best part about having a wishlist is when someone actually gets you something on the list! With I Want This! you can choose to have the items that you add automatically post to your Facebook wall, letting friends & family know what to get."; 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 = ''; } }