// JavaScript Document
<!-- JavaScript by web-architect copyright © 2000, web-architect.
if(document.images) {
pics = new Array(); 
pics[1] = new Image();
pics[1].src ="images/LIST side button home image.jpg";
pics[2] = new Image();
pics[2].src ="images/LIST side button home type.jpg";
pics[3] = new Image();
pics[3].src ="images/LIST side button are image.jpg";
pics[4] = new Image();
pics[4].src ="images/LIST side button are type.jpg";
pics[5] = new Image();
pics[5].src ="images/LIST side button offer image.jpg";
pics[6] = new Image();
pics[6].src ="images/LIST side button offer type.jpg";
pics[7] = new Image();
pics[7].src ="images/LIST side button serve image.jpg";
pics[8] = new Image();
pics[8].src ="images/LIST side button serve type.jpg";
pics[9] = new Image();
pics[9].src ="images/LIST side button employment image.jpg";
pics[10] = new Image();
pics[10].src ="images/LIST side button employment type.jpg";
pics[11] = new Image();
pics[11].src ="images/LIST side button community image.jpg";
pics[12] = new Image();
pics[12].src ="images/LIST side button community type.jpg";
pics[13] = new Image();
pics[13].src ="images/LIST bottom menu 1a.jpg";
pics[14] = new Image();
pics[14].src ="images/LIST bottom menu 1b.jpg";
pics[15] = new Image();
pics[15].src ="images/LIST bottom menu 2a.jpg";
pics[16] = new Image();
pics[16].src ="images/LIST bottom menu 2b.jpg";
pics[17] = new Image();
pics[17].src ="images/LIST bottom menu 3a.jpg";
pics[18] = new Image();
pics[18].src ="images/LIST bottom menu 3b.jpg";
pics[19] = new Image();
pics[19].src ="images/LIST bottom menu 4a.jpg";
pics[20] = new Image();
pics[20].src ="images/LIST bottom menu 4b.jpg";
pics[21] = new Image();
pics[21].src ="images/LIST bottom menu 5a.jpg";
pics[22] = new Image();
pics[22].src ="images/LIST bottom menu 5b.jpg";
pics[23] = new Image();
pics[23].src ="images/LIST bottom menu 6a.jpg";
pics[24] = new Image();
pics[24].src ="images/LIST bottom menu 6b.jpg";
pics[25] = new Image();
pics[25].src ="images/LIST bottom menu 7a.jpg";
pics[26] = new Image();
pics[26].src ="images/LIST bottom menu 7b.jpg";
}

function changer(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
//-->