function ShowDiagram(FEN) {
  document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
  document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' ");
  document.write("width='255' height='270'>");
  document.write("<param name=movie value='cgenie0.swf?FEN=");
  document.write(FEN);
  document.write("'><param name=bgcolor value=#ffffee>");
  document.write("<param name=quality value='high'>");
  document.write("<PARAM NAME='play' VALUE='true'>");
  document.write("<embed SRC='cgenie0.swf?FEN=");
  document.write(FEN);
  document.write("' quality=high ");
  document.write("width='255' height='270' bgcolor='#ffffee' ");
  document.write("TYPE='application/x-shockwave-flash' ");
  document.write("PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
  document.write("</embed></object>");
}
function ShowGame(GameFile) {
  document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
  document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' ");
  document.write("width='284' height='350'>");
  document.write("<param name=movie value='cgenie1.swf?gameFile=");
  document.write("feature/"+GameFile+".txt");
  document.write("'><param name=bgcolor value=#ffffee>");
  document.write("<param name=quality value='high'>");
  document.write("<PARAM NAME='play' VALUE='true'>");
  document.write("<embed SRC='cgenie1.swf?gameFile=");
  document.write("feature/"+GameFile+".txt");
  document.write("' quality=high ");
  document.write("width='284' height='350' bgcolor='#ffffee' ");
  document.write("type='application/x-shockwave-flash' ");
  document.write("TYPE='application/x-shockwave-flash' ");
  document.write("PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
  document.write("</EMBED></OBJECT>");

}
