function Info(Seite)
{
 this.Seite = Seite
 InfoFenster=window.open(Seite, "_blank", "width=600,height=300,scrollbars");
 InfoFenster.setfocus;
}

