Hello, I have a windows application called Anita (terminal emulation sofware from www.april.se) that runs just fine on Linux with WINE. The problem is that Anita needs to open an HTML page and display a PDF file. It works on Windows - terminal emulation software displays the PDF file without any problems but it doesn't work on linux. It displays a blank page. My guess is because on Windows Anita is using MS Internet explorer to display the PDF, while under linux the same call "iexplore test.html" will invoike Gecko. Can I install MS internet explorer AND replace Gecko with MS internet explorer, so when I type "wine iexplore" MS internet explorer is launched, not Gecko? Thank you for your help in advance!!!