protected void TriggerBox_KeyResponse_5_Click(object sender, EventArgs e)
 {
     syncSelectedWCR();
     PageContext.RegisterStartupScript(Window_ShowQuota.GetSaveStateReference(TriggerBox_KeyResponse_5.ClientID, TextArea_KeyResponse_5.ClientID, HiddenField_KeyResponse_5.ClientID)
                                       + Window_ShowQuota.GetShowReference("iframe_ShowWCR.aspx?id=" + Request.QueryString["id"] + "&selected=" + Server.UrlEncode(hfSelectedWCR.Text)));
 }
 protected void TriggerBox_Attitude_5_Click(object sender, EventArgs e)
 {
     syncSelectedQuota();
     PageContext.RegisterStartupScript(Window_ShowQuota.GetSaveStateReference(TriggerBox_Attitude_5.ClientID, TextArea_Attitude_5.ClientID, HiddenField_Attitude_5.ClientID)
                                       + Window_ShowQuota.GetShowReference("iframe_ShowQuota.aspx?selected=" + Server.UrlEncode(hfSelectedQuota.Text)));
 }