
\n');
}
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(".")) != - 1) {
var versionString = navigator.plugins["Shockwave Flash"].description.substring(versionIndex-1, versionIndex);
versionIndex = parseInt( versionString );
if ( versionIndex >= 5 ) {
FlashMode = 1;
}
}
}
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(' \n');
}
if ( ShockMode ) {
if ( FlashMode ) {
document.write('SHOCKWAVE 8.5 PLUG-IN DETECTED ');
} else {
document.write('SHOCKWAVE 8.5 PLUG-IN DETECTED ');
}
} else {
if ( FlashMode ) {
document.write('SHOCKWAVE 8.5 PLUG-IN NON È PRESENTE NEL VOSTRO SISTEMA CLICCATE QUI PER SCARICARLA ');
} else {
document.write('SHOCKWAVE 8.5 PLUG-IN NON È PRESENTE NEL VOSTRO SISTEMA CLICCATE QUI PER SCARICARLA ');
}
}
//-->
|