function xionSWF(name, x, y) {
	document.write('<object data="' + name + '.swf" type="application/x-shockwave-flash" width="' + x + '" height="' +y + '">\n');
	document.write(' <param name="movie" value="' + name + '.swf" />\n');
	document.write('</object>\n');
}