//プリロード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/staff/img	'/staff/img/img_header.jpg',	'/staff/img/menu_monthly.gif',	'/staff/img/tit_menu.gif',	'/staff/img/tit_monthly.gif',	'/staff/img/tit_staff.gif')
