function RunFlash()
{
	document.write('<p>\n');
    document.write('<object type="application/x-shockwave-flash" data="introflash.swf">\n');
    document.write('<param name="quality" value="high" />\n');
	document.write('<param name="movie" value="introflash.swf" />\n');
    document.write('</object>\n');
	document.write('</p>\n');
}
