isamap = new Object();

isamap[0] = "_0";
isamap[1] = "_1";

function pictact(id, act)

{
        if(document.images) document.images[id].src = eval( "pict." + id + isamap[act] + ".src");
}

if (document.images) { // ensure browser can do JavaScript rollovers.

pict = new Object();

pict.index0_0 = new Image();
pict.index0_0.src = "images/menu-members.jpg";
pict.index0_1 = new Image();
pict.index0_1.src = "images/menu-members2.jpg";

pict.index1_0 = new Image();
pict.index1_0.src = "images/menu-join.gif";
pict.index1_1 = new Image();
pict.index1_1.src = "images/menu-join.jpg";

pict.index2_0 = new Image();
pict.index2_0.src = "images/menu-tour.jpg";
pict.index2_1 = new Image();
pict.index2_1.src = "images/menu-tour2.jpg";

}