function embedHeaderFlash(link)
 {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="960" height="160">\n');
	document.write('<param name="movie" value="flash/header_done.swf'+ link +'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="flash/header_done.swf'+ link +'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="960" height="160"></embed>\n');
	document.write('</object>\n');
}


function embedVideo()
 {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="245" height="205">\n');
	document.write('<param name="movie" value="Video.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="Video.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="245" height="205"></embed>\n');
	document.write('</object>\n');
}


function embedGallery()
 {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="280" height="146">\n');
	document.write('<param name="movie" value="flash/gallery.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="flash/gallery.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="280" height="146"></embed>\n');
	document.write('</object>\n');
}

function embedNews()
 {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="215" height="130">\n');
	document.write('<param name="movie" value="flash/news.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="flash/news.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="215" height="130"></embed>\n');
	document.write('</object>\n');
}


