function PopupFenster()
{
 Ponyhof = window.open("popup.htm","Ponyhof","height=520,width=400");
 Ponyhof.focus();
}


function ImpressumFenster()
{
 Impressum = window.open("impress.htm","Impressum","height=400,width=400");
 Impressum.focus();
}
