// JavaScript Document
function RunFlash() {
	document.write('<object type="application/x-shockwave-flash" data="flash/intro.swf" width="500" height="380">\n');
    document.write('<param name="movie" value="flash/intro.swf">\n');
    document.write('</object>\n');
}