function WriteFlash(filename, width, height, id)
{
	document.write('<object type=\"application/x-shockwave-flash\" data=\"'+filename+'\" width=\"'+width+'\" height=\"'+height+'\" VIEWASTEXT>');
	document.write('<param name=\"quality\" value=\"high\" />');
	document.write('<param name=\"bgcolor\" value=\"#034b6e\" />');
	document.write('<param name=\"wmode\" value=\"transparent\" />');
	document.write('<param name=\"movie\" value=\"'+filename+'\" />');

	document.write('</object>');
}
