function nove_okno(adr)
	{ 
	window.open(adr,"new","resizable=yes,menubar=no,toolbar=no,location=yes,scrollbars=yes,size=fullscreen");
}

function wind(url)
	{
	window.open(url,"new","resizable=yes,menubar=no,toolbar=no,location=no,scrollbars=yes,size=fullscreen");
}

function on(obj, nadp) {
	obj.style.background = "#E8EEF5";
	obj.style.color = "#BF0C1A";
	document.getElementById(nadp).style.background = "#E8EEF5";
	document.getElementById(nadp).style.color = "#BF0C1A";
}
function off(obj, nadp) {
	obj.style.background = "#ffffff";
	obj.style.color = "#013056";
	document.getElementById(nadp).style.background = "#ffffff";
	document.getElementById(nadp).style.color = "#013056";
}
