<!--
var teller = 0;
var tekst = "Visit WWW.LAMARIANNA.COM the site of 'La Cucina della Marianna'. This page is designed and optimized for Internet Explorer 6 and Netscape Navigator 6 at a resolution of 800*600. © 2002 Leppie, special thanks to David La Blanche for the background picture and Linda Saviz for some other marvellous shots.";
var tyd = 120;
var i = 0;
var width;
Zweef = (((navigator.appName == "Netscape") &&
	(parseInt(navigator.appVersion) >= 3 )) ||
	((navigator.appName == "Microsoft Internet Explorer") &&
	(parseInt(navigator.appVersion) >= 4 )));

function uit(e) {
	if(!document.rightClickDisabled) {
		if(document.layers) {
			document.captureEvents(Event.MOUSEDOWN);
			document.onmousedown = uit;
			}
		else document.oncontextmenu = uit;
		return document.rightClickDisabled = true;
	}
	if(document.layers || (document.getElementById && !document.all)) {
		if (e.which==2||e.which==3) {
			return false;
		}
	}
	else {
		return false;
	}
}
uit();

function Opmaat() {
	if ((screen.width > 800) || (screen.height > 600))
		resizeTo(800,600);
	if (navigator.appName == "Netscape")
		width = window.innerWidth/10;
	else width = document.body.scrollWidth/10;
}

while (i ++ < 90) {
	tekst = " " + tekst;
	width--;
}

function Rollen() {
	window.status = tekst.substring(teller++);
	if (teller == tekst.length) teller = 0;
	setTimeout("Rollen()", tyd);
}

function Laad(afb) {
  var a=new Image();
  a.src=afb;
  return a; 
 }

function Venster(foto, naam, bes) {
	var foto;
	var wdt = 600;
	var hgt = 450;
	foto = open("", "Foto", "width=600, height=450, resizable, status");
	foto.document.bgColor = "#fab2b2";
	foto.status = "This site was designed by Leppie";
	foto.document.title = naam;
	foto.moveTo((screen.width - wdt)/2, 
		(screen.height - hgt)/2);
	var a = new Image();
	a.src = "pictures/" + foto;
	a.alt = bes;
	foto.document.write(a);
}
//-->