function InfoMsgBox_print(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=320 top=100px left=100px' 
MsgBox=window.open (url,"",stats); 

}


function InfoMsgBox_emergency(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=450 top=10px left=10px' 
MsgBox=window.open (url,"",stats); 

}

function InfoMsgBox_aktuell(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=800 top=10px left=10px' 
MsgBox=window.open (url,"",stats); 

}

function InfoMsgBox_adress(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=500 top=10px left=10px' 
MsgBox=window.open (url,"",stats); 

}

function InfoMsgBox_contact(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=650 top=10px left=10px' 
MsgBox=window.open (url,"",stats); 

}
function InfoMsgBox_guestbook(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=600 top=10px left=10px' 
MsgBox=window.open (url,"",stats); 

}

function InfoMsgBox_webmail(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600 top=10px left=10px' 
MsgBox=window.open (url,"",stats); 

}
function InfoMsgBox_fahrplan(url)
{ 
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=530 top=10px left=10px' 
MsgBox=window.open (url,"",stats); 

}
