function indexflash(){
	document.write('<scr' + 'ipt type="text/javascript">'+'\n');
	document.write('swfObj=new Object();\n');
	document.write('swfObj.swf="default.swf";\n');
	document.write('swfObj.swfInstall="flashUpdate.swf";\n');
	document.write('swfObj.name="default";\n');
	document.write('swfObj.requiredMajorVersion=7;\n');
	document.write('swfObj.requiredMinorVersion=0;\n');
	document.write('swfObj.requiredRevision=0;\n');
	document.write('swfObj.substitute="requirement.html";\n');
	document.write('swfObj.width="100%";\n');
	document.write('swfObj.height="100%";\n');
	document.write('swfObj.loop="false";\n');
	document.write('swfObj.menu="false";\n');
	document.write('swfObj.wmode="Window";\n');
	document.write('swfObj.quality="high";\n');
	document.write('swfObj.bgcolor="#F499B8";\n');
	document.write('swfObj.scale="noScale";\n');
	document.write('swfObj.flashvars="";\n');
	document.write('detectFlash(swfObj);\n');
	document.write('<\/scr' + 'ipt\>'+'\n');
	}
