function MenuMouseOver(element)
{
	span=document.getElementById(element)
	span.style.color='#fb0012'
	span.style.cursor="Pointer"
}
function MenuMouseOut(element)
{
	span=document.getElementById(element)
	span.style.color='#006699'
	span.style.cursor="Auto"
}
function TextMouseOver(element)
{
	span=document.getElementById(element)
	span.style.color='#0A3A6A'
	span.style.cursor="Pointer"
}
function TextMouseOut(element)
{
	span=document.getElementById(element)
	span.style.color='#000000'
	span.style.cursor="Auto"
}
function CaptionMouseOver(element)
{
	span=document.getElementById(element)
	span.style.color= "#ff6600"
	span.style.cursor="Pointer"
	img=document.getElementById(element+"_img")
	if(img.src.match("../style/BtnDn.gif")!=null)
	{
		img.src="../style/BtnDnActive.gif"
	}else
	{
		img.src="../style/BtnUpActive.gif"
	}
	span.style.cursor="Pointer"
}
function CaptionMouseOut(element)
{
	span=document.getElementById(element)
	span.style.color='#0A3A6A'
	span.style.cursor="Auto"
	img=document.getElementById(element+"_img")
	if(img.src.match("../style/BtnUpActive.gif")!=null)
	{
		img.src="../style/BtnUp.gif"
	}else
	{
		img.src="../style/BtnDn.gif"
	}
	span.style.cursor="Auto"
}
function OnCompanyClick(element)
{
	var id=""
	img=document.getElementById(element+"_img")
	if(img.src.match("../style/BtnDnActive.gif")!=null)
	{
	img.src="../style/BtnUpActive.gif"
	id = element+"_1"
	document.getElementById(id).style.display=''
	id = element+"_2"
	document.getElementById(id).style.display=''
	id = element+"_3"
	document.getElementById(id).style.display=''
	}else
	{
	img.src="../style/BtnDnActive.gif"
	id = element+"_1"
	document.getElementById(id).style.display='none'
	id = element+"_2"
	document.getElementById(id).style.display='none'
	id = element+"_3"
	document.getElementById(id).style.display='none'
	}
}
function Search1(ss,table_id)
{
	rows=document.getElementById(table_id).rows
	RegStr=ss.toUpperCase()
	i = 0
	j = 0
	find=false
	if(navigator.appName=="Netscape")
	{
		while(rows[i] != null)
		{
			cells=rows[i].cells
			j = 0
			find=false
			while(cells[j] != null && !find)
			{
				rText=cells[j].innerHTML.toUpperCase()
				if(rText.match(RegStr)!=null)
				{
					find=true
				}
				j=j+1
			}
			if(find)
			{
				rows[i].style.display=""
			}else
			{
				rows[i].style.display="none"
			}
			i= i+1
		}
	}
	i =0 
	if(navigator.appName=="Microsoft Internet Explorer")
	{
		while(rows[i]!=null)
		{
			rText=rows[i].innerText.toUpperCase()
			if(rText.match(RegStr)!=null)
			{
				rows[i].style.display=""
			}else
			{
				rows[i].style.display="none"
			}			
			i= i+1
		}

	}
}
function uo(text) {
	if(typeof(RegExp) == 'function') {
		re = /quot;/g;  
		newstr=text.replace(re, ''); 
		re = /&/g; 
		return newstr.replace(re, '"');  
	} 
	else return text;
}
//ñ÷¸ò÷èê
document.writeln('<a href="http://top100.rambler.ru/top100/">'+
'<img src="http://counter.rambler.ru/top100.cnt?508957" alt="" border="0" height="1" width="1" /></a>'+
'<a href="http://www.liveinternet.ru/click" '+
'target=_blank><img src="http://counter.yadro.ru/hit?t44.6;r'+
escape(document.referrer)+((typeof(screen)=='undefined')?'':
';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+
';i'+escape('Ææ'+document.title.substring(0,80))+';'+Math.random()+
'" alt="" title="LiveInternet" '+
'border=0 width=1 height=1></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://d9.c0.b3.a1.top.list.ru/counter'+
'?id=1247687;js='+js+a+';rand='+Math.random()+
'" height=1 width=1/>')
if(11<js)d.write('<'+'!-- ')
d.writeln('<img src="http://d9.c0.b3.a1.top.list.ru/counter?js=na;id=1247687"'+
' height=1 width=1 alt=""/>')
if(11<js)d.write('--'+'>')//--COUNTER
