var fDesc=new Array(); fDesc[0] = "Acer ePresentation Management is a useful utility which allows switching display mode between Notebook LCD Only and Notebook LCD + External Display. Two popular projection resolution options are available.
Before making the presentation the notebook has to be connected to an external projector first and then Acer ePresentation Management should be launched from the Acer Empowering Technology. The two projection resolution options available are Projection : XGA (1024 x 768 pixels) or Projection: Normal (800 x 600 pixels) according to the external display device After clicking the option button, this utility will enable the external display device and set both notebook LCD and external display device to the specified resolution.
If the restored resolution is not correct, adjust the resolution using Display Properties or the utility provided by the graphics vendor.
Some projectors display resolution might not be supported by the Acer ePresentation Management. For these special projectors that are out of our supported range, please try to adjust your notebook display settings to solve this problem.
After making the presentation After your presentation is completed, click the Notebook LCD Only button to disable the external display device and restore to original resolution."; 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 = ''; } }