var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.75',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div><img src='img/no-ie6.png' alt='' style='float: left;'/><p><br /><strong>Sajn&aacute;lom, de a b&ouml;ng&eacute;sz&#337;je (Internet Explorer 6) nem alkalmas az oldal megtekint&eacute;s&eacute;hez!</strong><br /><br />K&eacute;rem, friss&iacute;tse az <a href='http://www.microsoft.com/downloads/details.aspx?FamilyID=341c2ad5-8c3d-4347-8c03-08cdecd8852b&displaylang=hu'>Internet Explorer 8</a>-ra, vagy, ha gyorsabb &eacute;s biztons&aacute;gosabb b&ouml;ng&eacute;sz&eacute;sre v&aacute;gyik, t&ouml;ltse le az al&aacute;bbi b&ouml;ng&eacute;sz&#337;k egyik&eacute;t:<br /><br /><center><a href='http://www.mozilla-europe.org/hu/firefox/'>Firefox</a> (magyar)<br /><a href='http://www.google.com/chrome/index.html?hl=hu&brand=CHMB&utm_campaign=hu&utm_source=hu-ha-emea-hu-sk&utm_medium=ha'>Google Chrome</a> (magyar)<br /><a href='http://letoltokozpont.hu/letoltes_programok_reszletes.php?a=5744&k=2'>Opera</a> (magyar)<br /><a href='http://www.apple.com/safari/'>Safari</a> (angol)</center></p>")
			.css({
				backgroundColor: 'white',
				color: 'black',
				'top': '260px',
				'left': '50%',
				marginLeft: -210,
				marginTop: -200,
				width: 540,
				paddingRight: 10,
				height: 200,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
