subnav_on_color = '#F0F0F0'

	function subnav_on(item) {
		item.style.backgroundColor = subnav_on_color;
		item.style.cursor='hand';
	}

	function subnav_off(item,color) {
		item.style.backgroundColor = color
	}