function plaatje (bestand, breed, hoog)
{
	NieuwVenster=window.open('afbeelding.html?'+bestand,'TokotestAfbeelding','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+breed+',height='+hoog)
	return true;
}

function ing ()
{
	window.status = 'Ingrediënten';
	return true;
}

function nix ()
{
	window.status = '';
	return true;
}

if (top != self) top.location = self.location;

document.write ('[<A HREF="index.html">welkom</a>] <B>·</B> [<A HREF="lijsttekst.html">tekst-index</a>] <B>·</B> [<A HREF="lijstfoto.html">foto-index</a>] <B>·</B> [<A HREF="cijfers.html">cijfers</a>] <B>·</B> [<A HREF="links.html">links</a>] <B>·</B> [<A HREF="winkels.html">winkels</a>]');

