function applyOn(button,which)
{
	button.src = eval("img"+which+"On.src");
}

function applyOut(button,which)
{
	button.src = eval("img"+which+"Out.src");
}