function TurnOn(vlIndex)
{
	document.getElementById('Option' + vlIndex).style.backgroundColor = '#98CB00';
	document.getElementById('BBC').style.backgroundImage = 'url(/Images/Layout/BBC' + vlIndex + '.jpg)';
}

function TurnAllOff()
{
	document.getElementById('Option1').style.backgroundColor = '#260089';
	document.getElementById('Option2').style.backgroundColor = '#260089';
	document.getElementById('Option3').style.backgroundColor = '#260089';
}
