var fDesc=new Array(); fDesc[0] = "Hitachi’s Software Application, ‘PJTransfer’ (Projector File Transfer Tool) allows you to transfer files across your LAN to an external or embedded memory device for playback with your MIU enabled Hitachi LCD Projector*.
Files are transferred and then stored in either:
- A USB storage device connected to the USB port of your Hitachi LCD Projector
- An SD Memory Card inserted in the SD Card slot of your Hitachi LCD Projector"; 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 = ''; } }