function ZweiFrames(URI1,F1,URI2,F2) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame1.location.href = URI1;
  Frame2.location.href = URI2;
}
function ZweiFramesBack(F1,F2) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame1.history.back();
  if (!window.opera) window.setTimeout("Frame2.history.back()",10);
}
function ZweiFramesForward(F1,F2) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame1.history.forward();
  if (!window.opera) window.setTimeout("Frame2.history.forward()",10);
}
function fenster(URL)
{
    msgWindow = window.open(URL ,"","width=500,height=600,scrollbars=yes,resizable=yes");
    
         msgWindow.focus();

    if(navigator.appName == "Netscape") // Probleme bei MS-IE
        msgWindow.focus();
}
function kalender(URL)
{
    msgWindow = window.open(URL ,"","width=230,height=210,scrollbars=yes,resizable=yes");
    
         msgWindow.focus();

    if(navigator.appName == "Netscape") // Probleme bei MS-IE
        msgWindow.focus();
}

function hilfefenster(URL)
{
    msgWindow = window.open(URL ,"","width=650,height=600,scrollbars=yes,resizable=yes");
    
         msgWindow.focus();

    if(navigator.appName == "Netscape") // Probleme bei MS-IE
        msgWindow.focus();
}
function drucken(){
   if (window.print)
      window.print();
   else
      window.alert("Leider nicht möglich!");
}
function printpr()
{
var OLECMDID = 7;
var PROMPT = 1; 
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser); 
WebBrowser1.ExecWB(OLECMDID, PROMPT);
WebBrowser1.outerHTML = "";
}




