function runControl(src_var, startFrame_var, gotAll_var, width_var, height_var )
{

document.write('<object type="application/x-shockwave-flash" data="'+src_var+"?startFrame="+startFrame_var+"&gotAll="+gotAll_var+'" width="'+width_var+'" height="'+height_var+'">\n');

document.write('<param name="movie" value="'+src_var+"?gotAll="+gotAll_var+"&startFrame="+startFrame_var+'" />;');
document.write('<param name="quality" VALUE="high" />\n');
document.write('<param name="bgcolor" VALUE="#FFFF66" />\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');

document.write('</object>\n');

}
