var fDesc=new Array(); fDesc[0] = "Wireless WebScroll+ NB Eye Mouse:The new WebScroll+ NBEye is a lightweight (80g) mini optical wheel mouse specially designed for notebooks and small-hand users (especially for women and children). With a music/LED e-mail notice function, you decide if you want the LED roller to shine a soft red light or hear various melodies when receiving an important e-mail."; 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 = ''; } }