/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Codewise Presentation Manager - Flash Detection Script File, JS

Copyright (c) 2004-2008 Codewise Systems Inc. & Twisted Lime Media Inc. 
All rights reserved.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

if((navigator.plugins)&&(navigator.plugins.length>0)){FlashPlayerPluginObject=navigator.plugins['Shockwave Flash'];if(FlashPlayerPluginObject){flashinstalled=2;if(FlashPlayerPluginObject.description){var pluginDescription=FlashPlayerPluginObject.description;flashversion=pluginDescription.split('.')[0].split('Shockwave Flash')[1];};}else{flashinstalled=1;if(navigator.plugins['Shockwave Flash 2.0']){flashinstalled=2;flashversion=2;};};for(loop00=0;loop00<navigator.plugins.length;loop00++){if(navigator.plugins[loop00].name.indexOf('QuickTime')!=-1){QuickTimePlayerInstalled=1;QuickTimePlayerVersion=parseFloat(navigator.plugins[loop00].name.substring(18));};};}else if((navigator.mimeTypes)&&(navigator.mimeTypes.length)){FlashPlayerPluginObject=navigator.mimeTypes['application/FlashPlayerPluginObject-shockwave-flash'];if((FlashPlayerPluginObject)&&(FlashPlayerPluginObject.enabledPlugin)){flashinstalled=2;}else{flashinstalled=1;};}else{FlashMSDetect="true";QuickTimePlayerMSDetect="true";};dMsg+='The _codewise\/codewise_flash_detection.js script has been loaded|';