if(document.all && !window.opera)
	{
		if (/MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32")
		{
			document.write("<style>img.main_logo {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/main_logo.png', sizingMethod='crop')}</style>");
		} 
		else document.write("<style>img.main_logo {background-image:url('img/main_logo2.gif'); background-repeat : no-repeat}</style>");
	} 
	else 
		if (document.getElementById) 
		{
			document.write("<style>img.main_logo {background-image:url('img/main_logo.png'); background-repeat : no-repeat}</style>");
		}
