/*
function DisplayNavFlashFile( )
{
    //<!--url's used in the movie-->
    //<!--text used in the movie-->
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if (hasRightVersion)
       {  // if we've detected an acceptable version
        // embed the flash movie
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0',
            'width', '130',
            'height', '350',
            'src', '/Flash/Nav/ITSA_Nav',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'false',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'ITSA_Nav',
            'bgcolor', '#ffcc00',
            'name', 'ITSA_Nav',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', '/Flash/Nav/ITSA_Nav',
            'salign', ''
            ); //end AC code
        }
    else
        {  // flash is too old or we can't detect the plugin
         var alternateContent = 'This content requires the Adobe Flash Player.'
             + '<a href="http://www.adobe.com/go/getflashplayer/">Get Flash</a>';
         document.write( alternateContent );  // insert non-flash content
        }
}


function DisplayServicesMovieFlashFile( strFlashFile )
{
    //<!--url's used in the movie-->
    //<!--text used in the movie-->
    //<!-- saved from url=(0013)about:internet -->
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if (hasRightVersion)
       {  // if we've detected an acceptable version
        // embed the flash movie
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0',
            'width', '1000',
            'height', '280',
            'src', '/Flash/'+strFlashFile,
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'transparent',
            'devicefont', 'false',
            'id', 'McKennaManagement_ServicesMovie',
            'bgcolor', '#ffffff',
            'name', 'McKennaManagement_ServicesMovie',
            'menu', 'false',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', '/Flash/'+strFlashFile,
            'salign', ''
            ); //end AC code
        }
    else
        {  // flash is too old or we can't detect the plugin
         var alternateContent = 'This content requires the Adobe Flash Player.'
             + '<a href="http://www.adobe.com/go/getflashplayer/">Get Flash</a>';
         document.write( alternateContent );  // insert non-flash content
        }
}
*/



function DisplayLogoHeaderFlashFile( )
{
    //<!--url's used in the movie-->
    //<!--text used in the movie-->
    //<!-- saved from url=(0013)about:internet -->
    // 'codebase', 'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
    // 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',

    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if (hasRightVersion)
       {  // if we've detected an acceptable version
        // embed the flash movie
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
            'width', '520',
            'height', '58',
            'src', '/Flash/IE_Logo_Header',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'transparent',
            'devicefont', 'false',
            'id', 'IE_LogoMovie',
            'bgcolor', '#ffffff',
            'name', 'IE_LogoMovie',
            'menu', 'false',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', '/Flash/IE_Logo_Header',
            'salign', ''
            ); //end AC code
        }
    else
        {  // flash is too old or we can't detect the plugin
         var alternateContent = 'This content requires the Adobe Flash Player.'
             + '<a href="http://www.adobe.com/go/getflashplayer/">Get Flash</a>';
         document.write( alternateContent );  // insert non-flash content
        }
}



function DisplayHomeMovieFlashFile( )
{
    //<!--url's used in the movie-->
    //<!--text used in the movie-->
    //<!-- saved from url=(0013)about:internet -->
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if (hasRightVersion)
       {  // if we've detected an acceptable version
        // embed the flash movie
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
            'width', '1067',
            'height', '290',
            'src', '/Flash/IEWebFlash',
            'quality', 'high',
            'pluginspage', 'http://get.adobe.com/flashplayer/',
            'align', 'middle',
            'play', 'true',
            'loop', 'false',
            'scale', 'showall',
            'wmode', 'transparent',
            'devicefont', 'false',
            'id', 'IE_HomeMovie',
            'bgcolor', '#ffffff',
            'name', 'IE_HomeMovie',
            'menu', 'false',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', '/Flash/IEWebFlash',
            'salign', ''
            ); //end AC code
        }
    else
        {  // flash is too old or we can't detect the plugin
         var alternateContent = 'This content requires the Adobe Flash Player.'
             + '<a href="http://www.adobe.com/go/getflashplayer/">Get Flash</a>';
         document.write( alternateContent );  // insert non-flash content
        }
    //            'height', '235',

}
