function flashload( dpic )
{
    if (AC_FL_RunContent == 0) {
        alert("This page requires AC_RunActiveContent.js.");
    } else {
        if ( GetSwfVer() == -1 )
        {
            document.write( "<"+dpic+"/>" );
        }
        else
        {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
                'width', '740',
                'height', '340',
                'src', 'animation',
                'quality', 'high',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'wmode', 'transparent',
                'devicefont', 'false',
                'id', 'animation',
                'bgcolor', '#ffffff',
                'name', 'animation',
                'menu', 'true',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', 'animation',
                'salign', ''
                ); //end AC code
        }
    }
}

