function runControl(src_var, width_var, height_var )
{

document.write('<object type="application/x-shockwave-flash" data="   '+src_var+'" width="'+width_var+'" height="'+height_var+'   ">\n');



document.write('<param name="movie" value="'+src_var+'" />;');
document.write('<param name="quality" VALUE="high" />\n');
document.write('<param name="bgcolor" VALUE="#FFFFFF" />\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');

document.write('</object>\n');

}

