// mouseover functions
bg_color1 = '#c7c8ca'
function bg_1(item) {
	item.style.backgroundColor = bg_color1;
	item.style.color = '#006699';
	item.style.cursor = 'hand';
}
function bg_slut(item,color) {
	item.style.backgroundColor = color
	item.style.color = color
	item.style.textDecoration = 'none'
}

