var preLoadList = new Array(

	'head_title_01_focus.gif',

	'head_title_02_focus.gif',

	'head_title_03_focus.gif',

	'head_title_04_focus.gif',

	'head_title_05_focus.gif',

	'head_title_06_focus.gif'

);



function preLoad(path)

	{

		onimages = new Array();

		for (field in preLoadList)

			{

				//alert(field);

				onimages[field] = new Image();

				onimages[field].src = path + preLoadList[field];

			}

	}



function changeImage(imageName, fileName)

	{

		document.images[imageName].src = fileName;

	}



function changeFormImage(formObj, fileName)

	{

		formObj.src = fileName;

	}



function openDL() 

	{

		location.href = '/ce/dealers/index.html';

	}



function openInq()

	{

		location.href = 'https://www.komatsu.com/ce_inquiry/';

	}



