﻿// JScript File
function OpenWindow(url, top, left, width, height)
{
    this.Window = window.open(url,'Fenster','top=' + top + ',left=' + left + ',height=' + height + ',width=' + width + ',toolbar=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes');
}