﻿<!-- JavaScript by web-architect copyright © 2000, web-architect.
if(document.images) {
pics = new Array(); 
pics[1] = new Image();
pics[1].src = "images/buttons/buttons_0-0.jpg"; 
pics[2] = new Image();
pics[2].src = "images/buttons/buttons_0-0b.jpg";

pics[3] = new Image();
pics[3].src = "images/buttons/buttons_1-0.jpg"; 
pics[4] = new Image();
pics[4].src = "images/buttons/buttons_1-0b.jpg";

pics[5] = new Image();
pics[5].src = "images/buttons/buttons_2-0.jpg"; 
pics[6] = new Image();
pics[6].src = "images/buttons/buttons_2-0b.jpg";

pics[7] = new Image();
pics[7].src = "images/buttons/buttons_3-0.jpg"; 
pics[8] = new Image();
pics[8].src = "images/buttons/buttons_3-0b.jpg";

pics[9] = new Image();
pics[9].src = "images/buttons/buttons_4-0.jpg"; 
pics[10] = new Image();
pics[10].src = "images/buttons/buttons_4-0b.jpg";

pics[11] = new Image();
pics[11].src = "images/buttons/buttons_5-0.jpg"; 
pics[12] = new Image();
pics[12].src = "images/buttons/buttons_5-0b.jpg";

pics[13] = new Image();
pics[13].src = "images/buttons/buttons_6-0.jpg"; 
pics[14] = new Image();
pics[14].src = "images/buttons/buttons_6-0b.jpg";

pics[15] = new Image();
pics[15].src = "images/buttons/buttons_7-0.jpg"; 
pics[16] = new Image();
pics[16].src = "images/buttons/buttons_7-0b.jpg";

pics[17] = new Image();
pics[17].src = "images/buttons/buttons_8-0.jpg"; 
pics[18] = new Image();
pics[18].src = "images/buttons/buttons_8-0b.jpg";

pics[19] = new Image();
pics[19].src = "images/buttons/buttons_9-0.jpg"; 
pics[20] = new Image();
pics[20].src = "images/buttons/buttons_9-0b.jpg";

pics[21] = new Image();
pics[21].src = "images/buttons/fish.jpg"; 
pics[22] = new Image();
pics[22].src = "images/buttons/fish_b.jpg";

pics[23] = new Image();
pics[23].src = "images/buttons/birds.jpg"; 
pics[24] = new Image();
pics[24].src = "images/buttons/birds_b.jpg";

pics[25] = new Image();
pics[25].src = "images/buttons/exotics.jpg"; 
pics[26] = new Image();
pics[26].src = "images/buttons/exotics_b.jpg";

pics[27] = new Image();
pics[27].src = "images/buttons/directions.jpg"; 
pics[28] = new Image();
pics[28].src = "images/buttons/directions_b.jpg";

}

function changer(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
//-->