window.onload=function() {
	if(navigator.appName=="Microsoft Internet Explorer") {
	document.getElementById('def').style.height = document.getElementById('All').offsetHeight - 230+'px';
	document.getElementById('menu_l').style.height = document.getElementById('All').offsetHeight - 107+'px';
	}
	else
	{
	document.getElementById('def').style.height = document.getElementById('All').offsetHeight - 256+'px';
	document.getElementById('menu_l').style.height = document.getElementById('All').offsetHeight - 107+'px';
	}
	}

function resiz() {
	if(navigator.appName=="Microsoft Internet Explorer") {
	document.getElementById('def').style.height = document.getElementById('All').offsetHeight - 230+'px';
	document.getElementById('menu_l').style.height = document.getElementById('All').offsetHeight - 107+'px';
	}
	else
	{
	document.getElementById('def').style.height = document.getElementById('All').offsetHeight - 256+'px';
	document.getElementById('menu_l').style.height = document.getElementById('All').offsetHeight - 107+'px';
	}
	}

function zoom(srcfile)
	{
	var m = screen.availWidth/2;
	zw = window.open("","zoomwin","width=200,height=200,top=20,left=20,resizable=yes,location=no,scrollbars=no,status=no,toolbar=no,directories=no");
	zwdata = "<html><head><title>Компания &quot;EDM Group&quot;</title><script type='text/javascript'> function rwin() { self.resizeTo(document.images['imgfile'].width+11, document.images['imgfile'].height+31); var sleva = " + m + " - ((document.getElementById('imgfile').width)/2); self.moveTo(sleva,50); } </script></head><body topmargin='0' bottommargin='0' leftmargin='0' rightmargin='0' marginheight='0' marginwidth='0' onload='rwin()'><a href='javascript:self.close()'><img id='imgfile' src=" + srcfile +" alt='закрыть окно' title='закрыть окно' border='0'></a></body></html>";
	zw.document.open();
	zw.document.write(zwdata);
	zw.document.close();
	}
	
function onblock (blockon,linkon) {
	document.getElementById(blockon).style.display = 'block';
	document.getElementById(linkon).style.color = '#ffffff';
}
	
function offblock (blockoff,linkoff) {
	document.getElementById(blockoff).style.display = 'none';
	document.getElementById(linkoff).style.color = '#2a4e8e';
}
	

function onblock2 (blockon2,linkon2,blon,lon) {
	document.getElementById(blockon2).style.display = 'block';
	document.getElementById(linkon2).style.color = '#ffffff';
	document.getElementById(blon).style.display = 'block';
	document.getElementById(lon).style.color = '#ffffff';
	document.getElementById(lon).style.background = 'url(/i/strel.gif) 135px 50% no-repeat';
}
	
function offblock2 (blockoff2,linkoff2,bloff,loff) {
	document.getElementById(blockoff2).style.display = 'none';
	document.getElementById(linkoff2).style.color = '#2a4e8e';
	document.getElementById(bloff).style.display = 'none';
	document.getElementById(loff).style.color = '#2a4e8e';
	document.getElementById(loff).style.background = 'none';
}
	
	
