function viewPGN(pgnfile) {
  top.RFrame.document.clear();
  top.RFrame.document.write("<html><body>");
  top.RFrame.document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
  top.RFrame.document.write("codebase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0 ");
  top.RFrame.document.write("width='660' height='520'>");
  top.RFrame.document.write("<param name=movie value='chessgenie_pgn.swf?PGNfile=");
  top.RFrame.document.write(pgnfile);
  top.RFrame.document.write("'><param name=bgcolor value=#ccffcc>");
  top.RFrame.document.write("<param name=quality value='high'>");
  top.RFrame.document.write("<PARAM NAME='play' VALUE='true'>");
  top.RFrame.document.write("<embed SRC='chessgenie_pgn.swf?PGNfile=");
  top.RFrame.document.write(pgnfile);
  top.RFrame.document.write("' quality=high ");
  top.RFrame.document.write("width='660' height='520' bgcolor='#ccffcc' ");
  top.RFrame.document.write("type='application/x-shockwave-flash' ");
  top.RFrame.document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>");
  top.RFrame.document.write("</embed></object>");
  top.RFrame.document.write("</body></html>");
  top.RFrame.document.close();
}
