function swap_image(object, img)
{
	document[object].src = img;
}

function gen_menu()
{
}

