﻿// required to allow iframe to be resized
document.domain="microsoft.com";

function ShowIconKey()
{
    var legend = document.getElementById('extraLegend');
    legend.style.display = (legend.style.display=='block')?'none':'block';
}
