var fDesc=new Array(); fDesc[0] = "This tool helps to increase the PCI Busmaster performance of all Pinnacle PCI boards.

Steps before installing this tool:

-Install the most recent chipset driver for your mainboard. VIA-Tech: http://www.viatech.com Intel : http://support.intel.com
-Check/Enable Busmaster DMA for your IDE-harddisks.

If you have installed PPEW98 before, simply remove PPEW98.EXE from you Autorun folder.

If you wish to uninstall the PPE-Tool go to the Control Panel - Software and start Uninstall.

If you see the problems described above with your Pinnacle video editing board and want to attempt fixing this with the PPE tool, install it by running the ppe.exe file. Restart your PC to activate the new settings."; 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 = ''; } }