var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

function getflash(swf_file,swf_width,swf_height,swf_bgcolor) {

    if(plugin){
        plugin=(parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))>=6);
    }
    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"'+'>\non error resume next\nplugin=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.8")))\n</'+'script'+'>');
        }

    if(plugin){
        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+swf_width+'" height="'+swf_height+'"><param name="movie" value="'+swf_file+'"><param name="quality" value="high"><param name="bgcolor" value="#'+swf_bgcolor+'"><embed src="'+swf_file+'" quality="high" bgcolor="#'+swf_bgcolor+'" swLiveConnect="false" width="'+swf_width+'" height="'+swf_height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>');
    }
    else {
        document.write('Установите Flash Player');
    }

}

function getflash2(swf_file,swf_width,swf_height,swf_bgcolor) {

    if(plugin){
        plugin=(parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))>=6);
    }
    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"'+'>\non error resume next\nplugin=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.8")))\n</'+'script'+'>');
        }

    if(plugin){
        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+swf_width+'" height="'+swf_height+'"><param name="movie" value="'+swf_file+'"><param name="quality" value="high"><param name="bgcolor" value="#'+swf_bgcolor+'"><embed src="'+swf_file+'" quality="high" bgcolor="#'+swf_bgcolor+'" swLiveConnect="false" width="'+swf_width+'" height="'+swf_height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>');
    }
    else {
        document.write('Установите Flash Player');
    }

}


