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

