function magassag()
{

 bongeszo = navigator.appName;
 verzio = navigator.userAgent;
 sh_opera = window.innerHeight;
 sh = document.documentElement.clientHeight;



	if (verzio.indexOf("MSIE 6.0") != -1)
		{
		document.getElementById('cont_right4').style.height = '465px';
		}

	}



window.onload=magassag;


