function RollOver1(control)
{
	control.style.backgroundColor="#FF7D00";
}

function RollOver2(control)
{
	control.style.backgroundColor="#77B900";
}

function RollOver3(control)
{
	control.style.backgroundColor="#005A9B";
}

function RollOut1(control)
{
	control.style.backgroundColor="#005A9B";
}
function RollOut2(control)
{
	control.style.backgroundColor="white";
}

function RollOut3(control)
{
	control.style.backgroundColor="#77B900";
}

function RollOut4(control)
{
	control.style.backgroundColor="#FF7D00";
}

