function bereinigung(Text)
{
 TextNeu="";
 Text=Text.toLowerCase();
 for (i=0;i<Text.length;i++)
 {
  if ((Text.charCodeAt(i)>96) && (Text.charCodeAt(i)<123))
  {
   TextNeu = TextNeu + Text.charAt(i);
  }
 }
 return TextNeu;
}
function Oben1()
{
document.write("<tr><td valign=\"top\" colspan=\"2\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
 document.write("<tr><td>&nbsp;&nbsp;<img src=\"bilder/logosl300x63.jpg\" border=\"0\" alt=\"Mercado2000.de\"></td><td align=\"left\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td width=\"100\"></a></td><td align=\"right\"></a>");
}
function Oben2()
{
 document.write("</td></tr></table></td></tr>");
}
function Info()
{
document.write("<div align=\"left\"><p> | &nbsp;<a href=\"warenkorb.html\">Warenkorb</a>&nbsp; | &nbsp;<a href=\"warenkorb.html\">Hinweis Versandkosten</a>&nbsp; | &nbsp;<a href=\"agb1.html\">Rechtl. Infos</a>&nbsp; | &nbsp;<a href=\"impressum.html\">Impressum</a>&nbsp; | &nbsp;<a href=\"mailto:mercado2000@t-online.de\">Kontakt</a>&nbsp; |");
document.write("<table background=\"no\"><tr><td>Copyright &copy; 2000-2010&nbsp; <a href=\"mailto:mercado2000@t-online.de\">Mercado2000</a>. <br>Lieferung, solange Vorrat reicht. Irrtum vorbehalten.</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src=\"cgi-bin/counter.pl?2\"alt=\"Besucherzähler\"></p></td></tr></table></div>");
}

function rotesfeld(text)
{
 if (text=="") text="&nbsp;";
 document.write("<tr><td>&nbsp;</td></tr><tr><td bgcolor=\"#B80000\" align=\"center\"class=\"weiss\">"+text+"</td></tr>");
}

function text(text)
{
 document.write("<tr><td align=\"center\"><p class=\"klein\">"+text+"</p></td></tr>");
}

function verweis(text,linkadresse)
{
 document.write("<tr><td align=\"center\"><a href=\""+linkadresse+"\">"+text+"</a></td></tr>");
}

function kategorie(text)
{
 document.write("<td background=\"bilder/schalter_leer.gif\"width=\"98\" height=\"25\"align=\"center\"><a class=\"weiss\" href=\"angebot.html?"+bereinigung(text)+"\">"+text+"</a></td>");
}

function link(text,linkadresse)
{
 document.write("<td background=\"bilder/schalter_leer.jpg\" height=\"35\" width=\"98\" align=\"center\"><b><a href=\""+linkadresse+"\" class=\"weiss\">"+text+"</b></a></td>");
}


function bild(bild,bildbeschreibung)
{
 document.write("<td>");
 if (bild!="") document.write("&nbsp;<img src=\"bilder/"+bild+"\" width=\"90\" height=\"75\" border=\"1\" alt=\""+bildbeschreibung+"\">");
 document.write("</td>");
}

function MenuRechts()
{
 document.write("<td width=\"165\" align=\"center\" valign=\"top\" bgcolor=\"#a4a4b4\"><table bgcolor=\"#a4a4b4\" width=\"165\">");
 text("&nbsp;");
 document.write("</table></td>");
}


function Schaltflaechen()
{
document.write("<tr><td colspan=\"2\" align=\"left\"><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr height=\"35\">");



// Anfang Bilder zu den Schaltflächen



document.write("</tr></table><table cellspacing=\"2\" cellpadding=\"0\" border=\"0\"><tr>");



// Ende Bilder zu den Schaltflächen



// Anfang Schaltflächen
// link("Bezeichnung","verweisziel.html");  beschriftet eine
//  Schaltfläche mit "Bezeichnung" und verlinkt sie mit verweisziel.html
// kategorie("Bezeichnung");  erzeugt eine Schaltfläche mit der
//  Bezeichnung einer Kategorie.
// Semikolon und Anführungszeichen nicht vergessen,
// auf Groß/Kleinschreibung achten!


link("Home","index.html");
link("Fertigmenüs","fertigmenues3.html");
link("Vorratspakete","vorratspakete.html");
link("Konserven<br>Suppen","konserven-suppen.html");
link("Weight<br> Watchers","weightwatchers.html");
link("Leichter<br> Genuss","leichter-genuss.html");
link("","");
link("","");
link("","");





document.write("</tr></table><table cellspacing=\"1\" cellpadding=\"0\" border=\"0\"><tr>");


// Ende Schaltflächen


document.write("</tr></table></td></tr>");

}