var F1="";
var x1="";
function openP() {
   if (F1.closed == false) {
    F1.location.href = "gross.html";
    x1 = openP.arguments[0];
    window.setTimeout("F1.document['bild'].src = x1;",1000);
    F1.focus();
  }
  else {
    F1 = open("gross.html?x1=" + openP.arguments[0] + "","_blank","width=" + openP.arguments[1] + ",height=" + openP.arguments[2] + ",screenX=0,screenY=0,resizable=yes, scrollbars=no");
    F1.moveTo(0,0);
    F1.focus();
    x1 = openP.arguments[0];
    window.setTimeout("F1.document['bild'].src = x1;",1000);
  }
}

var F2="";
function openPrintable() {
   if (F2.closed == false) {
    F2.location.href = openPrintable.arguments[0];
    F2.focus();
  }
  else {
    F2 = open(openPrintable.arguments[0],"_blank","width=600","height=800,screenX=0,screenY=0,resizable=yes, scrollbars=yes");
    F2.moveTo(0,0);
    F2.focus();
  }
}


function changeImages() {
  if (F1.document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      F1.document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
    }
  }
}


function SchreibF() {
  F1 = open("","_blank","width=" + SchreibF.arguments[1] + ",height=" + SchreibF.arguments[2] + ",screenX=0,screenY=0,resizable=yes, scrollbars=no");
F1.moveTo(0,0);
F1.focus();
F1.document.writeln("<html>");
F1.document.writeln("<head>");
F1.document.writeln("<title>Curry.net.tf</title>");
F1.document.writeln("<style type='text/css'>");
F1.document.writeln("<!--");
F1.document.writeln("a {");
F1.document.writeln(" font-family:arial;");
F1.document.writeln(" text-decoration:none;");
F1.document.writeln(" color:#FFBE00;");
F1.document.writeln("}");
F1.document.writeln("-->");
F1.document.writeln("</style>");
F1.document.writeln("</head>");
F1.document.writeln("<body LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0 text='#000000' bgcolor='#9C0000'>");
F1.document.writeln("<IMG name='bild' SRC=" + SchreibF.arguments[0] + " BORDER=2><BR>");
F1.document.writeln("<p align='right'><A HREF='javascript:window.close()'><B>schließen</B></A>&nbsp;&nbsp;</p>");
F1.document.writeln("</body>");
F1.document.writeln("</html>");
}