﻿function RunFlash(strFlashFile, strWidth, strHeight, strImgFile)
{
    document.write('<object type="application/x-shockwave-flash" data="' + strFlashFile + '" width="' + strWidth + '" height="' + strHeight + '">\n');
    document.write('<param name="movie" value="' + strFlashFile + '" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="wmode" value="transparent" />\n');
    document.write('<a href="http://www.adobe.com" target="_blank"><img src="' + strImgFile + '" width="' + strWidth + '" height="' + strHeight + '" border="0" alt="Honda - Ecological Driver Assist System" /></a>');
    document.write('</object>\n');
}
