function loadImage(path)
{
	var divImage;
	divImage = document.getElementById('main_image');
	divImage.src = path;
}