//プリロードfunction preloadImages(){	preImg=new Array();	for(i=0;i<preloadImages.arguments.length;i++){	preImg[i]=new Image()	preImg[i].src=preloadImages.arguments[i]	}}preloadImages(//--root/common/img	'/common/img/arrow_gray.gif',	'/common/img/arrow_red.gif',	'/common/img/back_header.jpg',	'/common//img/btn_inquiry.gif',	'/common//img/back_left_contents_top.gif',	'/common//img/back_main_container_bottom.gif',	'/common//img/back_main_container.gif',	'/common//img/back_right_contents_top.gif',	'/common//img/logo_proco.gif',	'/common/img/menu.gif',//--root/hotel/img	'/hotel/img/btn_hotelForm.gif',	'/hotel/img/img_header.jpg',	'/hotel/img/img_map_hotel.gif',	'/hotel/img/menu_hotel.gif',	'/hotel/img/menu_inquiry.gif',	'/hotel/img/tit_guide.gif',	'/hotel/img/tit_hotel.gif',	'/hotel/img/tit_info.gif',	'/hotel/img/tit_menu.gif',	'/hotel/img/tit_news.gif')
