﻿// JScript File

function showLegend()
{
    window.open('\Legend.aspx','','height=315,width=250');
}
 
