
document.write("<FONT CLASS='title'>Vegetariska recept</FONT><P ALIGN='justify'>");

document.write("<FORM>");
document.write("<SELECT NAME='meny' onChange='javameny(form)'>");

document.write("<OPTION>Välj avdelning!");
document.write("<OPTION>....................");
document.write("<OPTION>Frukost");
document.write("<OPTION>Lunch och middag");
document.write("<OPTION>Soppor");
document.write("<OPTION>Smårätter");
document.write("<OPTION>Såser");
document.write("<OPTION>Festmat");
document.write("<OPTION>Efterrätter");
document.write("<OPTION>Pastejer och pålägg");
document.write("<OPTION>Julmat");
document.write("<OPTION>Bröd");
document.write("<OPTION>Kakor och godis");
document.write("<OPTION>Drycker");

document.write("</SELECT>");
document.write("</FORM>");

if (location.href.toLowerCase().indexOf("recept/index.html")==-1 &&
    location.href.toLowerCase().indexOf("recept/")==-1)
   { document.write("<HR noShade SIZE='1'><BR>"); }