function loadImage(path)
{
	document.getElementById('main_slide').src = path;
}
