//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', '141',
//            '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', '#ffffff',
//            '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 DisplayMovieFlashFile( )
{
    //<!--url's used in the movie-->
    //<!--text used in the movie-->
    //<!-- saved from url=(0013)about:internet -->
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    //alert( "hasRightVersion = " + hasRightVersion );
    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', '740',
            'height', '280',
            'src', '/Flash/ITSA',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'false',
            'scale', 'showall',
            'wmode', 'transparent',
            'devicefont', 'false',
            'id', 'ITSA_Movie',
            'bgcolor', '#FFFFFF',
            'name', 'ITSA_Movie',
            'menu', 'false',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', '/Flash/ITSA',
            '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
        }
}
