function getOnlineChat() {
	if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();
	this.newWindow = window.open('http://www.uprav.ru/webim/client.php?locale=ru&amp;style=simplicity&amp;url='+escape(document.location.href)+'&amp;referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');
	this.newWindow.focus();this.newWindow.opener=window;return false;
}


function menuHover(IdElement, Toggle) {
	if (Toggle == 1) {
		document.getElementById(IdElement).style.color = '#FFFFFF';
	}
	
	if (Toggle == 2) {
		document.getElementById(IdElement).style.color = '#C0C9DA';
	}
}

function ShowActive(ElementId, Filename) {
	document.getElementById(ElementId+'_gs').src = '/images/mainpage/col_' + Filename + '.jpg';
}

function ShowUnActive(ElementId, Filename) {
	document.getElementById(ElementId+'_gs').src = '/images/mainpage/gs_' + Filename + '.jpg';
}

function ShowActive1(ElementId) {
	document.getElementById(ElementId+'_gs').src = '/images/mainpage/col_proi_kach.jpg';
}

function ShowUnActive1(ElementId) {
	document.getElementById(ElementId+'_gs').src = '/images/mainpage/gs_proi_kach.jpg';
}