//プリロード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/news/img	'/news/img/img_header.jpg',	'/news/img/menu_yearly.gif',	'/news/img/tit_air.gif',	'/news/img/tit_general.gif',	'/news/img/tit_hotel.gif',	'/news/img/tit_menu.gif',	'/news/img/tit_monthly.gif',	'/news/img/tit_news.gif',	'/news/img/tit_yearly.gif')
