//	устанавливаем стили
document.write('<!--[if IE]><style type="text/css">'+
'.main {width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 820? "820px":"auto");}'+
'.content_text {scrollbar-base-color:#FFF;scrollbar-3dlight-color:#EEE;scrollbar-arrow-color:#2C73C9;scrollbar-darkshadow-color:#EEE;scrollbar-face-color:#FFF;scrollbar-highlight-color:#FFF;scrollbar-shadow-color:#FFF;scrollbar-track-color:#FFF;}'+
'.oblako div.ot {line-height:26px;}'+
'</style><![endif]-->');
//	выпадающее меню
function op() {
	document.getElementById("right_menu").style.height="100%";
	document.getElementById("b_op").style.display="none";
	document.getElementById("b_cl").style.display="inline";
	document.getElementById("b_op1").style.display="none";
	document.getElementById("b_cl1").style.display="inline";
}
function cl() {
	document.getElementById("right_menu").style.height="";
	document.getElementById("b_op").style.display="inline";
	document.getElementById("b_cl").style.display="none";
	document.getElementById("b_op1").style.display="inline";
	document.getElementById("b_cl1").style.display="none";
}
//	убийца фреймов
if (window != top) top.location.href = location.href;
//	функция обновления копирайта
function o_k() {
	var today = new Date();
	var year = today.getFullYear();
	document.write('-'+year);
}
