var fDesc=new Array(); fDesc[0] = "HootList is a neat little tool designed to keep watch over products you want to buy, and alert you when they go on sale.

The HootList owl will appear beside the price of the product you wish to buy. To add a product to the HootList click on the owl."; 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 = ''; } }