function displayFlash()
{
    var flashfile = "images/home/MROflash.swf";
    
    document.write("<div id=\"div_flashOK\" style=\"display:block;z-index:-50;width:503px;height:177px;\"><OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=177 width=503 border=0 align=right classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 style=\"z-index:-50;\"><PARAM NAME=\"movie\" VALUE=\""+flashfile+"\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><embed src=\""+flashfile+"\" quality=\"high\" wmode=\"transparent\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"503\" height=\"177\" style=\"z-index:-50;\"></embed></OBJECT></div>");
}