

function SwapButton(obj, col)
{
	if (document.images)
	{
		document['b' + obj].src = eval('b' + obj + col + '.src');
	}
}


