function RunFlash()
{

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="520">\n');
document.write('<PARAM name="movie" value="index.swf">\n');
document.write('<PARAM name="play" value="true">\n');

document.write('<PARAM name="ioop" value="false">\n');

document.write('<PARAM name="quality" value="high">\n');

document.write('<EMBED src="index.swf" width="550" height="520" type="a">\n');

document.write('</object>\n');

}

