function BG(menu_option, type)
{
	if (type == 0)
		menu_option.style.background = "url('/images/menuButtonBK.jpg')";
	else
		menu_option.style.background = "url('/images/menuButtonOver.jpg')";
}

