function headerFlash()
{
	document.write('<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="797" height="183">\n');
	document.write('<param name="movie" value="/data/swf/header.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<embed src="/data/swf/header.swf" quality="high" wmode="transparent" bgcolor="#000000" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="797" height="183"></embed>\n');
	document.write('</object>');
}
function loadFlash(fileName, xml, width, height)
{
	document.write('<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+'">\n');
	document.write('<param name="movie" value="'+fileName+'">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="flashvars" value="fileXml='+xml+'"\N />');
	document.write('<embed src="'+fileName+'" quality="high" FlashVars="fileXml='+xml+'" wmode="transparent" bgcolor="#000000" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>\n');
	document.write('</object>');
}

/*
function loadFlash(fileName, width, height)
{
	document.write('<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+'">\n');
	document.write('<param name="movie" value="'+fileName+'">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<embed src="'+fileName+'" quality="high" wmode="transparent" bgcolor="#000000" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>\n');
	document.write('</object>');
}
*/
