 function changeimgover1()
{
	document.getElementById("a1").src="/img/lang/ru.png"
}
function changeimgout1()
{
	document.getElementById("a1").src="/img/lang/ru.png"
}
 function changeimgover2()
{
	document.getElementById("a2").src="/img/lang/japan-active.png"
}
function changeimgout2()
{
	document.getElementById("a2").src="/img/lang/japan.png"
}
 function changeimgover3()
{
	document.getElementById("a3").src="/img/lang/china-active.png"
}
function changeimgout3()
{
	document.getElementById("a3").src="/img/lang/china.png"
}
 function changeimgover4()
{
	document.getElementById("a4").src="/img/lang/en-active.png"
}
function changeimgout4()
{
	document.getElementById("a4").src="/img/lang/en.png"
}
function changeimgover5()
{
	document.getElementById("a5").src="/img/lang/china1-active.png"
}
function changeimgout5()
{
	document.getElementById("a5").src="/img/lang/china1.png"
}
function changeimgover6()
{
	document.getElementById("b1").src="/img/map-active.png"
}
function changeimgout6()
{
	document.getElementById("b1").src="/img/map.png"
}

function changeimgover7()
{
	document.getElementById("c1").src="/img/products/airspace-hover.png"
}
function changeimgout7()
{
	document.getElementById("c1").src="/img/products/airspace.png"
}

function changeimgover8()
{
	document.getElementById("c2").src="/img/products/rolling-stock-hover.png"
}
function changeimgout8()
{
	document.getElementById("c2").src="/img/products/rolling-stock.png"
}

function changeimgover9()
{
	document.getElementById("c3").src="/img/products/shipbuilding-hover.png"
}
function changeimgout9()
{
	document.getElementById("c3").src="/img/products/shipbuilding.png"
}

function changeimgover10()
{
	document.getElementById("c4").src="/img/products/energy-plants-hover.png"
}
function changeimgout10()
{
	document.getElementById("c4").src="/img/products/energy-plants.png"
}
function changeimgover11()
{
	document.getElementById("c5").src="/img/products/industrial-equipment-hover.png"
}
function changeimgout11()
{
	document.getElementById("c5").src="/img/products/industrial-equipment.png"
}
function changeimgover12()
{
	document.getElementById("c6").src="/img/products/environment-hover.png"
}
function changeimgout12()
{
	document.getElementById("c6").src="/img/products/environment.png"
}
function changeimgover13()
{
	document.getElementById("c7").src="/img/products/infrastructure-hover.png"
}
function changeimgout13()
{
	document.getElementById("c7").src="/img/products/infrastructure.png"
}
function changeimgover14()
{
	document.getElementById("c8").src="/img/products/leisure-products-hover.png"
}
function changeimgout14()
{
	document.getElementById("c8").src="/img/products/leisure-products.png"
}


jsHover = function() {
	var _submenu=document.getElementById("submenu");
	if(_submenu==null) return;
	var hEls = _submenu.getElementsByTagName("TD");
	for (var i=0, len=hEls.length; i<len; i++) {
		hEls[i].onmouseover=function() {this.className+=" jshover";}
		hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover", ""); }
	}
	var hEls = document.getElementById("right").getElementsByTagName("TD");
	for (var i=0, len=hEls.length; i<len; i++) {
		hEls[i].onmouseover=function() {this.className+=" jshover";}
		hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover", ""); }
	}	
	var hEls = document.getElementById("right").getElementsByTagName("DIV");
	for (var i=0, len=hEls.length; i<len; i++) {
		hEls[i].onmouseover=function() {this.className+=" jshover";}
		hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover", ""); }
	}		
}
if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover);	
 
