function jsMOver(l_this)
{
	with (l_this.style)
	{
		color = "#0000FF";
		backgroundImage = "url(images/elements/_HEADERSLIM2.gif)";
	}
}

function jsMOut(l_this)
{
	with (l_this.style)
	{
		color = "#333399";
		backgroundImage = "none";
	}
}
