<!--

if (document.images) {

// preload inactive images

thumb_cat1 = new Image();
thumb_cat1.src = "thumbs/thumb_cat1.gif";

thumb_cat2 = new Image();
thumb_cat2.src = "thumbs/thumb_cat2.gif";

thumb_cat3 = new Image();
thumb_cat3.src = "thumbs/thumb_cat3.gif";

thumb_cat4 = new Image();
thumb_cat4.src = "thumbs/thumb_cat4.gif";

thumb_cat5 = new Image();
thumb_cat5.src = "thumbs/thumb_cat5.gif";

thumb_cat6 = new Image();
thumb_cat6.src = "thumbs/thumb_cat6.gif";

thumb_dau1 = new Image();
thumb_dau1.src = "thumbs/thumb_dau1.gif";

thumb_dau2 = new Image();
thumb_dau2.src = "thumbs/thumb_dau2.gif";

thumb_dau3 = new Image();
thumb_dau3.src = "thumbs/thumb_dau3.gif";

thumb_dau4 = new Image();
thumb_dau4.src = "thumbs/thumb_dau4.gif";

thumb_dau5 = new Image();
thumb_dau5.src = "thumbs/thumb_dau5.gif";

thumb_dau6 = new Image();
thumb_dau6.src = "thumbs/thumb_dau6.gif";

thumb_dau7 = new Image();
thumb_dau7.src = "thumbs/thumb_dau7.gif";

thumb_dau8 = new Image();
thumb_dau8.src = "thumbs/thumb_dau8.gif";

thumb_eleph1 = new Image();
thumb_eleph1.src = "thumbs/thumb_eleph1.gif";

thumb_eleph2 = new Image();
thumb_eleph2.src = "thumbs/thumb_eleph2.gif";

thumb_eleph3 = new Image();
thumb_eleph3.src = "thumbs/thumb_eleph3.gif";

thumb_eleph4 = new Image();
thumb_eleph4.src = "thumbs/thumb_eleph4.gif";

thumb_eleph5 = new Image();
thumb_eleph5.src = "thumbs/thumb_eleph5.gif";

thumb_eleph6 = new Image();
thumb_eleph6.src = "thumbs/thumb_eleph6.gif";

thumb_eleph7 = new Image();
thumb_eleph7.src = "thumbs/thumb_eleph7.gif";

thumb_eleph8 = new Image();
thumb_eleph8.src = "thumbs/thumb_eleph8.gif";

thumb_felic1 = new Image();
thumb_felic1.src = "thumbs/thumb_felic1.gif";

thumb_felic2 = new Image();
thumb_felic2.src = "thumbs/thumb_felic2.gif";


// preload active images

thumb_cat1on = new Image();
thumb_cat1on.src = "thumbs/thumb_cat1on.gif";

thumb_cat2on = new Image();
thumb_cat2on.src = "thumbs/thumb_cat2on.gif";

thumb_cat3on = new Image();
thumb_cat3on.src = "thumbs/thumb_cat3on.gif";

thumb_cat4on = new Image();
thumb_cat4on.src = "thumbs/thumb_cat4on.gif";

thumb_cat5on = new Image();
thumb_cat5on.src = "thumbs/thumb_cat5on.gif";

thumb_cat6on = new Image();
thumb_cat6on.src = "thumbs/thumb_cat6on.gif";

thumb_dau1on = new Image();
thumb_dau1on.src = "thumbs/thumb_dau1on.gif";

thumb_dau2on = new Image();
thumb_dau2on.src = "thumbs/thumb_dau2on.gif";

thumb_dau3on = new Image();
thumb_dau3on.src = "thumbs/thumb_dau3on.gif";

thumb_dau4on = new Image();
thumb_dau4on.src = "thumbs/thumb_dau4on.gif";

thumb_dau5on = new Image();
thumb_dau5on.src = "thumbs/thumb_dau5on.gif";

thumb_dau6on = new Image();
thumb_dau6on.src = "thumbs/thumb_dau6on.gif";

thumb_dau7on = new Image();
thumb_dau7on.src = "thumbs/thumb_dau7on.gif";

thumb_dau8on = new Image();
thumb_dau8on.src = "thumbs/thumb_dau8on.gif";

thumb_eleph1on = new Image();
thumb_eleph1on.src = "thumbs/thumb_eleph1on.gif";

thumb_eleph2on = new Image();
thumb_eleph2on.src = "thumbs/thumb_eleph2on.gif";

thumb_eleph3on = new Image();
thumb_eleph3on.src = "thumbs/thumb_eleph3on.gif";

thumb_eleph4on = new Image();
thumb_eleph4on.src = "thumbs/thumb_eleph4on.gif";

thumb_eleph5on = new Image();
thumb_eleph5on.src = "thumbs/thumb_eleph5on.gif";

thumb_eleph6on = new Image();
thumb_eleph6on.src = "thumbs/thumb_eleph6on.gif";

thumb_eleph7on = new Image();
thumb_eleph7on.src = "thumbs/thumb_eleph7on.gif";

thumb_eleph8on = new Image();
thumb_eleph8on.src = "thumbs/thumb_eleph8on.gif";

thumb_felic1on = new Image();
thumb_felic1on.src = "thumbs/thumb_felic1on.gif";

thumb_felic2on = new Image();
thumb_felic2on.src = "thumbs/thumb_felic2on.gif";
}


function image_activate(imageName) {

if (document.images) {

imageOn = eval(imageName + "on.src");

document [imageName].src = imageOn;

}

}

function image_inactivate(imageName) {

if (document.images) {

imageOff = eval(imageName + ".src");

document [imageName].src = imageOff;

}

}

//-->





