path='http://emili-med.ru/templates/emili/';
// for IE6
if (navigator.userAgent.indexOf('IE 6')!=-1)
{
	document.write('<link rel="stylesheet" type="text/css" media="screen" href="'+path+'css/ie6.css" />');
}

function header()
{
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
			'width', '900',
			'height', '212',
			'src', 'header_v7',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'header_v7',
			'bgcolor', '#ffffff',
			'name', 'header_v7',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', path+'header_v7',
			'salign', ''
			); //end AC code
	}
}

function wid()
{
	if (window.screen.width > 1400){document.getElementById("site").style.width = "1400px";}
	if (window.screen.width < 1024){document.getElementById("site").style.width = "1024px";}
}
