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/btn-free-tour.gif";
pict.index0_1 = new Image();
pict.index0_1.src = "images/btn-free-tour-2.gif";

pict.index1_0 = new Image();
pict.index1_0.src = "images/btn-members.gif";
pict.index1_1 = new Image();
pict.index1_1.src = "images/btn-members-2.gif";

pict.index2_0 = new Image();
pict.index2_0.src = "images/btn-join-now.gif";
pict.index2_1 = new Image();
pict.index2_1.src = "images/btn-join-now-2.gif";

pict.index3_0 = new Image();
pict.index3_0.src = "images/bigbtn-join.gif";
pict.index3_1 = new Image();
pict.index3_1.src = "images/bigbtn-join-2.gif";

pict.index4_0 = new Image();
pict.index4_0.src = "images/bigbtn-members.gif";
pict.index4_1 = new Image();
pict.index4_1.src = "images/bigbtn-members-2.gif";

pict.index5_0 = new Image();
pict.index5_0.src = "images/bigbtn-tour.gif";
pict.index5_1 = new Image();
pict.index5_1.src = "images/bigbtn-tour-2.gif";

pict.index6_0 = new Image();
pict.index6_0.src = "images/smbtn-join.gif";
pict.index6_1 = new Image();
pict.index6_1.src = "images/smbtn-join.gif";

pict.index7_0 = new Image();
pict.index7_0.src = "images/smbtn-tour.gif";
pict.index7_1 = new Image();
pict.index7_1.src = "images/smbtn-tour-2.gif";

pict.index8_0 = new Image();
pict.index8_0.src = "t-1/btn-free-tour.gif";
pict.index8_1 = new Image();
pict.index8_1.src = "t-1/btn-free-tour-2.gif";

pict.index9_0 = new Image();
pict.index9_0.src = "t-1/btn-members.gif";
pict.index9_1 = new Image();
pict.index9_1.src = "t-1/btn-members-2.gif";

pict.index10_0 = new Image();
pict.index10_0.src = "t-1/btn-join.gif";
pict.index10_1 = new Image();
pict.index10_1.src = "t-1/btn-join-2.gif";


pict.index11_0 = new Image();
pict.index11_0.src = "t-2/btn-tour.gif";
pict.index11_1 = new Image();
pict.index11_1.src = "t-2/btn-tour-2.gif";

pict.index12_0 = new Image();
pict.index12_0.src = "t-2/btn-members.gif";
pict.index12_1 = new Image();
pict.index12_1.src = "t-2/btn-members-2.gif";

pict.index13_0 = new Image();
pict.index13_0.src = "t-2/btn-join.gif";
pict.index13_1 = new Image();
pict.index13_1.src = "t-2/btn-join-2.gif";

}
