var fDesc=new Array(); fDesc[0] = "The Remote Master is the software you must have to manipulate the Media Pointer E540 device. You have the possibility to browse files like Power Point presentations, pdf etc. Media Pointer E540, features 2.4 GHz wireless technology and is compatible with a notebook 54mm express card slot. Just plug and play and you can use complete presentation functions: laser pointer, page up/down and full/blank screen."; 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 = ''; } }