<!--
function Neues_Fenster(addresse,weite,hoehe)
{
open(addresse,'_blank','toolbar,location,menubar,status,scrollbars,resizable,width='+weite+',height='+hoehe)
}

<!--
function newwindow(addresse)
{
open(addresse,'_blank','toolbar,location,menubar,status,scrollbars,resizable,width=600,height=350')
}


<!--
function kurswindow(addresse)
{
open(addresse,'_blank','notoolbar,nolocation,menubar,status,scrollbars,resizable,width=800,height=500')
}

function litwindow(addresse)
{
open(addresse,'_blank','notoolbar,nolocation,menubar,status,scrollbars,resizable,width=600,height=100')
}


function Steuerung(fenster)
{
if (parent.frames.length==2)
   if (parent.frames[0].name=="menu")
    if (parent.frames[0].location.href!= 'http://' + parent.frames[0].location.host +fenster)
     parent.frames[0].location.href=fenster;
}

function openRealVideo(source)
{

 bVer = parseInt(navigator.appVersion);
 bName = navigator.appName;
 if (bVer >= 3)
     {
       if (bName == "Microsoft Internet Explorer")
          {
           win=window.open("/FeU/rmie.html?"+source,"fenster","width=440,height=380");
           win.focus();
          }

       if (bName == "Netscape")
          {
           if (navigator.mimeTypes["audio/x-pn-realaudio-plugin"])
             {
              win = window.open("","fenster","width=440,height=380");

              win.document.writeln("<html><head><title>Programmvorschau</title></head><body bgcolor='#FFFFFF'>");
              win.document.writeln("<center><embed SRC=" + source + " type='audio/x-pn-realaudio-plugin' CONSOLE='Clip1' CONTROLS='ImageWindow' CENTER=true NOJAVA=true HEIGHT=288 WIDTH=352 BACKGROUNDCOLOR=white AUTOSTART=true><p>");
              win.document.writeln("<embed type='audio/x-pn-realaudio-plugin' CONSOLE='Clip1' CONTROLS='PlayButton' NOJAVA=true HEIGHT=25 WIDTH=35 AUTOSTART=true>");
              win.document.writeln("<embed type='audio/x-pn-realaudio-plugin' CONSOLE='Clip1' CONTROLS='StopButton' NOJAVA=true HEIGHT=25 WIDTH=35 AUTOSTART=true>");
              win.document.writeln("</center></body></html>");
              win.focus();
             }
           else
             {
              win=window.open("/FeU/RealVideo-Fehler.html","fenster","width=550,height=400");
              win.focus();
             }
          }
     }
    else
      {
       window.open("/FeU/RealVideo-Fehler.html","","width=550,height=400");
      }
 }


function openRealFolien(source,weite,hoehe)
{
 bVer = parseInt(navigator.appVersion);
 bName = navigator.appName;
 if (bVer >= 3)
 {
     if (bName == "Microsoft Internet Explorer")
          {
           win=window.open("/FeU/rmiefol.html?"+source,"","width="+weite+",height="+hoehe);
          }


// {
//   win=window.open("","","width="+weite+",height="+hoehe);
//   win.document.writeln("<html><head><title>Folienvortrag</title></head><body bgcolor='#FFFFFF'>");
// win.document.writeln("<center><object ID=video1 CLASSID='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' HEIGHT=540 WIDTH=720>");
// win.document.writeln("<param NAME='controls' VALUE='ImageWindow'>");
// win.document.writeln("<param NAME='backgroundcolor' VALUE='white'>");
// win.document.writeln("<param NAME='console' VALUE='Clip1'>");
// win.document.writeln("<param NAME='center' VALUE='true'>");
// win.document.writeln("<param NAME='visible' VALUE='true'>");
// win.document.writeln("<param NAME='autostart' VALUE='true'>");
// win.document.writeln("<param NAME='src' VALUE=" + source + "></object><p>");
// win.document.writeln("<object ID=video1 CLASSID='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' HEIGHT=25 WIDTH=45>");
// win.document.writeln("<param NAME='controls' VALUE='PlayButton'>");
// win.document.writeln("<param NAME='console' VALUE='Clip1'>");
// win.document.writeln("<param NAME='visible' VALUE='true'>");
// win.document.writeln("</object>");
// win.document.writeln("<object ID=video1 CLASSID='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' HEIGHT=25 WIDTH=35>");
// win.document.writeln("<param NAME='controls' VALUE='StopButton'>");
// win.document.writeln("<param NAME='console' VALUE='Clip1'>");
// win.document.writeln("<param NAME='visible' VALUE='true'>");
// win.document.writeln("</object>");
// win.document.writeln("</center></body></html>");
//   }

  if (bName == "Netscape")
  {
   if (navigator.mimeTypes["audio/x-pn-realaudio-plugin"])
   {
    win = window.open("","","width=800,height=600");
    win.document.writeln("<html><head><title>Folienvortrag</title></head><body bgcolor='#FFFFFF'>");
    win.document.writeln("<center><embed SRC=" + source + " type='audio/x-pn-realaudio-plugin' CONSOLE='Clip1' CONTROLS='ImageWindow' CENTER=true NOJAVA=true HEIGHT=540 WIDTH=720 BACKGROUNDCOLOR=white AUTOSTART=true><p>");
    win.document.writeln("<embed type='audio/x-pn-realaudio-plugin' CONSOLE='Clip1' CONTROLS='PlayButton' NOJAVA=true HEIGHT=25 WIDTH=35 AUTOSTART=true>");
    win.document.writeln("<embed type='audio/x-pn-realaudio-plugin' CONSOLE='Clip1' CONTROLS='StopButton' NOJAVA=true HEIGHT=25 WIDTH=35 AUTOSTART=true>");
    win.document.writeln("</center></body></html>");
   }
   else
   {
    window.open("/FeU/RealVideo-Fehler.html","","width=550,height=400");
   }
  }
 }
 else
 {
  window.open("/FeU/RealVideo-Fehler.html","","width=550,height=400");
 }
}

<!--
function anker() {
   var ankerName = "#" + window.document.SuchFormular.nummer.value;
   window.location.href = ankerName;
}

function pressEnter() {
    var value = window.event.keyCode;
	if (value == 13) {
	    anker();
	}
	return false;
}
// -->

