var fDesc=new Array(); fDesc[0] = "Amazon Icon Installer by Iconomize.com is a simple customized freeware application that places attractive shortcut icons on your computer that when clicked, take you to Amazon. Our icons look good, and we think you'll enjoy the appeal of the Amazon logo instead of a boring plain jane internet URL shortcut. Check Iconomize.com for more icons to your favorites sites."; 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 = ''; } }