function flash_write(file, width, height) {
document.write('<P><center><APPLET code="'+file+'" width="'+width+'" height="'+height+'"></APPLET/></center></P>');
} 