
function navHighliteOn(id)
{document.getElementById(id).style.color='#FE2200';}
function navHighliteOff(id)
{document.getElementById(id).style.color='#323232';}
function navHighliteSubmenuOff(id)
{document.getElementById(id).style.color='#000000';}
function imgRecipeOn(bild)
{document.images['picture'].src=bild.replace(/small.jpg/g,"large.jpg");}
function imgRecipeOff()
{document.images['picture'].src='/bilder/rezepte/people.jpg';}
function RecipeWindow(address)
{open(address,'','dependent=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,resizable=yes,width=750,height=600,left=100,top=200');}
tDelimiter='&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';tInterval=20;tStop=true;tRepeat=5;tBorder='0px';tWidth=98;tHeight=10;tPadding=0;IE=document.all&&!window.opera;DOM=document.getElementById&&!IE;
