function swapImage( img, file )
{
	img.src = 'images/menu/' + file;
}