function mailinfo ()
    {
        window.open("mail_info.htm","mail_info","width=380,height=330,left=30,top=30");
        self-focus;
    };


function pesto()
    {
        window.open("rezept1.htm","pesto","width=380,height=370,left=20,top=20");
        self-focus;
    };

function dressing ()
    {
        window.open("rezept2.htm","dress","width=350,height=350,left=20,top=20");
        self-focus;
    }
   
 function auf()
    {
        window.open("rezept3.htm","aufstrich","width=330,height=330,left=20,top=20");
        self-focus;
    }  
   
function sauri()
    {
        window.open("rezept4.htm","rindfleisch","width=335,height=405,left=20,top=20");
        self-focus;
    };

function bufle()
    {
        window.open("rezept5.htm","bunt","width=345,height=345,left=20,top=20");
        self-focus;
    }
   
 function kart()
    {
        window.open("rezept6.htm","tof","width=310,height=330,left=20,top=20");
        self-focus;
    }  
    
function saurin()
    {
        window.open("rezept7.htm","rind","width=310,height=350,left=20,top=20");
        self-focus;
    };

function schaf()
    {
        window.open("rezept8.htm","sheep","width=340,height=320,left=20,top=20");
        self-focus;
    }
   
 function ei()
    {
        window.open("rezept9.htm","egg","width=330,height=335,left=20,top=20");
        self-focus;
    }     
 
 function gugl()
    {
        window.open("rezept10.htm","hupf","width=345,height=510,left=20,top=20");
        self-focus;
    }
    
 function pot()
    {
        window.open("rezept11.htm","tiz","width=525,height=590,left=20,top=20");
        self-focus;
    }     
 
 function oster()
    {
        window.open("rezept12.htm","oster","width=420,height=510,left=20,top=20");
        self-focus;
    }     
  function suppe()
    {
        window.open("rezept13.htm","oster","width=420,height=450,left=20,top=20,scrollbars=yes");
        self-focus;
    }     

function abfrage()
{

  if (document.suchForm.query.value == "")
  {
    alert("Bitte geben Sie einen Suchbegriff ein.");
    document.suchForm.query.focus();
    return false;
  }
  return true;
}