function NeuesFenster(url) 
{
msgWindow=window.open(url,"Clubinfos","menubar=no,status=no,scrollbars=yes,resizable=no,width=600,height=480 left=50,top=50");
}

function NeuesFenster1(url) 
{
msgWindow=window.open(url,"Clubinfos","menubar=no,status=no,scrollbars=yes,resizable=yes,width=500,height=430 left=50,top=50");
}function NeuesFenster2(url) 
{
msgWindow=window.open(url,"Fluggebietdetails","menubar=no,status=no,scrollbars=yes,resizable=yes,width=650,height=590 left=40,top=40");
}