var fDesc=new Array(); fDesc[0] = "SlimMate 3000: Wireless SlimMate 3000 combines a slim multimedia keyboard and a mini optical mouse to upgrade working efficiency as well as productivity. Also, with 12 convenient hot keys, it allows instant access to the Internet and multimedia features that make operation more
enjoyable. In addition, the SlimMate 3000 keycap design
features great tactile feedbacks with its unique low-profiled key structure. This is a leading-edge design and is beyond any imagination for keyboard innovations."; 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 = ''; } }