if(document.images) {
pics = new Array(); 
pics[1] = new Image();
pics[1].src = "img2/bt-home1.gif"; 
pics[2] = new Image();
pics[2].src = "img2/bt-home2.gif";
pics[3] = new Image();
pics[3].src = "img2/bt-vlist1.gif"; 
pics[4] = new Image();
pics[4].src = "img2/bt-vlist2.gif";
pics[5] = new Image();
pics[5].src = "img2/bt-search1.gif"; 
pics[6] = new Image();
pics[6].src = "img2/bt-search2.gif";
pics[7] = new Image();
pics[7].src = "img2/bt-addlist1.gif";
pics[8] = new Image();
pics[8].src = "img2/bt-addlist2.gif";
pics[9] = new Image();
pics[9].src = "img2/bt-hloan1.gif";
pics[10] = new Image();
pics[10].src = "img2/bt-hloan2.gif";
pics[11] = new Image();
pics[11].src = "img2/bt-mcalc1.gif";
pics[12] = new Image();
pics[12].src = "img2/bt-mcalc2.gif";
pics[13] = new Image();
pics[13].src = "img2/bt-bwlist1.gif";
pics[14] = new Image();
pics[14].src = "img2/bt-bwlist2.gif";
}

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