var minVersion = "10";
var FL = PluginDetect.isMinVersion('Flash', minVersion);

if (FL == 1){
	
	document.write('<div class="message-content"><img src="/images/maestro/compatibility/detected.png" height="37" width="37"><span class="green"><strong>Adobe Flash Plugin detected! </strong>- Version ' + PluginDetect.getVersion('Flash') + '</span><br /><span class="information">Your Adobe Flash version is compatible with Maestro Label Designer.</span></div>');
}

else if (FL == 0){
	
	document.write('<div class="message-content"><img src="/images/maestro/compatibility/undetected.png" height="37" width="37"><span class="red"><strong>Adobe Flash Plugin not detected!</strong></span><br /><span class="information">Your Adobe Flash version is incompatible with Maestro Label Designer or it is not installed.</span><br /><br /><a href="http://get.adobe.com/flashplayer/" target="_blank" class="install-link">Install Adobe Flash Player</a></div>');

}

else if (FL == -1) {

    if (PluginDetect.isMinVersion('Flash', '0') >= 0) {
	document.write('<div class="message-content"><img src="/images/maestro/compatibility/undetected.png" height="37" width="37"><span class="red"><strong>Adobe Flash Plugin not detected!</strong></span><br /><span class="information">Your Adobe Flash version is incompatible with Maestro Label Designer or it is not installed.</span><br /><br /><a href="http://get.adobe.com/flashplayer/" target="_blank" class="install-link">Install Adobe Flash Player</a></div>');
   }

   else {
	document.write('<div class="message-content"><img src="/images/maestro/compatibility/undetected.png" height="37" width="37"><span class="red"><strong>Adobe Flash Plugin not detected!</strong></span><br /><span class="information">Your Adobe Flash version is incompatible with Maestro Label Designer or it is not installed.</span><br /><br /><a href="http://get.adobe.com/flashplayer/" target="_blank" class="install-link">Install Adobe Flash Player</a></div>');
      
   }
   

}

else if (FL == -2){
	document.write('<div class="message-content"><img src="/images/maestro/compatibility/undetected.png" height="37" width="37"><span class="red"><strong>Adobe Flash Plugin not detected!</strong></span><br /><span class="information">Your Adobe Flash version is incompatible with Maestro Label Designer or it is not installed.</span><br /><br /><a href="http://get.adobe.com/flashplayer/" target="_blank" class="install-link">Install Adobe Flash Player</a></div>'); 

}

else if (FL == -3){
	document.write('<div class="message-content"><img src="/images/maestro/compatibility/undetected.png" height="37" width="37"><span class="red"><strong>Adobe Flash Plugin not detected!</strong></span><br /><span class="information">Your Adobe Flash version is incompatible with Maestro Label Designer or it is not installed.</span><br /><br /><a href="http://get.adobe.com/flashplayer/" target="_blank" class="install-link">Install Adobe Flash Player</a></div>');
};
