function writeFlashHeader(id, theSource)
{
	document.getElementById(id).innerHTML = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"740\" height=\"58\"><param name=\"movie\" value=\""+theSource+"\" /><param name=\"quality\" value=\"high\" /><param name=\"BGCOLOR\" value=\"#000000\" /><embed src=\""+theSource+"\" width=\"740\" height=\"58\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" bgcolor=\"#000000\"></embed></object>";
}

function writeFlashFooter(id, theSource)
{
	document.getElementById(id).innerHTML = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"740\" height=\"17\"><param name=\"movie\" value=\""+theSource+"\" /><param name=\"quality\" value=\"high\" /><param name=\"BGCOLOR\" value=\"#000000\" /><embed src=\""+theSource+"\" width=\"740\" height=\"17\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" bgcolor=\"#000000\"></embed></object>";
}

function writeFlash(id, theSource, height, width)
{
	document.getElementById(id).innerHTML = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+width+"\" height=\""+height+"\"><param name=\"movie\" value=\""+theSource+"\"/><param name=\"quality\" value=\"high\" /><param name=\"BGCOLOR\" value=\"#000000\"><embed src=\""+theSource+"\" width=\""+width+"\" height=\""+height+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" bgcolor=\"#000000\"></embed></object>";
}

function writeFlash2(id, theSource, height, width)
{
	document.getElementById(id).innerHTML = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+width+"\" height=\""+height+"\"><param name=\"movie\" value=\""+theSource+"\"/><param name=\"quality\" value=\"high\" /><param name=\"BGCOLOR\" value=\"#ffffff\"><embed src=\""+theSource+"\" width=\""+width+"\" height=\""+height+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" bgcolor=\"#ffffff\"></embed></object>";
}