﻿function fixIEFlash(id) {var o = $get(id);
    if (o && o != null) { o.outerHTML = o.outerHTML; }
}