// JavaScript Document

function oW()
{
   w = window.open('about:blank', 'ergebnis', 'width=500,height=300');
   w.focus();
} 

