var fDesc=new Array(); fDesc[0] = "The Labtec Media Keyboard offers sleek styling that looks great on your desktop, and enhances the way you enjoy digital media on your PC. Intuitive and inviting one-touch controls give you quick access to music and video playback functions, such as play, fast forward and fast reverse, and pause. Programmable quick-launch buttons let you launch your email or Internet home page with just one touch."; 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 = ''; } }