function OpenWindow(a,x,y)
{

var wd = window.open(a, "Fenster1", "width="+x+",height="+y+",left=250,top=220,scrollbars=no");

}


