function openChart(chartID, name)
{
    window.open("sizecharts.php?chart=" + chartID, null, "width=550,height=650,status=yes,toolbar=no,menubar=no,location=no");
}
