admanage_function_exists = true; MM_FlashCanPlay = false; function embed_admanage_flash_init(min){ MM_contentVersion = min; var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0; if ( plugin ) { var words = navigator.plugins["Shockwave Flash"].description.split(" "); for (var i = 0; i < words.length; ++i){ if (isNaN(parseInt(words[i]))) continue; var MM_PluginVersion = words[i]; } MM_FlashCanPlay = parseFloat(MM_PluginVersion) >= MM_contentVersion; } else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) { document.write(' \n'); //FS hide this from IE4.5 Mac by splitting the tag document.write('on error resume next \n'); document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n'); document.write(' \n'); } } function embed_admanage_flash(path,w,h,trans,altFlash){ if ( MM_FlashCanPlay ) { if(trans == 'true' || trans == true){ objTrans = ''; emebedTrans = ' wmode="transparent"'; } else { objTrans = ''; emebedTrans = ''; } document.write(''); document.write(''+objTrans); document.write(''); document.write(''); document.write(''); } else{ if(altFlash.lastIndexOf('/') != altFlash.length-1)document.write(''); } }