// JavaScript Document
function headerflash()
	{
		document.write('<OBJECT height=180 width=240 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
		document.write('<PARAM NAME="movie" VALUE="files/video/wsi_video.swf">\n');
		document.write('<PARAM NAME="allowScriptAccess" VALUE="sameDomain" />\n');
		document.write('<PARAM NAME="quality" VALUE="high">\n');
		document.write('<embed src="files/video/wsi_video.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="240" height="180">\n');
		document.write('</embed>\n');
		document.write('</object>\n');
	}
