<!--
function playHome() 
{
if (document.all)
{

//Verander hier de plaats van het geluid
document.all.sound.src = "../Knoppen/plop.wav";
}
}
//-->