<!--

afb1a = new Image;
afb1a.src = "images/next2.gif";

afb1u = new Image;
afb1u.src = "images/next.gif";

afb2a = new Image;
afb2a.src = "images/home2.gif";

afb2u = new Image;
afb2u.src = "images/home.gif";

afb3a = new Image;
afb3a.src = "images/alle_spellen2.gif";

afb3u = new Image;
afb3u.src = "images/alle_spellen.gif";

afb4a = new Image;
afb4a.src = "images/help2.gif";

afb4u = new Image;
afb4u.src = "images/help.gif";

function a(afb)
{
   pa = eval(afb + "a.src");
   document[afb].src = pa;
}

function ia(afb)
{
   pu = eval(afb + "u.src");
   document[afb].src = pu;
}

//-->