// JavaScript Document

function RunIntro()
{
    document.write('<object type="application/x-shockwave-flash" data="/flash/intro.swf" width="575" height="100">\n');
    document.write('<param name="movie" value="/flash/intro.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="movie.swf" wmode="transparent" quality="high" width="400" height="300" name="movie" align="" type="application/x-shockwave-flash" plug inspage="http://www.macromedia.com/go/getflashplayer">\n');
    document.write('</object>\n');
}