function output_flash(bottom_margin, imagefile){
	document.write("<object type=\"application/x-shockwave-flash\" data=\"/images/topflash.php\" width=\"600\" height=\"83\""+bottom_margin+">");
	document.write('<param name="movie" value="/images/topflash.php" />');
	document.write("<img src=\""+imagefile+"\" width=\"600\" height=\"83\" border=\"0\" alt=\"\" />");
	document.write('</object>');
}