function Runlogo()
{
	document.write('<OBJECT>\n');
	document.write('<PARAM name="movie" value="flash/logo1.swf">\n');
    document.write('<PARAM name="quality" value="high">\n');
    document.write('<PARAM name="PLAY" value="true">\n');
    document.write('<PARAM name="loop" value="true">\n');
    document.write('<EMBED src="en/flash/logo1.swf" width="350" height="30" type="a" type="a">\n');
	document.write('</OBJECT>\n');
}


