function showHeader()	{
	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="800" height="285">');
    document.write('<param name="movie" value="/flash/header01.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="/flash/header01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="285"></embed>');
  	document.write('</object>');
}

function showMultimedia()	{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="250">');
  document.write('<param name="movie" value="/flash/multimedia.swf">');
  document.write('<param name="quality" value="high">');
  document.write('<embed src="/flash/multimedia.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="250"></embed>');
  document.write('</object>');
	}
	
function showHomeflash()	{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="289">');
  document.write('<param name="movie" value="/flash/homepage.swf">');
  document.write('<param name="quality" value="high">');
  document.write('<embed src="/flash/homepage.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="289"></embed>');
  document.write('</object>');
	}