function changeImage(newSource)
{
	document.img_bottom.src = "_img/"+newSource;
}
