// JavaScript Document
function cssmenuhover()
{
	if(!document.getElementById("cssmenu"))
		return;
	var lis = document.getElementById("cssmenu").getElementsByTagName("LI");
	for (var i=0;i<lis.length;i++)
	{
		lis[i].onmouseover=function(){this.className+=" iehover";}
		lis[i].onmouseout=function() {this.className=this.className.replace(new RegExp(" iehover\\b"), "");}
	}
}
if (window.attachEvent)
	window.attachEvent("onload", cssmenuhover);

function clearElem(obj){
 defValue = obj.value;
 obj.value = '';
}
function fillElem(obj){
 obj.value = defValue;
}
function IzmCvet()
{
	if (nmhgy.style.color=='#fff') nmhgy.style.color='#f9fc09';
	 else nmhgy.style.color='#fff';
  setTimeout("IzmCvet()",800)
}
