var base= "pix/personas_";
var omo = new Array();
var stuff = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff.length;i++)
	{
		omo[i] = new Image;
		omo[i].src = base + stuff[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over(no)
{
	if (document.images)
	{
		document.images.gewoon.src = omo[no].src;
	}
}

function out()
{
	if (document.images)
	{
		document.images.gewoon.src = "pix/personas_start.gif";
	}
}

// homepage

var base2= "pix/main_";
var omo2 = new Array();
var stuff2 = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff2.length;i++)
	{
		omo2[i] = new Image;
		omo2[i].src = base2 + stuff2[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over2(no)
{
	if (document.images)
	{
		document.images.home.src = omo2[no].src;
	}
}

function out2()
{
	if (document.images)
	{
		document.images.home.src = "pix/main_new.gif";
	}
}

function removeFocus(button){
if (window.opera){ return;}
else if (document.all || document.getElementById)
{ button.blur(); }
}

// Maureen

var base3= "pix/personas_";
var omo3 = new Array();
var stuff3 = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff3.length;i++)
	{
		omo3[i] = new Image;
		omo3[i].src = base3 + stuff3[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over3(no)
{
	if (document.images)
	{
		document.images.gewoon.src = omo3[no].src;
	}
}

function out3()
{
	if (document.images)
	{
		document.images.gewoon.src = "pix/personas_maureen.gif";
	}
}

// Evert

var base4= "pix/personas_";
var omo4 = new Array();
var stuff4 = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff4.length;i++)
	{
		omo4[i] = new Image;
		omo4[i].src = base4 + stuff4[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over4(no)
{
	if (document.images)
	{
		document.images.gewoon.src = omo4[no].src;
	}
}

function out4()
{
	if (document.images)
	{
		document.images.gewoon.src = "pix/personas_evert.gif";
	}
}

// Pieter

var base5= "pix/personas_";
var omo5 = new Array();
var stuff5 = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff5.length;i++)
	{
		omo5[i] = new Image;
		omo5[i].src = base5 + stuff5[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over5(no)
{
	if (document.images)
	{
		document.images.gewoon.src = omo5[no].src;
	}
}

function out5()
{
	if (document.images)
	{
		document.images.gewoon.src = "pix/personas_pieter.gif";
	}
}

// Barbara

var base6= "pix/personas_";
var omo6 = new Array();
var stuff6 = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff6.length;i++)
	{
		omo6[i] = new Image;
		omo6[i].src = base6 + stuff6[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over6(no)
{
	if (document.images)
	{
		document.images.gewoon.src = omo6[no].src;
	}
}

function out6()
{
	if (document.images)
	{
		document.images.gewoon.src = "pix/personas_barbara.gif";
	}
}

// Suze

var base7= "pix/personas_";
var omo7 = new Array();
var stuff7 = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff7.length;i++)
	{
		omo7[i] = new Image;
		omo7[i].src = base7 + stuff7[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over7(no)
{
	if (document.images)
	{
		document.images.gewoon.src = omo7[no].src;
	}
}

function out7()
{
	if (document.images)
	{
		document.images.gewoon.src = "pix/personas_suze.gif";
	}
}

// Sabine

var base8= "pix/personas_";
var omo8 = new Array();
var stuff8 = new Array('maureen','evert','pieter','barbara','suze','sabine');

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff8.length;i++)
	{
		omo8[i] = new Image;
		omo8[i].src = base8 + stuff8[i] + ".gif";
	}
}


// The functions: first mouseover, then mouseout

function over8(no)
{
	if (document.images)
	{
		document.images.gewoon.src = omo8[no].src;
	}
}

function out8()
{
	if (document.images)
	{
		document.images.gewoon.src = "pix/personas_sabine.gif";
	}
}