if(window.document.images) {	img = new Array();	img[1] = new Image();  img[1].src = "/images/hotel/btn_hotel_more01_off.gif";	img[2] = new Image();  img[2].src = "/images/hotel/btn_hotel_more02_off.gif";	img[3] = new Image();  img[3].src = "/images/hotel/btn_hotel_more03_off.gif";	img[4] = new Image();  img[4].src = "/images/hotel/btn_hotel_more04_off.gif";	img[5] = new Image();  img[5].src = "/images/hotel/btn_hotel_more05_off.gif";		img[11] = new Image();  img[11].src = "/images/hotel/btn_hotel_more01_on.gif";	img[12] = new Image();  img[12].src = "/images/hotel/btn_hotel_more02_on.gif";	img[13] = new Image();  img[13].src = "/images/hotel/btn_hotel_more03_on.gif";	img[14] = new Image();  img[14].src = "/images/hotel/btn_hotel_more04_on.gif";	img[15] = new Image();  img[15].src = "/images/hotel/btn_hotel_more05_on.gif";}function _in(nam,num) {	if(window.document.images) {		document.images[nam].src = img[num].src;     }}function _out(nam,num) {	document.images[nam].src = img[num].src;}