
function load_main_image(image_name)
{
	main_img = document.getElementById('main_image');
	main_img.src = image_name;	
}

