﻿function openSmall(ID) {
    window.open("bjc_nonav.aspx?id=" + ID, "Small", "status,scrollbars=yes,height=600,width=500");
}