var fDesc=new Array(); fDesc[0] = "Converts PowerPoint files, JPEG images, and other files and creates slides that can be displayed with the viewer function of the projector. Captures portions of the image from the screens of word processors, spreadsheets, browsers, and other programs for use in presentations. By saving the created slides on a flash memory card (*1) and inserting the card into the PC Card slot of the projector, the slides can be projected to the screen without connecting a personal computer."; 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 = ''; } }