<!--
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
   && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
	document.write('</SCRIPT\> \n');
}
if ( plugin ) {
	document.write('<center><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=100% HEIGHT=100%>');
	document.write(' <PARAM codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=100% HEIGHT=100%>');
	document.write(' <PARAM NAME=movie VALUE="comp/swf/aef.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#ffffff>  ');
	document.write(' <EMBED src="comp/swf/aef.swf" menu=false quality=high bgcolor=#ffffff  ');
	document.write(' swLiveConnect=FALSE WIDTH=100% HEIGHT=100%');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write(' </EMBED>');
	document.write(' </OBJECT></center>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
	document.write('<br><br><br><br><font color="#319EFF" size="3"><big><b>A.E.F.</b></big></font><br><br>Impianti depurazione - Trattamento acque - Impianti filtrazione - Prodotti chimici per l\'ecologia<br><br>');
	document.write('Depuration plants - Water treatement - Filtration plants - Chemical products<br><br>');
	document.write('<br><br><br><br><br><br><br><a href="home.php?lang=it" class="link"><b>ENTRA >></b></a>');
	document.write('&nbsp; &nbsp; &nbsp; <a href="home.php?lang=en" class="link"><b>ENTER >></b></a>');
}
//-->
