var flashVer = 0;if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {	if (navigator.plugins && navigator.plugins["Shockwave Flash"]) {		versionIndex = navigator.plugins["Shockwave Flash"].description.indexOf(".");		var versionString = navigator.plugins["Shockwave Flash"].description.substring(versionIndex-1, versionIndex);		flashVer = parseInt(versionString);	}} else if (navigator.userAgent && (navigator.userAgent.indexOf("MSIE") != -1) && (navigator.userAgent.indexOf("Win") != -1)) {	document.writeln('<scr'+'ipt language=vbscript\>');	document.writeln('on error resume next');	document.writeln('for i = 8 to 5 step -1');	document.writeln('SFlash = "ShockwaveFlash.ShockwaveFlash." & i');	document.writeln('hasflash = isObject(CreateObject(SFlash))');	document.writeln('if hasflash then');	document.writeln('flashVer = i');	document.writeln('exit for');	document.writeln('end if');	document.writeln('next');	document.writeln('</scr'+'ipt\>');}function printMarquee() {	if (flashVer>6) {		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');		document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');		document.write('width="806" height="272" id="marquee" align="middle">');		document.write('<param name="allowScriptAccess" value="sameDomain" />');		document.write('<param name="movie" value="swf/marquee.swf" />');		document.write('<param name="menu" value="false" />');		document.write('<param name="quality" value="high" />');		document.write('<param name="bgcolor" value="#EBEBEC" />');		document.write('<embed src="swf/marquee.swf" menu="false" quality="high" ');		document.write('bgcolor="#EBEBEC" width="806" height="272" name="marquee" align="middle" ');		document.write('allowScriptAccess="sameDomain" type="application/x-shockwave-flash" ');		document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');	} else {		document.write('<a href="http://macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">');		document.write('<img src="images/home/get_flash.jpg" alt="Get Flash" width="806" height="272" border="0" />');		document.write('</a>');	}}function printMFE(prodID) {	if (flashVer>6) {		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');		document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');		document.write('width="580" height="270" id="mfe" align="middle">');		document.write('<param name="allowScriptAccess" value="sameDomain" />');		document.write('<param name="movie" value="swf/mfe.swf?prodID='+prodID+'" />');		document.write('<param name="menu" value="false" />');		document.write('<param name="quality" value="high" />');		document.write('<param name="bgcolor" value="#EBEBEC" />');		document.write('<embed src="swf/mfe.swf?prodID='+prodID+'" menu="false" quality="high" ');		document.write('bgcolor="#EBEBEC" width="580" height="270" name="mfe" align="middle" ');		document.write('allowScriptAccess="sameDomain" type="application/x-shockwave-flash" ');		document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');	} else {		document.write('<a href="http://macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">');		document.write('<img src="images/product_detail/get_flash.jpg" alt="Get Flash" width="580" height="270" border="0" />');		document.write('</a>');	}}