function oeffnefenster (url) {
 l = (screen.availWidth/2)-(580/2);
 t = (screen.availHeight/2)-(700/2);
 h = screen.availWidth
 v = screen.availHeight
 fenster = window.open(url, "VIDEO", "width=300,height=150,left=0,top=0,status=no,scrollbars=no,resizable=no");
 fenster.focus();
}
function oeffnefenstercal (url) {
fenster = window.open(url, "EVENTS", "width=750,height=550,left=0,top=0,status=no,scrollbars=yes,resizable=no");
 fenster.focus();
}
function full (url) {
fenster = window.open(url, "Fullscreen Flash Video", "width=900,height=600,left=0,top=0,status=no,scrollbars=no,resizable=no");
}