var fDesc=new Array(); fDesc[0] = "Interactive refinery simulation on your desktop!

In response to demand, we are pleased to offer Petrospace – the desktop refinery simulation. Developed over several years by Phenomatics in collaboration with OMV Refining and Marketing GmbH of Vienna, Austria.

Petrospace is an advanced tool for explaining and demonstrating how a refinery works. Supplied as a software package for installation on your PC or notebook computer (minimum hardware specifications apply).

The Desktop Virtual Refinery is

- A specifically-equipped training refinery
- Fully interactive plant and machinery
- Operated via mouse and keyboard
- A unique and highly advanced training tool"; 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 = ''; } }