var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if (hasRightVersion) {  // if we've detected an acceptable version
	document.write('<div class="main_flash" style="clear:both;">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="582" height="151">');
	document.write('<param name="movie" value="/img/new_flash_3.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<PARAM NAME="MENU" VALUE="FALSE" />');
	document.write('<embed src="/img/new_flash_3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="582" height="151"></embed>');
	document.write('</object>');
	document.write('</div>');
} else {  // flash is too old or we can't detect the plugin
	document.write('<div class="main_flash_static" style="clear:both; border="1"">');
	document.write('<img src="/img/static_pic.jpg" alt="" width="580" height="113" border="0"><br />');
	document.write('<div class="banner_menu_item"> <a href="/hot"><img src="/img/hot.gif" alt="Горячие предложения" name="hot" width="145" height="36" border="0"></a></div>');
	document.write('<div class="banner_menu_item"><a href="/teambuild-training"><img src="/img/traning.gif" alt="Тренинги по командообразованию" name="traning" width="145" height="36" border="0"></a></div>');
	document.write('<div class="banner_menu_item"><a href="/holidays"><img src="/img/party.gif" alt="Праздники и корпоративные мероприятия" name="party" width="145" height="36" border="0"></a></div>');
	document.write('<div class="banner_menu_item"><a href="/special-projects"><img src="/img/projects.gif" alt="Спецпроекты" name="projects" width="146" height="36" border="0"></a></div>');
	document.write('</div>');
}



