img01 = new Image();
img01.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_1.gif";
img02 = new Image();
img02.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_1_h.gif";
img03 = new Image();
img03.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_2.gif";
img04 = new Image();
img04.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_2_h.gif";
img05 = new Image();
img05.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_3.gif";
img06 = new Image();
img06.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_3_h.gif";
img07 = new Image();
img07.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_4.gif";
img08 = new Image();
img08.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_4_h.gif";
img09 = new Image();
img09.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_5.gif";
img10 = new Image();
img10.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_5_h.gif";
img11 = new Image();
img11.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_6.gif";
img12 = new Image();
img12.src = "http://www.oxico.cn/wp-content/themes/oxico/images/main_menu/b_6_h.gif";
img13 = new Image();
img13.src = "http://www.oxico.cn/wp-content/themes/oxico/images/banners/home_1_b.gif";
img14 = new Image();
img14.src = "http://www.oxico.cn/wp-content/themes/oxico/images/banners/home_1_b_h.gif";

function Over(id,number){
    document.images[id].src=eval('img'+number+'.src');
}