function displayflash(){
		document.write('<object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%">\n');
		document.write('<param name="movie" value="index.swf"/>\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('	<param name="allowScriptAccess" value="sameDomain" />\n');
		document.write('</object>\n');
	}
