function box_185x200_backgroundSwap(num)
{
	if(num==1)
	{
		document.getElementById('box_185x200_aWrapper').style.backgroundImage="url(images/box_185x200_bottom_on.gif)";
		document.getElementById('box_185x200_title').style.color="#4cb8fb";
		document.getElementById('box_185x200_bottom').style.color="#ffffff";
	}
	else
	{
		document.getElementById('box_185x200_aWrapper').style.backgroundImage="url(images/box_185x200_bottom_off.gif)";
		document.getElementById('box_185x200_title').style.color="#d9d9d9";
		document.getElementById('box_185x200_bottom').style.color="#808080";
	}
}