function output_flash(backgroundimage, backgroundsize){
	document.write('<object type="application/x-shockwave-flash" data="/images/ccc.swf" width="630" height="90" style="position:relative;top:0px">');
	document.write('<param name=\"movie\" value=\"/images/ccc.swf\" />');
	document.write("<img src=\""+backgroundimage+"\" "+backgroundsize+" hspace=\"0\" vspace=\"0\" alt=\"\" style=\"position: absolute; top: 0px\"/>");
	document.write('</object>');
}