﻿var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
	// embed the flash movie
	AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0',
		'width', '100%',
		'height', '100%',
		'src', 'v1_0',
		'quality', 'best',
		'pluginspage', 'http://www.adobe.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'noscale',
		'wmode', 'window',
		'devicefont', 'false',
		'id', 'v1_0',
		'bgcolor', '#9faeb9',
		'name', 'v1_0',
		'menu', 'true',
		'allowFullScreen', 'false',
		'allowScriptAccess','sameDomain',
		'movie', 'v1_0',
		'salign', 'lt'
		); //end AC code
} else { 
	var alternateContent = '<table height="100%" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="130px" align="center" class="style_1"><p class="style_2">Teie veebilehitseja ei toeta <b>FLASH</b>\'i!</p><p class="style_3">Palun installeerige <b>FLASH</b> siit:</p><p><a href="http://www.adobe.com/go/getflashplayer/" target="_blank"><img src="get_adobe_flash_player.gif" width="158px" height="39px" border="0"></a></p></td></tr><tr><td height="8px" class="style_4"></td></tr><tr><td align="center" valign="top" class="style_5"><table width="515px" border="0" cellspacing="0" cellpadding="0"><tr><td width="13" height="13"><img src="s_up_l.gif" width="13px" height="13px"></td><td colspan="4" class="style_6"><img src="none.gif" width="1px" height="1px"></td><td width="13" height="13"><img src="s_up_r.gif" width="13px" height="13px"></td></tr><tr><td width="13px" class="style_7"><img src="none.gif" width="1px" height="1px"></td><td width="100%" height="240px" colspan="4" valign="top" class="style_8"><img src="WebTech.gif" width="242" height="46" alt="WebTech" title="WebTech"><br /><br /><br />• Veebilehtede loomine<br />• Internetipõhise spetsiaaltarkvara projekteerimine ja loomine<br />• Veebilehtede ja firma identiteedi kujundamine<br />• Reklaammaterjalide ja trükiste kujundamine<br />• Flash-rakenduste loomine<br />• Programmeerimiskeeled ( HTML, CSS, PHP, XML, JS, AJAX )<br />• Makselahenduste integreerimine (Pangalink, PayPal, Krediitkaart)<br />• Virtuaalserveri rent</td><td width="13px" class="style_9"><img src="none.gif" width="1px" height="1px"></td></tr><tr><td width="13" class="style_10"><img src="none.gif" width="1" height="1"></td><td align="center" height="50" class="style_11"><img src="mail.gif" width="41" height="22" alt="mail"></td><td align="center" height="50" class="style_12"><a class="style_13" href="mailto:info@webtech.ee" target="_blank">info@webtech.ee</a></td><td align="center" height="50" class="style_14"><img src="phone.gif" width="41" height="28" alt="phone"></td><td align="center" height="50" nowrap class="style_15">+372 5322 6464<br/>+372 5664 4808</td><td width="13px" class="style_16"><img src="none.gif" width="1" height="1"></td></tr><tr><td><img src="s_dw_l.gif" width="13px" height="13px"></td><td width="13px" height="13px" colspan="4" class="style_17"><img src="none.gif" width="1px" height="1px"></td><td width="13px" height="13px"><img src="s_dw_r.gif" width="13px" height="13px"></td></tr></table></td></tr></table>';
	document.write(alternateContent);
}
