function preise()
    { preis   = window.open('pdf/preise2004.PDF','','width=800, height=600');
      zahlung = window.open('zahlung.htm','','width=300, height=450');
      preis.moveTo(50,50);
      zahlung.moveTo(350,150);
    }
