// JavaScript Document

function mainimage(image)
{
	menulist = document.getElementById('main');
	menulist.setAttribute('src', "images/" + image);
}
