var fDesc=new Array(); fDesc[0] = "Amazon is known for its huge product catalog and information content on products. Amazon PriceWatcher makes searching more comfortable by enabling fast access to the amount of data of all Amazon stores (US, UK, Germany, France, Canada and Japan) in one compact user interface. Here from you are able to search in nearly all categories (Books, Popular Music, Classical Music, DVDs, Software, Video Games, Electronics, Apparel, etc.). You can add products into a library and with a single click Amazon PriceWatcher will update prices of all items stored in that library."; 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 = ''; } }