<!-- Speedy Wild Home Page JavaScript

defaultStatus="Speedy Wild Home Page"

function param(parName) {
   parValue = 'parent.parent.level.location.href="level' + eval(parName) + '.html"';
}

function change2(url1,url2) {
parent.parent.game.location.href= url1;
parent.parent.menu.location.href= url2;
}

function change_hl(url1,url2) {
parent.parent.hints.location.href= url1;
parent.parent.level.location.href= url2;
}

function swhp()
{
location.href="swhp.html"
}

if (document.images) {

home_button = new Image();
home_button.src="plaatjes/home.gif";
home_hot = new Image();
home_hot.src="plaatjes/homea.gif";

mce_button = new Image();
mce_button.src="plaatjes/mce.gif";
mce_hot = new Image();
mce_hot.src="plaatjes/mcea.gif";

helm_button = new Image();
helm_button.src="plaatjes/helm.gif";
helm_hot = new Image();
helm_hot.src="plaatjes/helma.gif";

mams_button = new Image();
mams_button.src="plaatjes/mams.gif";
mams_hot = new Image();
mams_hot.src="plaatjes/mamsa.gif";

star_button = new Image();
star_button.src="plaatjes/star.gif";
star_hot = new Image();
star_hot.src="plaatjes/stara.gif";

favlinks_button = new Image();
favlinks_button.src="plaatjes/links.gif";
favlinks_hot = new Image();
favlinks_hot.src="plaatjes/linksa.gif";

dictio_button = new Image();
dictio_button.src="plaatjes/dictio.gif";
dictio_hot = new Image();
dictio_hot.src="plaatjes/dictioa.gif";

film_button = new Image();
film_button.src="plaatjes/film.gif";
film_hot = new Image();
film_hot.src="plaatjes/filma.gif";

gast_button = new Image();
gast_button.src="plaatjes/gast.gif";
gast_hot = new Image();
gast_hot.src="plaatjes/gasta.gif";

english_button = new Image();
english_button.src="plaatjes/english.gif";
english_hot = new Image();
english_hot.src="plaatjes/englisha.gif";

pi_button = new Image();
pi_button.src="plaatjes/pi.gif";
pi_hot = new Image();
pi_hot.src="plaatjes/pia.gif";
}

function img(imgName,imgMode) {
if (document.images) {
imgObj = eval(imgName + '_' + imgMode + ".src");
document [imgName].src = imgObj;
}
}

//-->

