function Maps(f,x,w,h)
{
 optio=("width="+w+",height="+h+",scrollbars=no");
 MeinFenster=window.open("",f,optio);
 MeinFenster.location=x;
 MeinFenster.focus();
}
