﻿function ShowHideMenu(lm) {
	el = document.getElementById(lm);
	if (el) {
		if (el.style.display == "none")
			el.style.display = "block"
		else
			el.style.display = "none";
	}
}
function alpha(obj,opacity){
    obj.filters.alpha.opacity=opacity;
}

//<!-- Счетчики 1x1 -->
document.write('<a href="http://click.kmindex.ru/?uid="><img src="http://counting.kmindex.ru/0.gif?uid=126380&r='+escape(document.referrer)+
'&'+Math.random()+'" width="1" height="1" border="0" style="position: absolute; right: 0px;" ></a>');

//<!--Rating@Mail.ru COUNTER-->
d=document;
var a='';
a+=';r='+escape(d.referrer);
js=10;

a+=';j='+navigator.javaEnabled();
js=11;

s=screen;
a+=';s='+s.width+'*'+s.height;
a+=';d='+(s.colorDepth?s.colorDepth:s.pixelDepth);
js=12;

js=13

d.write('<IMG src="http://d7.cb.b4.a1.top.list.ru/counter'+'?id=1357743;js='+js+a+';rand='+Math.random()+'" height=1 width=1  style="position: absolute; right: 0px;"/>');
if(11<js)d.write('<'+'!-- ');

if(11<js)d.write('--'+'>');

//<!--LiveInternet counter-->
document.write("<img src='http://counter.yadro.ru/hit?r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random()+"' width=1 height=1 alt='' style='position: absolute; right: 0px;'>");
//<!--/LiveInternet-->


//<!-- /Счетчики 1x1 -->
