This is a migrated thread and some comments may be shown as answers.

Radeditor performance issues on multiple editor in seperate user controls

3 Answers 247 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mac P
Top achievements
Rank 1
Mac P asked on 23 Jun 2010, 01:14 AM
Hello,

I have around 7 rad editors spread over three user controls. I have lot of performance issue.
I am using following markup

 

 

<telerik:RadEditor ID="Editor2" runat="server" EditModes="Design" EnableResize="False"

 

 

 

Height="150px" StripFormattingOnPaste="MSWord" ToolbarMode="ShowOnFocus" ToolTip="Please enter data"

 

 

 

Width="100%" ToolProviderID="Editor1" Visible="False">

 

 

 

<Tools>

 

 

 

<telerik:EditorToolGroup>

 

 

 

<telerik:EditorTool Name="AjaxSpellCheck" />

 

 

 

</telerik:EditorToolGroup>

 

 

 

<telerik:EditorToolGroup>

 

 

 

<telerik:EditorTool Name="Bold" />

 

 

 

<telerik:EditorTool Name="Italic" />

 

 

 

<telerik:EditorTool Name="Underline" />

 

 

 

<telerik:EditorTool Name="Cut" />

 

 

 

<telerik:EditorTool Name="Copy" />

 

 

 

<telerik:EditorTool Name="Paste" />

 

 

 

<telerik:EditorTool Name="FontName" />

 

 

 

<telerik:EditorTool Name="RealFontSize" />

 

 

 

</telerik:EditorToolGroup>

 

 

 

<telerik:EditorToolGroup>

 

 

 

<telerik:EditorTool Name="InsertTable" />

 

 

 

<telerik:EditorTool Name="InsertImage" />

 

 

 

<telerik:EditorTool Name="LinkManager" />

 

 

 

<telerik:EditorTool Name="Unlink" />

 

 

 

<telerik:EditorTool Name="InsertOrderedList" />

 

 

 

<telerik:EditorTool Name="InsertUnorderedList" />

 

 

 

</telerik:EditorToolGroup>

 

 

 

</Tools>

 

 

 

<SpellCheckSettings SpellCheckProvider="PhoneticProvider" WordIgnoreOptions="RepeatedWords" />

 

 

 

</telerik:RadEditor>

I have this debug=false, have rad compression module set up and IIS 7 has compression enabled. I also have following setting in app_browser

 

<

 

 

browsers>

 

<

 

 

browser refID="Default">

 

<

 

 

controlAdapters>

 

<

 

 

adapter controlType="System.Web.UI.Page" adapterType="Telerik.Web.UI.RadHiddenFieldPageStateCompression" />

 

</

 

 

controlAdapters>

 

</

 

 

browser>

 

</

 

 

browsers>

 


Am i done with all the changes are is there any hope for improving performance. As for now this performance is not acceptable.

The performance is worse when i integrate the user controls in the page that has ajaxified rad tab control in it with RadMultipage view that have load on demand user controls.

Is there a sample project where i can just have div that displays rad editor html and on right click i can open the rad window in popup and when i hit save the div will get updated. That way i can get rid of all rad editors from the usercontrols.

But my first preference is to have them on page with optimum performance.

Regards
Mac

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 Jun 2010, 03:11 PM
Hi Mac P,

How many seconds does it coast to load the 7 editors on the page? The five editors in the Using ToolProviderID live demo are loaded from 1 to  4 seconds in IE and Firefox on my end.

If you want to optimize the page speed you can try the suggestions provided in this help article: Setting hidden RadEditor in edit mode on click and putting it in non editable mode onblur.

Another solution is to click on a span element and load its content in RadEditor placed inside RadWindow. See the attached files for more information.

The following KB article could be helpful as well: RadEditor loads slowly (high CPU utilization).

Sincerely yours,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mac P
Top achievements
Rank 1
answered on 23 Jun 2010, 04:34 PM
Thanks.

I will go check this out.

Radeditor may load fast on your page because there may be just rad editors on page.
On my end there are lots of date input & date time inputs as well. Along with that other controls on the page that  have rad ajax tab strip with multiview controls. Combination of all controls makes page extremely slower. If i set view rad editors to visible =false than the performance improves great deal.

Meanwhile does your attach project support posting back to server?
I need to mimic readonly rad editor. i.e have div or span that will have fix widht and height and will scroll if the text is greater than height. Also when the user will click the button to postback i can get the value to save in database.

I have another question in addition to this. Can i do some setting to reduce the client side init settings? That will save me lots of bytes
have a look below at some html i copied from my page.
This includes rad editor and rad date input with all possible optimizations recommeded by telerik in blogs and forums.

I can save around 100kb from my page size

Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Claim_userControl$TxtInjuryDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Claim_userControl_TxtInjuryDate_dateInput_ClientState","dateFormat":"M/d/yyyy","dateFo

rmatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"minDate":"1940-01-01-00-00-00","styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle:

["width:100%;", "riTextBox riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle:

["width:100%;", "riTextBox riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Claim_userControl_TxtInjuryDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Claim_userControl_TxtInjuryDate_popupButton",

"clientStateFieldID":"ctl00_CPH1_Claim_userControl_TxtInjuryDate_ClientState","focusedDate":"2010-06-24-00-00-00","minDate":"1940-01-01-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Claim_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Claim_userControl_TxtInjuryDate_dateInput"}, $get

("ctl00_CPH1_Claim_userControl_TxtInjuryDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Claim_userControl$TxtNetworkEffectiveDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Claim_userControl_TxtNetworkEffectiveDate_dateInput_ClientState","dateFormat":"M/d/yyy

y","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"minDate":"1950-01-01-00-00-00","styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle:

["width:100%;", "riTextBox riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle:

["width:100%;", "riTextBox riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Claim_userControl_TxtNetworkEffectiveDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Claim_userControl_TxtNetworkEffectiveDate_pop

upButton","clientStateFieldID":"ctl00_CPH1_Claim_userControl_TxtNetworkEffectiveDate_ClientState","focusedDate":"2010-06-24-00-00-00","minDate":"1950-01-01-00-00-00"},

null, {"calendar":"ctl00_CPH1_Claim_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Claim_userControl_TxtNetworkEffectiveDate_dateInput"}, $get

("ctl00_CPH1_Claim_userControl_TxtNetworkEffectiveDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadCalendar, {"_DayRenderChangedDays":{"2010_6_24":["","rcToday"]},"_FormatInfoArray":

[["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],

["January","February","March","April","May","June","July","August","September","October","November","December",],

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",],"dddd, MMMM dd, yyyy h:mm:ss tt","dddd, MMMM dd, yyyy","h:mm:ss tt","MMMM dd","ddd, dd MMM

yyyy HH\':\'mm\':\'ss \'GMT\'","M/d/yyyy","h:mm tt","yyyy\'-\'MM\'-\'dd\'T\'HH\':\'mm\':\'ss","yyyy\'-\'MM\'-\'dd HH\':\'mm\':\'ss\'Z\'","MMMM,

yyyy","AM","PM","/",":",0],"_ViewRepeatableDays":{"2010_6_24":"0001_1_1"},"_ViewsHash":{ctl00_CPH1_Claim_userControl_RadCalendar1_Top : [[2010,6,1],

1]},"_calendarWeekRule":0,"_culture":"en-US","_enableViewSelector":false,"_firstDayOfWeek":7,"_postBackCall":"__doPostBack(\u0027ctl00$CPH1$Claim_userControl

$RadCalendar1\u0027,\u0027@@\u0027)","clientStateFieldID":"ctl00_CPH1_Claim_userControl_RadCalendar1_ClientState","enabled":true,"monthYearNavigationSettings":

["Today","OK","Cancel","Date is out of range.","False","True","300","1","300","1"],"skin":"Default","specialDaysArray":[[,[2010,6,24],1,0,0,0,16,0,,

{SpecialDayStyle_2010_6_24: ["", "rcToday"]}]],"stylesHash":{DayStyle: ["", ""],CalendarTableStyle: ["", "rcMainTable"],OtherMonthDayStyle: ["",

"rcOtherMonth"],TitleStyle: ["", ""],SelectedDayStyle: ["", "rcSelected"],SelectorStyle: ["", ""],DisabledDayStyle: ["", "rcDisabled"],OutOfRangeDayStyle: ["",

"rcOutOfRange"],WeekendDayStyle: ["", "rcWeekend"],DayOverStyle: ["", "rcHover"],FastNavigationStyle: ["", "RadCalendarMonthView RadCalendarMonthView_Default

RadCalendarMonthView RadCalendarMonthView RadCalendarMonthView RadCalendarMonthView "],ViewSelectorStyle: ["", "rcViewSel"]}}, null, null, $get

("ctl00_CPH1_Claim_userControl_RadCalendar1"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Case_userControl$TxtClientReceivedDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtClientReceivedDate_dateInput_ClientState","dateFormat":"M/d/yyyy",

"dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Case_userControl_TxtClientReceivedDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Case_userControl_TxtClientReceivedDate_popupB

utton","clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtClientReceivedDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Case_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Case_userControl_TxtClientReceivedDate_dateInput"}, $get

("ctl00_CPH1_Case_userControl_TxtClientReceivedDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Case_userControl$TxtClientDueDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtClientDueDate_dateInput_ClientState","dateFormat":"M/d/yyyy","date

FormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Case_userControl_TxtClientDueDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Case_userControl_TxtClientDueDate_popupButton

","clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtClientDueDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Case_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Case_userControl_TxtClientDueDate_dateInput"}, $get

("ctl00_CPH1_Case_userControl_TxtClientDueDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Case_userControl$TxtStateDueDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtStateDueDate_dateInput_ClientState","dateFormat":"M/d/yyyy","dateF

ormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Case_userControl_TxtStateDueDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Case_userControl_TxtStateDueDate_popupButton"

,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtStateDueDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Case_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Case_userControl_TxtStateDueDate_dateInput"}, $get

("ctl00_CPH1_Case_userControl_TxtStateDueDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Case_userControl$TxtOrganizationReceivedDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtOrganizationReceivedDate_dateInput_ClientState","dateFormat":"M/d/

yyyy","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Case_userControl_TxtOrganizationReceivedDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Case_userControl_TxtOrganizationReceivedDate_

popupButton","clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtOrganizationReceivedDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Case_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Case_userControl_TxtOrganizationReceivedDate_dateInput"}, $get

("ctl00_CPH1_Case_userControl_TxtOrganizationReceivedDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Case_userControl$TxtOrganizationCompleteDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtOrganizationCompleteDate_dateInput_ClientState","dateFormat":"M/d/

yyyy","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Case_userControl_TxtOrganizationCompleteDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Case_userControl_TxtOrganizationCompleteDate_

popupButton","clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtOrganizationCompleteDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Case_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Case_userControl_TxtOrganizationCompleteDate_dateInput"}, $get

("ctl00_CPH1_Case_userControl_TxtOrganizationCompleteDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadWindow,

{"_dockMode":false,"clientStateFieldID":"ctl00_CPH1_Case_userControl_EditorDiagnosis_dialogOpener_Window_ClientState","formID":"aspnetForm","iconUrl":"","minimizeIconU

rl":"","name":"Window","showContentDuringLoad":false,"skin":"Default"}, null, null, $get("ctl00_CPH1_Case_userControl_EditorDiagnosis_dialogOpener_Window"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDialogOpener, {"_dialogDefinitions":{"ImageManager":{"SerializedParameters":"DRwWQBY

+PRwKL2RUPiU9OmIBO3wJb1wcIzxTfgoALg8bAkBXKG0VEz0aDSsUZhgrBgMSXAAjNRg9IGwIEykxOnt5QCU2en0cDT8eUDUNJhMaKCNrK3A3DygILzUsHRgWEx8FQAEMLkAQLGMTEF0IIVYkFXwKa08HIz19UA0AMg80Kz

RMHUQkUwALLwoaAWZNCmkWWy8LIR8KL2RUOyomMFYnPD4FdGFaNStQTyMMCCUaAjNWKG8RJQYaPzEUEgQWBR0OQS0xWgoTLXgMPSU

+JXgNPD4FdGFaNSxTbDZ7NhMbJydxE39yCz5/IyQbHRwMPBwWSighAxw8EVojBjoIM24aBjofeF8hDS9hVjUdKggZNydJKUMdEwYKIwkqAgwXPgMnQB4LKQM8WncXEi4IEHl4OzsJekgTDixTfg0lOgoaKCN5KH8NDz4KJz

EUEBwSPGkWZyguAwMFMGwLBTomeXgMKyUxdGUHIzxqSzkANlIiOwF5KEUBCgYKIxcsAhAUBQ4WWC0+PQY8AVojBjoIM24aBjcfenkSCy9yDzsPRQkhOA1PL0UBUwUaTCgbEhBKPhg4dBUxFwoFO1UTEykEH1cOCTsKa3k6N

iB1VwwxBDYbASNTBmwGECt9Ly0sEgA5PDZ5AC9UOQkOWhsROyomPFAPMzQxD3EbNT9xQTkAEBQiOkBXKH8SEDYgMy4tZwMJEhg3BBohOQMFMGgUPhRFDFUeNz4xDk8uNS99SA0lEFMZOExKBkMVEz0aDSsUZARPPBwWfBUx

XhwTLXgMPSU

+JXgNMD4FV088DElXYTwmPgsdOyNmHUQjKQAbLwsvZgApCWoKRBYjDEU6PVoWCgMyE2J6GX8EVmkkCxVtTTomEAo1AR0JHm8zEAALGQUUEi4vCWsaAhswCxs9L2wWCgMyE2J6GX8EUkdYNUl9cDkmMgIvKgVIE3AsUjMLBQ

UdDQAtCQw0SR8zNRE9L2wRCwMyIHkjIHgHa1spCj0WfCEAFC4ZBEQMHhkKUykIRBkqZzIoEmoaSRYjByc6PlIxEjUmKGMPKDoKDhosDEhffD4kOgguXwVFE34jLDALBQQsEwATEjUSQBULAAc6LRMVDQBBE2J4JDcHDHktI

hMSYDwlFC01AzBIBRkJUwEaDTEaAhAPBgwkXy8KLQk9W2AIPAMiOW4RPD4BUW0YDEpySyILC1QqOEBXE0U/DzIKHWwsAhwPBgwsQBghAwU

+Wk4RBRQIDm0eCTcJb1wRIz51QQsfKVQuAhlTLhkFCwAKHScCEwQDOwwVQAElGE0=","Width":"690px","Height":"490px","Title":"Image Manager"},"DocumentManager":

{"SerializedParameters":"DRwWQBY

+PRwKL2RUPiU9OmIBO3wJb1wcIzxTfgoALg8bAkBXKG0VEz0aDSsUZhgrBgMSXAAjNRg9IGwIEykxOnt5QCU2en0cDT8eUDUNJhMaKCNrK3A3DygILzUsHRgWEx8FQAEMLkAQLGMTEF0IIVYkFXwKa08HIz19UA0AMg80Kz

RMHUQkUwALLwoaAWZNCmkWWy8LIR8KL2RUOyomMFYnPD4FdGFaNStQTyMMCCUaAjNWKG8RJQYaPzEUEgQWBR0OQS0xWgoTLXgMPSU

+JXgNPD4FdGFaNSxTbDZ7NhMbJydxE39yCz5/IyQbHRwMPBwWSighAxw8EVojBjoIM24aBjofeF8tDRVhUQ0PKiUaOD9TEG8VDz4IPzUtZwAuOxMsQBY

+IR8FP3RUEygqIVYBPyEfeGYYOTBtCTUcCC4aXTtXKG8rVT0VJy0sZ2MrBgMSXAAjNRg9IGwIEykxOnt4JzoxexIDNT5lUAsPFBk0KSdGLn8SECkOAmocODoJBQ4KSi5VCwoFMGggPV9FeW4eRH0GdGEdCxVLUzUQNjYdNz

dTHkUBFz4eDRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4ef1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEG

lcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgV8P28ZARgtOx0wawIyLSUJWHhVCDsUIlYOPz8GUmkxOUtPCjgmEFAiXi93HEYJAjMIBSoXDT1LCB0wax8+OScJP1YeDDgqKFYOPzgHUmkCIhJ2DTsfDCEdKkR7BGAvLgUmRG4a

ZBtKEh5xdyhUCyISWXgeBSgYHlEfARgeZH0KOD5+TzZ6TSQbXw17G0QBCDJ9BScXAzI1Cx0wai4gORkSBnAXBgAfPlEMQDwBURoxOUlyQjt4LiU1BEBnGUUvLSkhMCoBZBhKOgw4XxgxKQUGP0YIPAEyMFZ6MyEwUnkbNSB

qSz0lOhAbXSBMB2swVDIgGTEqZBQSOxwoSQAgPQk7P3cXEi4HdA==","Width":"690px","Height":"490px","Title":"Document Manager"},"LinkManager":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgV

+HSoXOGdKCzcsawIxBxESBHhRCgYUOlUOOwUcax4mPkhtbjgkGFcaKDtLKGANLgYKJy4ZAj1LCTcOZyhUCyc9PnhRBhc6OlAkOzwedEclPT1xCzsPDCUcOkQJG3wRLgUhM24aEBg5DRwSaykiLRsILVIXCisTeFYOIxQGUk

cxOUtDQjwdJiA1ORlLL2AFOSkFJy4UAwwpOzYFShoIOSEJLXRRCzsUKFUPARgKRnklOT5MQDgfTSUdAwV6H3x3Xg==","Width":"408px","Height":"340px","Title":"Hyperlink

Manager"},"TableWizard":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgYLPzIZAmdOPR0ZSi4iNSoILVIWCgYUOlUOOwUcax4mPkhtbjgkGFcaKDtLKGANLgYKJy4ZAj1LCTc

OZyhUCyc9PnhRBhc6OlAkOzwedEclPT1xCzsPDCUcOkQJG3wRLgUhM24aEBg5DRwSaykiLRsILVIXCisTeFYOIxQGUkcxOUtDQjwdJiA1ORlLL2AFOSkFJy4UAwwpOzYFShoIOSEJLXRRCzsUKFUPARgKRnklOT5MQDgfTS

UdAwV6H3x3Xg==","Width":"720px","Height":"500px","Title":"Table Wizard"},"CleanPasteHtmlContent":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgU3M28UAmcJPGkKex4KKSoILRYTCAEmJnkOOxU2eX0DOUh9QjYiNgkbXxl4H0U/CjZ8L2gXAzIAOw0

ZShoLAz09LngvCyg

+CmJ4ARQAUlsDOQJLCToOLikcX0RqG3ARLTE3J2saAAQIOw51dh0+IToNPRYcBgYYGnkePzkFaEcCDS5+QDUNFCgZKD97LhojNTcLLy0XPjIJPjcNShoMOScNEk4dCAETeXscQBgAZEMKDS19SzsmDA0dKkBOHEUrOTIIQC

8aPhNDDwp9Dg==","Width":"517px","Height":"300px","Title":"Paste As Html"},"CleanPasteTextContent":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgU3M28UAmcJPGkKex4KKSoILRYTCAEqGlYOJwQGV30DOUh9QjYiNgkbXxl4H0U/CjZ8L2gXAzIAOw0

ZShoLAz09LngvCyg

+CmJ4ARQAUlsDOQJLCToOLikcX0RqG3ARLTE3J2saAAQIOw51dh0+IToNPRYcBgYYGnkePzkFaEcCDS5+QDUNFCgZKD97LhojNTcLLy0XPjIJPjcNShoMOScNEk4dCAETeXscQBgAZEMKDS19SzsmDA0dKkBOHEUrOTIIQC

8aPhNDDwp9Dg==","Width":"517px","Height":"300px","Title":"Paste Plain Text"},"ImageEditor":{"SerializedParameters":"DRwWQBY

+PRwKL2RUPiU9OmIBO3wJb1wcIzxTfgoALg8bAkBXKG0VEz0aDSsUZhgrBgMSXAAjNRg9IGwIEykxOnt5QCU2en0cDT8eUDUNJhMaKCNrK3A3DygILzUsHRgWEx8FQAEMLkAQLGMTEF0IIVYkFXwKa08HIz19UA0AMg80Kz

RMHUQkUwALLwoaAWZNCmkWWy8LIR8KL2RUOyomMFYnPD4FdGFaNStQTyMMCCUaAjNWKG8RJQYaPzEUEgQWBR0OQS0xWgoTLXgMPSU

+JXgNPD4FdGFaNSxTbDZ7NhMbJydxE39yCz5/IyQbHRwMPBwWSighAxw8EVojBjoIM24aBjofeF8hDS9hVjUdKggZNydJKUMdEwYKIwkqAgwXPgMnQB4LKQM8WncXEi4IEHl4OzsJekgTDixTfg0lOgoaKCN5KH8NDz4KJz

EUEBwSPGkWZyguAwMFMGwLBTomeXgMKyUxdGUHIzxqSzkANlIiOwF5KEUBCgYKIxcsAhAUBQ4WWC0+PQY8AVojBjoIM24aBjcfenkSCy9yDzsPRQkhOA1PL0UBUwUaTCgbEhBKPhg4dBUxFwoFO1UTEykEH1cOCTsKa3k6N

iB1VwwxBDYbASNTBmwGECt9Ly0sEgA5PDZ5AC9UOQkOWhsROyomPFAPMzQxD3EbNT9xQTkAEBQiOkBXKH8SEDYgMy4tZwMJEhg3BBohOQMFMGgUPhRFDFUeNz4xDk8uNS99SA0lEFMZOExKBkMVEz0aDSsUZARPPBwWfBUx

XhwTLXgMPSU

+JXgNMD4FV088DElXYTwmPgsdOyNmHUQjKQAbLwsvZgApCWoKRBYjDEU6PVoWCgMyE2J6GX8EVmkkCxVtTTomEAo1AR0JHm8zEAALGQUUEi4pCWoKRBYjDEU6PmgsPSoYIGYzHTgHeWUoOS5XYAoPBAkaOA1GHm8/CAYLGS

0AAwwuCmgkXRoLXic6P28dPSUqIFUjM3gHaXktC0hfST0QKi0dBDAOHm83MQB9DRkfPgQRCWgnRBYgBzs9LmA8EToIImMPO3gEak9YDEhLfz4iOjkaNx1IHXwFUwYKIwobOwwSEjcaAhkgPTY6PRM8CAAYKGIOPH0HankxI

i5LTD0QDAIqKTAGBRkJUwEaDTEaAhAPBgwkXy8KLQk9W2AIPAMiOW4RPD4BUW0YDEpySyILC1QqOEBXE0U/DzIKHWwsAhwPBgwsQBghAwU

+Wk4RBRQIDm0eCTcJb1wRIz51QQsfKVQuAhlTLhkFCwAKHScCEwQDOwwVQAElGE0=","Width":"832px","Height":"520px","Title":"Image Editor"},"ImageProperties":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgYIQC4UEAAJOx0saxYhFyYMLVJWBl0UHlEeIwUxe1MBIj5tTzgeGFccAwUKLhojNDZ8LycZOT4xPBw

GBgIwBxEJWE5VCQEmO1d5HQoEUVMBDRMSTzYiNVM3OkROG3AvLTU3J2kaEiY0O2t5ZwIiLT4OW0YKCjk

+Hld7IwQFUkcKOTxhCTgkFDQ1KDtLGEYJLjV9Pw8UEzIxPGkGaxgNFxEIL1oyBgc6eVYOOzwedEMlDhN9TDgeGDU1X0x6GHwNLDJ9BTIaARwoEhp9Dg==","Width":"352px","Height":"432px","Title":"Proper

ties..."},"ImageMapDialog":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgV/DW0ZAzIRPR0Sax4ICyMNWloLBgYTfFYiCQkCUH0KOUtPSzZ6TRAbBA1MEG8/OQUZIwobZBhJBWo

aRxoIAxoSBVpWBgAfPlEcQAgBZE8mDhNxCTsQDCE2Og1OH3AjLjV9PxgUEzJOEhwSah8LFyEJEnQXBSsYGlEfHRU3D2UhPRNuQDgfTVcbKR5ILm8/DzIhP28XARwtOw0CZh4+Az4JWVILCAEiI3oMQBgEaG0xDS1xDjgjLj

EoPkgC","Width":"700px","Height":"430px","Title":"Image Map Editor","ReloadOnShow":true},"StyleBuilder":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgYIQSoUAzJOPR0GRhoILRkNWWgXBl8cem54KwUFUmUKOD1XTzYQF1IvKQVnGXARNDIaAScdAAwbPRw

ORhgILRkSAnNRCzoAC1EMQAkddEMmDhMWCzt5MVM1KkR7LhojMSl8LycUED4tOg0wZgE

+OREILnsTBl9BDld5CQkCUG0AOUhXQjYeGCwsKQVmKG4RCikjJy4XODkNOh5xQh4LXioJWXceC10iD3kiRBUAUUMlIhRiTw==","Width":"541px","Height":"490px","Title":"Style

Builder"}},"_dialogUniqueID":"49569f57-5157-478b-a3fb-

e3e3f5154c69","clientStateFieldID":"ctl00_CPH1_Case_userControl_EditorDiagnosis_dialogOpener_ClientState","enableTelerikManagers":true,"handlerUrl":"../UserControls/Ca

se/Telerik.Web.UI.DialogHandler.aspx","skin":"Default"}, null, {"container":"ctl00_CPH1_Case_userControl_EditorDiagnosis_dialogOpener_Window"}, $get

("ctl00_CPH1_Case_userControl_EditorDiagnosis_dialogOpener"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadEditor, {"_localization":{"addcustomcolor":"Add Custom Color...","addcustomhexcolor":"Add Hex

Color...","addcustomwordsuccess":"successfully added to dictionary","addtodictionary":"Add to dictionary","askwordcleaning":"The content you are trying to paste has MS

Word formatting.\r\nWould you like to clean it?","cancelbutton":"Cancel","canceltable":"Cancel","cellproperties":"Cell Properties","cellwarning":"Please, select a cell

to set its properties!","changewordstring":"Change Manually","class":"CSS Class","clearclass":"Clear Class","clearallhtmltags":"All HTML

Tags","clearcssformatting":"Cascading Style Sheets","clearfonttags":"Font Tags","clearformatting":"Clear Formatting","clearspantags":"Span Tags","clearstyle":"Clear

Style","clearwordformatting":"Microsoft Word Formatting","correctspelling":"Spelling Changes","createlink":"Create

Link","dialogtoolbar":"Dialogs","dropdowntoolbar":"Dropdowns","exceededhtmllength":"The added HTML code exceeded the character limit","exceededtextlength":"The added

text exceeded the character limit","enhancededittoolbar":"Enhanced Edit","fileopen":"Open file..","filesaveas":"Save

as...","formbutton":"Button","formcheckbox":"Checkbox","formform":"Form","formhidden":"Hidden","formpassword":"Password","formradio":"Radio

button","formreset":"Reset","formselect":"Select","formsubmit":"Submit","formtext":"Textbox","formtextarea":"Textarea","htmlmode":"HTML Mode","ignoreallstring":"Ignore

All","ignorestring":"Ignore","imagemapwarning":"Please, select an image to set its image map properties!","indenthtml":"Indent

HTML","inserttoolbar":"Insert","maintoolbar":"Main Toolbar","morethanoncemessage":"This word occurs more than once in the text. Would you like to replace all

instances?","movecommand":"Move","nospellingmistakes":"No mistakes found.","nosuggestions":"(no suggestions)","promptcolor":"Please, provide the custom color HEX

value:","radeditordesignmode":"Design","radeditorhtmlmode":"HTML","radeditorpreviewmode":"Preview","reducetheconentlength":"Please, reduce the content of the

field","resizecommand":"Resize Object","sethtml":"Set HTML","showtoolbartooltip":"Show toolbar","spellcheckcomplete":"Spellchecking complete!","spellcheckend":"Finish

spellchecking","spellingchange":"Spelling Change","spellinginprogress":"Spell checking in progress...","spellingmode":"Spell checking mode. Misspelled words are

highlighted in yellow.","table":"Table","tabletoolbar":"Table","tablewarning":"Please, select a table to set its properties!","toolbarcaption":"RadEditor

Toolbar","toolnotsupportedbynetscape":"This tool is not supported by Mozilla/Netscape browsers.","typing":"Typing...","undodisabledmessage":"You cannot undo further

while in spellcheck mode. Please finish spellchecking first.","updatebutton":"Update","usectrlc":"Please use Ctrl+C to Copy","usectrlv":"Please use Ctrl+V to

Paste","usectrlx":"Please use Ctrl+X to Cut","aboutdialog":"About RadEditor","absoluteposition":"Set Absolute Position","ajaxspellcheck":"AJAX

Spellchecker","applyclass":"Apply CSS Class","backcolor":"Background Color","bold":"Bold","converttolower":"Convert to lower case","converttoupper":"Convert to upper

case","copy":"Copy","cut":"Cut","decreasesize":"Decrease Size","deletecell":"Delete Cell","deletecolumn":"Delete Column","deleterow":"Delete Row","deletetable":"Delete

Table","documentmanager":"Document Manager","findandreplace":"Find And Replace","flashmanager":"Flash Manager","fontname":"Font

Name","fontsize":"Size","forecolor":"Foreground Color","formatblock":"Paragraph Style","formatcodeblock":"Format Code Block","formatstripper":"Format

Stripper","help":"Help","imageeditor":"Image Editor","imagemanager":"Image Manager","imagemapdialog":"Image Map Editor","increasesize":"Increase

Size","indent":"Indent","insertanchor":"Insert Anchor","insertcolumnleft":"Insert Column to the Left","insertcolumnright":"Insert Column to the

Right","insertcustomlink":"Custom Links","insertdate":"Insert Date","insertemaillink":"Insert Email Link","insertformbutton":"Insert

Button","insertformcheckbox":"Insert Checkbox","insertformelement":"Insert Form Element","insertformform":"Insert Form","insertformhidden":"Insert

Hidden","insertformpassword":"Insert Password","insertformradio":"Insert Radio","insertformreset":"Insert Reset","insertformselect":"Insert

Select","insertformsubmit":"Insert Submit","insertformtext":"Insert Textbox","insertformtextarea":"Insert Textarea","insertgroupbox":"Insert

Groupbox","inserthorizontalrule":"Horizontal Rule","insertorderedlist":"Numbered List","insertparagraph":"New Paragraph","insertrowabove":"Insert Row

Above","insertrowbelow":"Insert Row Below","insertsnippet":"Insert Code Snippet","insertsymbol":"Insert Symbol","inserttable":"Insert Table","inserttime":"Insert

Time","insertunorderedlist":"Bullet List","italic":"Italic","justifycenter":"Align Center","justifyfull":"Justify","justifyleft":"Align Left","justifynone":"Remove

alignment","justifyright":"Align Right","linkmanager":"Hyperlink Manager","insertlink":"Insert Link","mediamanager":"Media Manager","mergecolumns":"Merge Cells

Horizontally","mergerows":"Merge Cells Vertically","modulemanager":"Module Manager","outdent":"Outdent","pageproperties":"Page

Properties","paste":"Paste","pasteashtml":"Paste As Html","pastefromword":"Paste from Word","pastefromwordnofontsnosizes":"Paste from Word, strip

font","pasteplaintext":"Paste Plain Text","pastestrip":"Paste Options","print":"Print","realfontsize":"Real font size","redo":"Redo","repeatlastcommand":"Repeat Last

Command","selectall":"Select All","setcellproperties":"Cell Properties","setimageproperties":"Properties...","insertimage":"Insert

Image","setlinkproperties":"Properties...","settableproperties":"Table Properties","silverlightmanager":"Silverlight

Manager","spellcheck":"Spellchecker","splitcell":"Split Cell","splitcellhorizontal":"Split Cell Horizontally","strikethrough":"Strikethrough","stripall":"Strip All

Formatting","stripcss":"Strip Css Formatting","stripfont":"Strip Font Elements","stripspan":"Strip Span Elements","stripword":"Strip Word

Formatting","stylebuilder":"Style Builder","subscript":"Subscript","superscript":"SuperScript","tablewizard":"Table Wizard","templatemanager":"Template

Manager","toggledocking":"Dock all Floating Toolbars/Modules","togglescreenmode":"Toggle Full Screen Mode","toggletableborder":"Show/Hide

Border","trackchangesdialog":"Track Changes","underline":"Underline","undo":"Undo","unlink":"Remove Link","xhtmlvalidator":"XHTML

Validator","zoom":"Zoom"},"ajaxSpellCheckScriptReference":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6mH3CkbU_0qbMzc0ys5Maw49VoocFde5Uy3orfs9XDKPn3TvTMikS62oXApmSN_UiQ2&t=634097747265993942","clientStateFieldID":"ctl00_CPH1_Case_userControl_Edito

rDiagnosis_ClientState","contentAreaCssFile":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzuebO8fQcL6O_dBGU1BbZPSoBG3Ix_cL0HeEsMP0ZVTROMoXTLiTK3tNwZIfaXjkwyU1&t=634097747265993942","contentFilters":129,"contextMenus

JSON":[],"editModes":1,"modulesJSON":[],"mozillaFlashOverlayImage":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzueMscHvq3QqYfXAVWleFgDNls2VL10Q7jllmesriDsstA2&t=634097747265993942","skin":"Default","spellCheckJSON":

{"configuration":"CWl5ShYjAx49BRsdBThJPlAOHTsxUmYYPRVhSwx6KRA1BgIPBRgBEj0VHQstOCEJDTYGQC9UOgMSK1ozDVwqM2MlGQYwe21eIS5PWTl4EFIuAyNNLn4SGTUgDTQcZj4/Bg4kZC0LKgc

+L0oNPTs6M2MlGQc3akcyDj9UDz0PEAkcKBlJKEUBGgEbNzUqEjEJDTYGQC9UOgMSK1o2OgMyI2IlGQIxe2UeOxVpbj14JhkhAxFMKW8VJAEIIzQDPmICBjckZCgxPTkLBWwzDVwqOG0cEnwwekASPRZpYT0jNlYhBT9IKG

4sGTEjBQQcAw9ICTcaeB0LITkOBWw3CCUyHmIeCSYxekcYCj1tUjwNNg4tBBF4B24rNAELOwcYZBwvBmskZC9UJTc7EhJTCl4yJVYOCQkye30BDkllQQ17JhMiKCNGBm0dCwYFOzECER8JEjx9Dg==","url":"Telerik.

Web.UI.SpellCheckHandler.axd","language":"en-

US"},"stripFormattingOptions":128,"tableLayoutCssFile":"","toolAdapterType":"Telerik.Web.UI.Editor.DefaultToolAdapter","toolJSON":[{"tools":

[{"name":"AjaxSpellCheck"}]},{"tools":[{"name":"Bold"},{"name":"Italic"},{"name":"Underline"},{"name":"Cut"},{"name":"Copy"},{"name":"Paste"},

{"name":"FontName","type":2},{"attributes":{"popupwidth":"60px"},"name":"RealFontSize","type":2}]},{"tools":[{"name":"InsertOrderedList"},

{"name":"InsertUnorderedList"}]}],"toolbarMode":8}, null, {"dialogOpener":"ctl00_CPH1_Case_userControl_EditorDiagnosis_dialogOpener"}, $get

("ctl00_CPH1_Case_userControl_EditorDiagnosis"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadEditor, {"ajaxSpellCheckScriptReference":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6mH3CkbU_0qbMzc0ys5Maw49VoocFde5Uy3orfs9XDKPn3TvTMikS62oXApmSN_UiQ2&t=634097747265993942","clientStateFieldID":"ctl00_CPH1_Case_userControl_Edito

rRequest_ClientState","contentAreaCssFile":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzuebO8fQcL6O_dBGU1BbZPSoBG3Ix_cL0HeEsMP0ZVTROMoXTLiTK3tNwZIfaXjkwyU1&t=634097747265993942","contentFilters":129,"contextMenus

JSON":[],"editModes":1,"modulesJSON":[],"mozillaFlashOverlayImage":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzueMscHvq3QqYfXAVWleFgDNls2VL10Q7jllmesriDsstA2&t=634097747265993942","skin":"Default","spellCheckJSON":

{"configuration":"CWl5ShYjAx49BRsdBThJPlAOHTsxUmYYPRVhSwx6KRA1BgIPBRgBEj0VHQstOCEJDTYGQC9UOgMSK1ozDVwqM2MlGQYwe21eIS5PWTl4EFIuAyNNLn4SGTUgDTQcZj4/Bg4kZC0LKgc

+L0oNPTs6M2MlGQc3akcyDj9UDz0PEAkcKBlJKEUBGgEbNzUqEjEJDTYGQC9UOgMSK1o2OgMyI2IlGQIxe2UeOxVpbj14JhkhAxFMKW8VJAEIIzQDPmICBjckZCgxPTkLBWwzDVwqOG0cEnwwekASPRZpYT0jNlYhBT9IKG

4sGTEjBQQcAw9ICTcaeB0LITkOBWw3CCUyHmIeCSYxekcYCj1tUjwNNg4tBBF4B24rNAELOwcYZBwvBmskZC9UJTc7EhJTCl4yJVYOCQkye30BDkllQQ17JhMiKCNGBm0dCwYFOzECER8JEjx9Dg==","url":"Telerik.

Web.UI.SpellCheckHandler.axd","language":"en-

US"},"stripFormattingOptions":128,"tableLayoutCssFile":"","toolAdapterType":"Telerik.Web.UI.Editor.DefaultToolAdapter","toolJSON":[{"tools":

[{"name":"AjaxSpellCheck"}]},{"tools":[{"name":"Bold"},{"name":"Italic"},{"name":"Underline"},{"name":"Cut"},{"name":"Copy"},{"name":"Paste"},

{"name":"FontName","type":2},{"attributes":{"popupwidth":"60px"},"name":"RealFontSize","type":2}]},{"tools":[{"name":"InsertOrderedList"},

{"name":"InsertUnorderedList"}]}],"toolProviderID":"ctl00_CPH1_Case_userControl_EditorDiagnosis","toolbarMode":8}, null,

{"dialogOpener":"ctl00_CPH1_Case_userControl_EditorDiagnosis"}, $get("ctl00_CPH1_Case_userControl_EditorRequest"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Case_userControl$TxtDeterminationStartDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtDeterminationStartDate_dateInput_ClientState","dateFormat":"M/d/yy

yy","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Case_userControl_TxtDeterminationStartDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Case_userControl_TxtDeterminationStartDate_po

pupButton","clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtDeterminationStartDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Case_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Case_userControl_TxtDeterminationStartDate_dateInput"}, $get

("ctl00_CPH1_Case_userControl_TxtDeterminationStartDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Case_userControl$TxtDeterminationEndDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtDeterminationEndDate_dateInput_ClientState","dateFormat":"M/d/yyyy

","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Case_userControl_TxtDeterminationEndDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Case_userControl_TxtDeterminationEndDate_popu

pButton","clientStateFieldID":"ctl00_CPH1_Case_userControl_TxtDeterminationEndDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Case_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Case_userControl_TxtDeterminationEndDate_dateInput"}, $get

("ctl00_CPH1_Case_userControl_TxtDeterminationEndDate"));
});
 
document.getElementById('ctl00_CPH1_Case_userControl_RadInputManager1_TextBoxBehavior1').dispose = function() {
    Array.remove(Page_Validators, document.getElementById('ctl00_CPH1_Case_userControl_RadInputManager1_TextBoxBehavior1'));
}
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadInputManager, {"behaviors":["ctl00_CPH1_Case_userControl_RadInputManager1_TextBoxBehavior1"]}, null, null, $get

("ctl00_CPH1_Case_userControl_RadInputManager1"));
    $create(Telerik.Web.UI.RadTextBoxComponent, {"emptyMessage":"Enter multiple comma seperated values\r\n            for e.g.

E9357,94891","id":"ctl00_CPH1_Case_userControl_RadInputManager1_TextBoxBehavior1","targetControlIDs":

["ctl00_CPH1_Case_userControl_TxtICD9","ctl00_CPH1_Case_userControl_TxtCPT"]}, null, null);
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadCalendar, {"_DayRenderChangedDays":{"2010_6_24":["","rcToday"]},"_FormatInfoArray":

[["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],

["January","February","March","April","May","June","July","August","September","October","November","December",],

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",],"dddd, MMMM dd, yyyy h:mm:ss tt","dddd, MMMM dd, yyyy","h:mm:ss tt","MMMM dd","ddd, dd MMM

yyyy HH\':\'mm\':\'ss \'GMT\'","M/d/yyyy","h:mm tt","yyyy\'-\'MM\'-\'dd\'T\'HH\':\'mm\':\'ss","yyyy\'-\'MM\'-\'dd HH\':\'mm\':\'ss\'Z\'","MMMM,

yyyy","AM","PM","/",":",0],"_ViewRepeatableDays":{"2010_6_24":"0001_1_1"},"_ViewsHash":{ctl00_CPH1_Case_userControl_RadCalendar1_Top : [[2010,6,1],

1]},"_calendarWeekRule":0,"_culture":"en-US","_enableViewSelector":false,"_firstDayOfWeek":7,"_postBackCall":"__doPostBack(\u0027ctl00$CPH1$Case_userControl

$RadCalendar1\u0027,\u0027@@\u0027)","clientStateFieldID":"ctl00_CPH1_Case_userControl_RadCalendar1_ClientState","enabled":true,"monthYearNavigationSettings":

["Today","OK","Cancel","Date is out of range.","False","True","300","1","300","1"],"skin":"Default","specialDaysArray":[[,[2010,6,24],1,0,0,0,16,0,,

{SpecialDayStyle_2010_6_24: ["", "rcToday"]}]],"stylesHash":{DayStyle: ["", ""],CalendarTableStyle: ["", "rcMainTable"],OtherMonthDayStyle: ["",

"rcOtherMonth"],TitleStyle: ["", ""],SelectedDayStyle: ["", "rcSelected"],SelectorStyle: ["", ""],DisabledDayStyle: ["", "rcDisabled"],OutOfRangeDayStyle: ["",

"rcOutOfRange"],WeekendDayStyle: ["", "rcWeekend"],DayOverStyle: ["", "rcHover"],FastNavigationStyle: ["", "RadCalendarMonthView RadCalendarMonthView_Default

RadCalendarMonthView RadCalendarMonthView "],ViewSelectorStyle: ["", "rcViewSel"]}}, null, null, $get("ctl00_CPH1_Case_userControl_RadCalendar1"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Determination_userControl$TxtPAAssignedDateTime\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime_dateInput_ClientState","dateFormat":"M

/d/yyyy h:mm tt","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"MMMM d, yyyy  hh:mm

tt","enabled":true,"incrementSettings":{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox

riHover"],InvalidStyle: ["width:100%;", "riTextBox riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox

riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox

riEnabled"]}}, null, null, $get("ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadTimeView,

{"_ItemsCount":48,"_OwnerDatePickerID":"ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime","_TimeOverStyleCss":"rcHover","_culture":"en-

US","_renderDirection":"Vertical","_timeFormat":"t","clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime_timeView_ClientState","interval":"

0-0-30-0-0","itemStyles":{TimeStyle: ["", ""],AlternatingTimeStyle: ["", ""],HeaderStyle: ["", "rcHeader"],FooterStyle: ["", "rcFooter"],TimeOverStyle: ["",

"rcHover"]}}, null, null, $get("ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime_timeView"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateTimePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_TimePopupButtonSettings":{ 

ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":{

ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTim

e_popupButton","_timePopupControlID":"ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime_timePopupLink","clientStateFieldID":"ctl00_CPH1_Determination_userCont

rol_TxtPAAssignedDateTime_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Determination_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime_dateInput","timeView":"ctl00_CP

H1_Determination_userControl_TxtPAAssignedDateTime_timeView"}, $get("ctl00_CPH1_Determination_userControl_TxtPAAssignedDateTime"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Determination_userControl$TxtPADueDateTime\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtPADueDateTime_dateInput_ClientState","dateFormat":"M/d/yy

yy h:mm tt","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"MMMM d, yyyy  hh:mm

tt","enabled":true,"incrementSettings":{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox

riHover"],InvalidStyle: ["width:100%;", "riTextBox riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox

riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox

riEnabled"]}}, null, null, $get("ctl00_CPH1_Determination_userControl_TxtPADueDateTime_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadTimeView,

{"_ItemsCount":48,"_OwnerDatePickerID":"ctl00_CPH1_Determination_userControl_TxtPADueDateTime","_TimeOverStyleCss":"rcHover","_culture":"en-

US","_renderDirection":"Vertical","_timeFormat":"t","clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtPADueDateTime_timeView_ClientState","interval":"0-0-

30-0-0","itemStyles":{TimeStyle: ["", ""],AlternatingTimeStyle: ["", ""],HeaderStyle: ["", "rcHeader"],FooterStyle: ["", "rcFooter"],TimeOverStyle: ["", "rcHover"]}},

null, null, $get("ctl00_CPH1_Determination_userControl_TxtPADueDateTime_timeView"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateTimePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_TimePopupButtonSettings":{ 

ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":{

ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Determination_userControl_TxtPADueDateTime_pop

upButton","_timePopupControlID":"ctl00_CPH1_Determination_userControl_TxtPADueDateTime_timePopupLink","clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtPAD

ueDateTime_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Determination_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Determination_userControl_TxtPADueDateTime_dateInput","timeView":"ctl00_CPH1_De

termination_userControl_TxtPADueDateTime_timeView"}, $get("ctl00_CPH1_Determination_userControl_TxtPADueDateTime"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadWindow,

{"_dockMode":false,"clientStateFieldID":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings_dialogOpener_Window_ClientState","formID":"aspnetForm","iconUrl":"

","minimizeIconUrl":"","name":"Window","showContentDuringLoad":false,"skin":"Default"}, null, null, $get

("ctl00_CPH1_Determination_userControl_EditorClinicalFindings_dialogOpener_Window"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDialogOpener, {"_dialogDefinitions":{"ImageManager":{"SerializedParameters":"DRwWQBY

+PRwKL2RUPiU9OmIBO3wJb1wcIzxTfgoALg8bAkBXKG0VEz0aDSsUZhgrBgMSXAAjNRg9IGwIEykxOnt5QCU2en0cDT8eUDUNJhMaKCNrK3A3DygILzUsHRgWEx8FQAEMLkAQLGMTEF0IIVYkFXwKa08HIz19UA0AMg80Kz

RMHUQkUwALLwoaAWZNCmkWWy8LIR8KL2RUOyomMFYnPD4FdGFaNStQTyMMCCUaAjNWKG8RJQYaPzEUEgQWBR0OQS0xWgoTLXgMPSU

+JXgNPD4FdGFaNSxTbDZ7NhMbJydxE39yCz5/IyQbHRwMPBwWSighAxw8EVojBjoIM24aBjofeF8hDS9hVjUdKggZNydJKUMdEwYKIwkqAgwXPgMnQB4LKQM8WncXEi4IEHl4OzsJekgTDixTfg0lOgoaKCN5KH8NDz4KJz

EUEBwSPGkWZyguAwMFMGwLBTomeXgMKyUxdGUHIzxqSzkANlIiOwF5KEUBCgYKIxcsAhAUBQ4WWC0+PQY8AVojBjoIM24aBjcfenkSCy9yDzsPRQkhOA1PL0UBUwUaTCgbEhBKPhg4dBUxFwoFO1UTEykEH1cOCTsKa3k6N

iB1VwwxBDYbASNTBmwGECt9Ly0sEgA5PDZ5AC9UOQkOWhsROyomPFAPMzQxD3EbNT9xQTkAEBQiOkBXKH8SEDYgMy4tZwMJEhg3BBohOQMFMGgUPhRFDFUeNz4xDk8uNS99SA0lEFMZOExKBkMVEz0aDSsUZARPPBwWfBUx

XhwTLXgMPSU

+JXgNMD4FV088DElXYTwmPgsdOyNmHUQjKQAbLwsvZgApCWoKRBYjDEU6PVoWCgMyE2J6GX8EVmkkCxVtTTomEAo1AR0JHm8zEAALGQUUEi4vCWsaAhswCxs9L2wWCgMyE2J6GX8EUkdYNUl9cDkmMgIvKgVIE3AsUjMLBQ

UdDQAtCQw0SR8zNRE9L2wRCwMyIHkjIHgHa1spCj0WfCEAFC4ZBEQMHhkKUykIRBkqZzIoEmoaSRYjByc6PlIxEjUmKGMPKDoKDhosDEhffD4kOgguXwVFE34jLDALBQQsEwATEjUSQBULAAc6LRMVDQBBE2J4JDcHDHktI

hMSYDwlFC01AzBIBRkJUwEaDTEaAhAPBgwkXy8KLQk9W2AIPAMiOW4RPD4BUW0YDEpySyILC1QqOEBXE0U/DzIKHWwsAhwPBgwsQBghAwU

+Wk4RBRQIDm0eCTcJb1wRIz51QQsfKVQuAhlTLhkFCwAKHScCEwQDOwwVQAElGE0=","Width":"690px","Height":"490px","Title":"Image Manager"},"DocumentManager":

{"SerializedParameters":"DRwWQBY

+PRwKL2RUPiU9OmIBO3wJb1wcIzxTfgoALg8bAkBXKG0VEz0aDSsUZhgrBgMSXAAjNRg9IGwIEykxOnt5QCU2en0cDT8eUDUNJhMaKCNrK3A3DygILzUsHRgWEx8FQAEMLkAQLGMTEF0IIVYkFXwKa08HIz19UA0AMg80Kz

RMHUQkUwALLwoaAWZNCmkWWy8LIR8KL2RUOyomMFYnPD4FdGFaNStQTyMMCCUaAjNWKG8RJQYaPzEUEgQWBR0OQS0xWgoTLXgMPSU

+JXgNPD4FdGFaNSxTbDZ7NhMbJydxE39yCz5/IyQbHRwMPBwWSighAxw8EVojBjoIM24aBjofeF8tDRVhUQ0PKiUaOD9TEG8VDz4IPzUtZwAuOxMsQBY

+IR8FP3RUEygqIVYBPyEfeGYYOTBtCTUcCC4aXTtXKG8rVT0VJy0sZ2MrBgMSXAAjNRg9IGwIEykxOnt4JzoxexIDNT5lUAsPFBk0KSdGLn8SECkOAmocODoJBQ4KSi5VCwoFMGggPV9FeW4eRH0GdGEdCxVLUzUQNjYdNz

dTHkUBFz4eDRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4ef1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEG

lcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgV8P28ZARgtOx0wawIyLSUJWHhVCDsUIlYOPz8GUmkxOUtPCjgmEFAiXi93HEYJAjMIBSoXDT1LCB0wax8+OScJP1YeDDgqKFYOPzgHUmkCIhJ2DTsfDCEdKkR7BGAvLgUmRG4a

ZBtKEh5xdyhUCyISWXgeBSgYHlEfARgeZH0KOD5+TzZ6TSQbXw17G0QBCDJ9BScXAzI1Cx0wai4gORkSBnAXBgAfPlEMQDwBURoxOUlyQjt4LiU1BEBnGUUvLSkhMCoBZBhKOgw4XxgxKQUGP0YIPAEyMFZ6MyEwUnkbNSB

qSz0lOhAbXSBMB2swVDIgGTEqZBQSOxwoSQAgPQk7P3cXEi4HdA==","Width":"690px","Height":"490px","Title":"Document Manager"},"LinkManager":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgV

+HSoXOGdKCzcsawIxBxESBHhRCgYUOlUOOwUcax4mPkhtbjgkGFcaKDtLKGANLgYKJy4ZAj1LCTcOZyhUCyc9PnhRBhc6OlAkOzwedEclPT1xCzsPDCUcOkQJG3wRLgUhM24aEBg5DRwSaykiLRsILVIXCisTeFYOIxQGUk

cxOUtDQjwdJiA1ORlLL2AFOSkFJy4UAwwpOzYFShoIOSEJLXRRCzsUKFUPARgKRnklOT5MQDgfTSUdAwV6H3x3Xg==","Width":"408px","Height":"340px","Title":"Hyperlink

Manager"},"TableWizard":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgYLPzIZAmdOPR0ZSi4iNSoILVIWCgYUOlUOOwUcax4mPkhtbjgkGFcaKDtLKGANLgYKJy4ZAj1LCTc

OZyhUCyc9PnhRBhc6OlAkOzwedEclPT1xCzsPDCUcOkQJG3wRLgUhM24aEBg5DRwSaykiLRsILVIXCisTeFYOIxQGUkcxOUtDQjwdJiA1ORlLL2AFOSkFJy4UAwwpOzYFShoIOSEJLXRRCzsUKFUPARgKRnklOT5MQDgfTS

UdAwV6H3x3Xg==","Width":"720px","Height":"500px","Title":"Table Wizard"},"CleanPasteHtmlContent":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgU3M28UAmcJPGkKex4KKSoILRYTCAEmJnkOOxU2eX0DOUh9QjYiNgkbXxl4H0U/CjZ8L2gXAzIAOw0

ZShoLAz09LngvCyg

+CmJ4ARQAUlsDOQJLCToOLikcX0RqG3ARLTE3J2saAAQIOw51dh0+IToNPRYcBgYYGnkePzkFaEcCDS5+QDUNFCgZKD97LhojNTcLLy0XPjIJPjcNShoMOScNEk4dCAETeXscQBgAZEMKDS19SzsmDA0dKkBOHEUrOTIIQC

8aPhNDDwp9Dg==","Width":"517px","Height":"300px","Title":"Paste As Html"},"CleanPasteTextContent":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgU3M28UAmcJPGkKex4KKSoILRYTCAEqGlYOJwQGV30DOUh9QjYiNgkbXxl4H0U/CjZ8L2gXAzIAOw0

ZShoLAz09LngvCyg

+CmJ4ARQAUlsDOQJLCToOLikcX0RqG3ARLTE3J2saAAQIOw51dh0+IToNPRYcBgYYGnkePzkFaEcCDS5+QDUNFCgZKD97LhojNTcLLy0XPjIJPjcNShoMOScNEk4dCAETeXscQBgAZEMKDS19SzsmDA0dKkBOHEUrOTIIQC

8aPhNDDwp9Dg==","Width":"517px","Height":"300px","Title":"Paste Plain Text"},"ImageEditor":{"SerializedParameters":"DRwWQBY

+PRwKL2RUPiU9OmIBO3wJb1wcIzxTfgoALg8bAkBXKG0VEz0aDSsUZhgrBgMSXAAjNRg9IGwIEykxOnt5QCU2en0cDT8eUDUNJhMaKCNrK3A3DygILzUsHRgWEx8FQAEMLkAQLGMTEF0IIVYkFXwKa08HIz19UA0AMg80Kz

RMHUQkUwALLwoaAWZNCmkWWy8LIR8KL2RUOyomMFYnPD4FdGFaNStQTyMMCCUaAjNWKG8RJQYaPzEUEgQWBR0OQS0xWgoTLXgMPSU

+JXgNPD4FdGFaNSxTbDZ7NhMbJydxE39yCz5/IyQbHRwMPBwWSighAxw8EVojBjoIM24aBjofeF8hDS9hVjUdKggZNydJKUMdEwYKIwkqAgwXPgMnQB4LKQM8WncXEi4IEHl4OzsJekgTDixTfg0lOgoaKCN5KH8NDz4KJz

EUEBwSPGkWZyguAwMFMGwLBTomeXgMKyUxdGUHIzxqSzkANlIiOwF5KEUBCgYKIxcsAhAUBQ4WWC0+PQY8AVojBjoIM24aBjcfenkSCy9yDzsPRQkhOA1PL0UBUwUaTCgbEhBKPhg4dBUxFwoFO1UTEykEH1cOCTsKa3k6N

iB1VwwxBDYbASNTBmwGECt9Ly0sEgA5PDZ5AC9UOQkOWhsROyomPFAPMzQxD3EbNT9xQTkAEBQiOkBXKH8SEDYgMy4tZwMJEhg3BBohOQMFMGgUPhRFDFUeNz4xDk8uNS99SA0lEFMZOExKBkMVEz0aDSsUZARPPBwWfBUx

XhwTLXgMPSU

+JXgNMD4FV088DElXYTwmPgsdOyNmHUQjKQAbLwsvZgApCWoKRBYjDEU6PVoWCgMyE2J6GX8EVmkkCxVtTTomEAo1AR0JHm8zEAALGQUUEi4pCWoKRBYjDEU6PmgsPSoYIGYzHTgHeWUoOS5XYAoPBAkaOA1GHm8/CAYLGS

0AAwwuCmgkXRoLXic6P28dPSUqIFUjM3gHaXktC0hfST0QKi0dBDAOHm83MQB9DRkfPgQRCWgnRBYgBzs9LmA8EToIImMPO3gEak9YDEhLfz4iOjkaNx1IHXwFUwYKIwobOwwSEjcaAhkgPTY6PRM8CAAYKGIOPH0HankxI

i5LTD0QDAIqKTAGBRkJUwEaDTEaAhAPBgwkXy8KLQk9W2AIPAMiOW4RPD4BUW0YDEpySyILC1QqOEBXE0U/DzIKHWwsAhwPBgwsQBghAwU

+Wk4RBRQIDm0eCTcJb1wRIz51QQsfKVQuAhlTLhkFCwAKHScCEwQDOwwVQAElGE0=","Width":"832px","Height":"520px","Title":"Image Editor"},"ImageProperties":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgYIQC4UEAAJOx0saxYhFyYMLVJWBl0UHlEeIwUxe1MBIj5tTzgeGFccAwUKLhojNDZ8LycZOT4xPBw

GBgIwBxEJWE5VCQEmO1d5HQoEUVMBDRMSTzYiNVM3OkROG3AvLTU3J2kaEiY0O2t5ZwIiLT4OW0YKCjk

+Hld7IwQFUkcKOTxhCTgkFDQ1KDtLGEYJLjV9Pw8UEzIxPGkGaxgNFxEIL1oyBgc6eVYOOzwedEMlDhN9TDgeGDU1X0x6GHwNLDJ9BTIaARwoEhp9Dg==","Width":"352px","Height":"432px","Title":"Proper

ties..."},"ImageMapDialog":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgV/DW0ZAzIRPR0Sax4ICyMNWloLBgYTfFYiCQkCUH0KOUtPSzZ6TRAbBA1MEG8/OQUZIwobZBhJBWo

aRxoIAxoSBVpWBgAfPlEcQAgBZE8mDhNxCTsQDCE2Og1OH3AjLjV9PxgUEzJOEhwSah8LFyEJEnQXBSsYGlEfHRU3D2UhPRNuQDgfTVcbKR5ILm8/DzIhP28XARwtOw0CZh4+Az4JWVILCAEiI3oMQBgEaG0xDS1xDjgjLj

EoPkgC","Width":"700px","Height":"430px","Title":"Image Map Editor","ReloadOnShow":true},"StyleBuilder":

{"SerializedParameters":"Cxx5WRUxFwA6BWRUPjpJPGEON30yf1MsNi9fQjUbCxQ0KwF5KEUBCgYKIxssAhwWBRwSXxYjJRg8WnQwOyUcOm4RPyIJa31bIz19UA0AMg80KzhMHGANUj4ZAQkqHToJBQ5xWy4LKR4FMG

g1PABJPm4RO30ya30RIz19UA0AMg80KzRMBRgRFj0aPy4UAAAOBjYWWBYhORsKWlYUPQM9OmYkNz4wDn4YIgFfbQwmKg83Xw1XKEUjUj0aETECEAwSPRMOXwAiLgMIBEFUOysqHmAdQXoBZENbNSBtTTYfBCYZODNMKBojG

TEKM20vFi49Bgw4SRY1GAcTLFYwBl46OVcBIwMKax4DNUpxQToANhUbKCNGLm8rDwc0DRoXAi4ABQg3RAAiGyUFP1oIPAAcO3giIz0Ka1MdNUh1VDUlEBYZNydPKBpzFjYKGTUsEm8UCRMsRBYzWhg9P3cXDQA2Old7JD4e

f1M8PUl9QjgkFCgbKDMKBH4vAjJ9GWwYOQAIOw0KaxkILRsNEk5RCyoEGlcPHRU2dHEKIj0SCjYlSTAdODxGL2A3LgYIQSoUAzJOPR0GRhoILRkNWWgXBl8cem54KwUFUmUKOD1XTzYQF1IvKQVnGXARNDIaAScdAAwbPRw

ORhgILRkSAnNRCzoAC1EMQAkddEMmDhMWCzt5MVM1KkR7LhojMSl8LycUED4tOg0wZgE

+OREILnsTBl9BDld5CQkCUG0AOUhXQjYeGCwsKQVmKG4RCikjJy4XODkNOh5xQh4LXioJWXceC10iD3kiRBUAUUMlIhRiTw==","Width":"541px","Height":"490px","Title":"Style

Builder"}},"_dialogUniqueID":"0fb8e8e8-37a7-4c08-b36a-

7712bb0d8bb6","clientStateFieldID":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings_dialogOpener_ClientState","enableTelerikManagers":true,"handlerUrl":"..

/UserControls/Case/Telerik.Web.UI.DialogHandler.aspx","skin":"Default"}, null,

{"container":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings_dialogOpener_Window"}, $get

("ctl00_CPH1_Determination_userControl_EditorClinicalFindings_dialogOpener"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadEditor, {"ajaxSpellCheckScriptReference":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6mH3CkbU_0qbMzc0ys5Maw49VoocFde5Uy3orfs9XDKPn3TvTMikS62oXApmSN_UiQ2&t=634097747265993942","clientStateFieldID":"ctl00_CPH1_Determination_userCont

rol_EditorClinicalFindings_ClientState","contentAreaCssFile":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzuebO8fQcL6O_dBGU1BbZPSoBG3Ix_cL0HeEsMP0ZVTROMoXTLiTK3tNwZIfaXjkwyU1&t=634097747265993942","contentFilters":129,"contextMenus

JSON":[],"editModes":1,"modulesJSON":[],"mozillaFlashOverlayImage":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzueMscHvq3QqYfXAVWleFgDNls2VL10Q7jllmesriDsstA2&t=634097747265993942","skin":"Default","spellCheckJSON":

{"configuration":"CWl5ShYjAx49BRsdBThJPlAOHTsxUmYYPRVhSwx6KRA1BgIPBRgBEj0VHQstOCEJDTYGQC9UOgMSK1ozDVwqM2MlGQYwe21eIS5PWTl4EFIuAyNNLn4SGTUgDTQcZj4/Bg4kZC0LKgc

+L0oNPTs6M2MlGQc3akcyDj9UDz0PEAkcKBlJKEUBGgEbNzUqEjEJDTYGQC9UOgMSK1o2OgMyI2IlGQIxe2UeOxVpbj14JhkhAxFMKW8VJAEIIzQDPmICBjckZCgxPTkLBWwzDVwqOG0cEnwwekASPRZpYT0jNlYhBT9IKG

4sGTEjBQQcAw9ICTcaeB0LITkOBWw3CCUyHmIeCSYxekcYCj1tUjwNNg4tBBF4B24rNAELOwcYZBwvBmskZC9UJTc7EhJTCl4yJVYOCQkye30BDkllQQ17JhMiKCNGBm0dCwYFOzECER8JEjx9Dg==","url":"Telerik.

Web.UI.SpellCheckHandler.axd","language":"en-

US"},"stripFormattingOptions":2,"tableLayoutCssFile":"","toolAdapterType":"Telerik.Web.UI.Editor.DefaultToolAdapter","toolJSON":[{"tools":

[{"name":"AjaxSpellCheck"}]},{"tools":[{"name":"Bold"},{"name":"Italic"},{"name":"Underline"},{"name":"Cut"},{"name":"Copy"},{"name":"Paste"},

{"name":"FontName","type":2},{"attributes":{"popupwidth":"60px"},"name":"RealFontSize","type":2}]},{"tools":[{"attributes":

{"popupclassname":"reInsertTable","itemsperrow":"8","sizetofit":"true"},"name":"InsertTable","type":16,"tools":[{"name":"TableWizard","text":"Table Wizard"},

{"name":"InsertRowAbove","text":"Insert Row Above"},{"name":"InsertRowBelow","text":"Insert Row Below"},{"name":"DeleteRow","text":"Delete Row"},

{"name":"InsertColumnLeft","text":"Insert Column to the Left"},{"name":"InsertColumnRight","text":"Insert Column to the Right"},{"name":"DeleteColumn","text":"Delete

Column"},{"name":"MergeColumns","text":"Merge Cells Horizontally"},{"name":"MergeRows","text":"Merge Cells Vertically"},{"name":"SplitCell","text":"Split Cell"},

{"name":"SplitCellHorizontal","text":"Split Cell Horizontally"},{"name":"DeleteCell","text":"Delete Cell"},{"name":"SetTableProperties","text":"Table Properties"}]},

{"name":"InsertImage"},{"name":"LinkManager"},{"name":"Unlink"},{"name":"InsertOrderedList"},{"name":"InsertUnorderedList"}]}],"toolbarMode":8}, null,

{"dialogOpener":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings_dialogOpener"}, $get("ctl00_CPH1_Determination_userControl_EditorClinicalFindings"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadEditor, {"ajaxSpellCheckScriptReference":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6mH3CkbU_0qbMzc0ys5Maw49VoocFde5Uy3orfs9XDKPn3TvTMikS62oXApmSN_UiQ2&t=634097747265993942","clientStateFieldID":"ctl00_CPH1_Determination_userCont

rol_EditorReference_ClientState","contentAreaCssFile":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzuebO8fQcL6O_dBGU1BbZPSoBG3Ix_cL0HeEsMP0ZVTROMoXTLiTK3tNwZIfaXjkwyU1&t=634097747265993942","contextMenusJSON":

[],"editModes":1,"modulesJSON":[],"mozillaFlashOverlayImage":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzueMscHvq3QqYfXAVWleFgDNls2VL10Q7jllmesriDsstA2&t=634097747265993942","skin":"Default","spellCheckJSON":

{"configuration":"CWl5ShYjAx49BRsdBThJPlAOHTsxUmYYPRVhSwx6KRA1BgIPBRgBEj0VHQstOCEJDTYGQC9UOgMSK1ozDVwqM2MlGQYwe21eIS5PWTl4EFIuAyNNLn4SGTUgDTQcZj4/Bg4kZC0LKgc

+L0oNPTs6M2MlGQc3akcyDj9UDz0PEAkcKBlJKEUBGgEbNzUqEjEJDTYGQC9UOgMSK1o2OgMyI2IlGQIxe2UeOxVpbj14JhkhAxFMKW8VJAEIIzQDPmICBjckZCgxPTkLBWwzDVwqOG0cEnwwekASPRZpYT0jNlYhBT9IKG

4sGTEjBQQcAw9ICTcaeB0LITkOBWw3CCUyHmIeCSYxekcYCj1tUjwNNg4tBBF4B24rNAELOwcYZBwvBmskZC9UJTc7EhJTCl4yJVYOCQkye30BDkllQQ17JhMiKCNGBm0dCwYFOzECER8JEjx9Dg==","url":"Telerik.

Web.UI.SpellCheckHandler.axd","language":"en-

US"},"stripFormattingOptions":2,"tableLayoutCssFile":"","toolAdapterType":"Telerik.Web.UI.Editor.DefaultToolAdapter","toolJSON":[{"tools":

[{"name":"AjaxSpellCheck"}]},{"tools":[{"name":"Bold"},{"name":"Italic"},{"name":"Underline"},{"name":"Cut"},{"name":"Copy"},{"name":"Paste"},

{"name":"FontName","type":2},{"attributes":{"popupwidth":"60px"},"name":"RealFontSize","type":2}]},{"tools":[{"attributes":

{"popupclassname":"reInsertTable","itemsperrow":"8","sizetofit":"true"},"name":"InsertTable","type":16,"tools":[{"name":"TableWizard","text":"Table Wizard"},

{"name":"InsertRowAbove","text":"Insert Row Above"},{"name":"InsertRowBelow","text":"Insert Row Below"},{"name":"DeleteRow","text":"Delete Row"},

{"name":"InsertColumnLeft","text":"Insert Column to the Left"},{"name":"InsertColumnRight","text":"Insert Column to the Right"},{"name":"DeleteColumn","text":"Delete

Column"},{"name":"MergeColumns","text":"Merge Cells Horizontally"},{"name":"MergeRows","text":"Merge Cells Vertically"},{"name":"SplitCell","text":"Split Cell"},

{"name":"SplitCellHorizontal","text":"Split Cell Horizontally"},{"name":"DeleteCell","text":"Delete Cell"},{"name":"SetTableProperties","text":"Table Properties"}]},

{"name":"InsertImage"},{"name":"LinkManager"},{"name":"Unlink"},{"name":"InsertOrderedList"},

{"name":"InsertUnorderedList"}]}],"toolProviderID":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings","toolbarMode":8}, null,

{"dialogOpener":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings"}, $get("ctl00_CPH1_Determination_userControl_EditorReference"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadEditor, {"ajaxSpellCheckScriptReference":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6mH3CkbU_0qbMzc0ys5Maw49VoocFde5Uy3orfs9XDKPn3TvTMikS62oXApmSN_UiQ2&t=634097747265993942","clientStateFieldID":"ctl00_CPH1_Determination_userCont

rol_EditorConclusion_ClientState","contentAreaCssFile":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzuebO8fQcL6O_dBGU1BbZPSoBG3Ix_cL0HeEsMP0ZVTROMoXTLiTK3tNwZIfaXjkwyU1&t=634097747265993942","contextMenusJSON":

[],"editModes":1,"modulesJSON":[],"mozillaFlashOverlayImage":"/WebResource.axd?

d=GaqMnP6KXdekJyFgeTRl6oyeCRwDCcXc6YBfI_tCzueMscHvq3QqYfXAVWleFgDNls2VL10Q7jllmesriDsstA2&t=634097747265993942","skin":"Default","spellCheckJSON":

{"configuration":"CWl5ShYjAx49BRsdBThJPlAOHTsxUmYYPRVhSwx6KRA1BgIPBRgBEj0VHQstOCEJDTYGQC9UOgMSK1ozDVwqM2MlGQYwe21eIS5PWTl4EFIuAyNNLn4SGTUgDTQcZj4/Bg4kZC0LKgc

+L0oNPTs6M2MlGQc3akcyDj9UDz0PEAkcKBlJKEUBGgEbNzUqEjEJDTYGQC9UOgMSK1o2OgMyI2IlGQIxe2UeOxVpbj14JhkhAxFMKW8VJAEIIzQDPmICBjckZCgxPTkLBWwzDVwqOG0cEnwwekASPRZpYT0jNlYhBT9IKG

4sGTEjBQQcAw9ICTcaeB0LITkOBWw3CCUyHmIeCSYxekcYCj1tUjwNNg4tBBF4B24rNAELOwcYZBwvBmskZC9UJTc7EhJTCl4yJVYOCQkye30BDkllQQ17JhMiKCNGBm0dCwYFOzECER8JEjx9Dg==","url":"Telerik.

Web.UI.SpellCheckHandler.axd","language":"en-

US"},"stripFormattingOptions":2,"tableLayoutCssFile":"","toolAdapterType":"Telerik.Web.UI.Editor.DefaultToolAdapter","toolJSON":[{"tools":

[{"name":"AjaxSpellCheck"}]},{"tools":[{"name":"Bold"},{"name":"Italic"},{"name":"Underline"},{"name":"Cut"},{"name":"Copy"},{"name":"Paste"},

{"name":"FontName","type":2},{"attributes":{"popupwidth":"60px"},"name":"RealFontSize","type":2}]},{"tools":[{"attributes":

{"popupclassname":"reInsertTable","itemsperrow":"8","sizetofit":"true"},"name":"InsertTable","type":16,"tools":[{"name":"TableWizard","text":"Table Wizard"},

{"name":"InsertRowAbove","text":"Insert Row Above"},{"name":"InsertRowBelow","text":"Insert Row Below"},{"name":"DeleteRow","text":"Delete Row"},

{"name":"InsertColumnLeft","text":"Insert Column to the Left"},{"name":"InsertColumnRight","text":"Insert Column to the Right"},{"name":"DeleteColumn","text":"Delete

Column"},{"name":"MergeColumns","text":"Merge Cells Horizontally"},{"name":"MergeRows","text":"Merge Cells Vertically"},{"name":"SplitCell","text":"Split Cell"},

{"name":"SplitCellHorizontal","text":"Split Cell Horizontally"},{"name":"DeleteCell","text":"Delete Cell"},{"name":"SetTableProperties","text":"Table Properties"}]},

{"name":"InsertImage"},{"name":"LinkManager"},{"name":"Unlink"},{"name":"InsertOrderedList"},

{"name":"InsertUnorderedList"}]}],"toolProviderID":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings","toolbarMode":8}, null,

{"dialogOpener":"ctl00_CPH1_Determination_userControl_EditorClinicalFindings"}, $get("ctl00_CPH1_Determination_userControl_EditorConclusion"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Determination_userControl$TxtApprovalStartDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtApprovalStartDate_dateInput_ClientState","dateFormat":"M/

d/yyyy","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Determination_userControl_TxtApprovalStartDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Determination_userControl_TxtApprovalStartDat

e_popupButton","clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtApprovalStartDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Determination_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Determination_userControl_TxtApprovalStartDate_dateInput"}, $get

("ctl00_CPH1_Determination_userControl_TxtApprovalStartDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDateInput, {"_enableOldBoxModel":false,"_focused":false,"_originalValue":"","_postBackEventReferenceScript":"__doPostBack

(\u0027ctl00$CPH1$Determination_userControl$TxtApprovalEndDate\u0027,

\u0027\u0027)","_shouldResetWidthInPixels":true,"clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtApprovalEndDate_dateInput_ClientState","dateFormat":"M/d/

yyyy","dateFormatInfo":{"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MonthNames":

["January","February","March","April","May","June","July","August","September","October","November","December",""],"AbbreviatedDayNames":

["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AbbreviatedMonthNames":

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"AMDesignator":"AM","PMDesignator":"PM","DateSeparator":"/","TimeSeparator":":","FirstDayO

fWeek":0,"DateSlots":{"Month":0,"Day":1,"Year":2},"ShortYearCenturyEnd":2029,"TimeInputOnly":false},"displayDateFormat":"M/d/yyyy","enabled":true,"incrementSettings":

{InterceptArrowKeys:true,InterceptMouseWheel:true,Step:1},"styles":{HoveredStyle: ["width:100%;", "riTextBox riHover"],InvalidStyle: ["width:100%;", "riTextBox

riError"],DisabledStyle: ["width:100%;", "riTextBox riDisabled"],FocusedStyle: ["width:100%;", "riTextBox riFocused"],EmptyMessageStyle: ["width:100%;", "riTextBox

riEmpty"],ReadOnlyStyle: ["width:100%;", "riTextBox riRead"],EnabledStyle: ["width:100%;", "riTextBox riEnabled"]}}, null, null, $get

("ctl00_CPH1_Determination_userControl_TxtApprovalEndDate_dateInput"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadDatePicker, {"_PopupButtonSettings":{ ResolvedImageUrl : "", ResolvedHoverImageUrl : ""},"_animationSettings":

{ShowAnimationDuration:300,ShowAnimationType:1,HideAnimationDuration:0,HideAnimationType:1},"_popupControlID":"ctl00_CPH1_Determination_userControl_TxtApprovalEndDate_

popupButton","clientStateFieldID":"ctl00_CPH1_Determination_userControl_TxtApprovalEndDate_ClientState","focusedDate":"2010-06-24-00-00-00"}, null,

{"calendar":"ctl00_CPH1_Determination_userControl_RadCalendar1","dateInput":"ctl00_CPH1_Determination_userControl_TxtApprovalEndDate_dateInput"}, $get

("ctl00_CPH1_Determination_userControl_TxtApprovalEndDate"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadCalendar, {"_DayRenderChangedDays":{"2010_6_24":["","rcToday"]},"_FormatInfoArray":

[["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],

["January","February","March","April","May","June","July","August","September","October","November","December",],

["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",],"dddd, MMMM dd, yyyy h:mm:ss tt","dddd, MMMM dd, yyyy","h:mm:ss tt","MMMM dd","ddd, dd MMM

yyyy HH\':\'mm\':\'ss \'GMT\'","M/d/yyyy","h:mm tt","yyyy\'-\'MM\'-\'dd\'T\'HH\':\'mm\':\'ss","yyyy\'-\'MM\'-\'dd HH\':\'mm\':\'ss\'Z\'","MMMM,

yyyy","AM","PM","/",":",0],"_ViewRepeatableDays":{"2010_6_24":"0001_1_1"},"_ViewsHash":{ctl00_CPH1_Determination_userControl_RadCalendar1_Top : [[2010,6,1],

1]},"_calendarWeekRule":0,"_culture":"en-US","_enableViewSelector":false,"_firstDayOfWeek":7,"_postBackCall":"__doPostBack(\u0027ctl00$CPH1$Determination_userControl

$RadCalendar1\u0027,\u0027@@

\u0027)","clientStateFieldID":"ctl00_CPH1_Determination_userControl_RadCalendar1_ClientState","enabled":true,"monthYearNavigationSettings":["Today","OK","Cancel","Date

is out of range.","False","True","300","1","300","1"],"skin":"Default","specialDaysArray":[[,[2010,6,24],1,0,0,0,16,0,,{SpecialDayStyle_2010_6_24: ["",

"rcToday"]}]],"stylesHash":{DayStyle: ["", ""],CalendarTableStyle: ["", "rcMainTable"],OtherMonthDayStyle: ["", "rcOtherMonth"],TitleStyle: ["", ""],SelectedDayStyle:

["", "rcSelected"],SelectorStyle: ["", ""],DisabledDayStyle: ["", "rcDisabled"],OutOfRangeDayStyle: ["", "rcOutOfRange"],WeekendDayStyle: ["",

"rcWeekend"],DayOverStyle: ["", "rcHover"],FastNavigationStyle: ["", "RadCalendarMonthView RadCalendarMonthView_Default RadCalendarMonthView "],ViewSelectorStyle: ["",

"rcViewSel"]}}, null, null, $get("ctl00_CPH1_Determination_userControl_RadCalendar1"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadComboBox, {"_dropDownWidth":0,"_height":0,"_skin":"Default","_text":"10","_uniqueId":"ctl00$CPH1$Record_userControl$RecordGrid

$ctl00$ctl03$ctl01$PageSizeComboBox","_value":"10","clientStateFieldID":"ctl00_CPH1_Record_userControl_RecordGrid_ctl00_ctl03_ctl01_PageSizeComboBox_ClientState","coll

apseAnimation":"{\"duration\":450}","expandAnimation":"{\"duration\":450}","itemData":[{"value":"10","selected":true,"attributes":

{"ownerTableViewId":"ctl00_CPH1_Record_userControl_RecordGrid_ctl00"}},{"value":"20","attributes":

{"ownerTableViewId":"ctl00_CPH1_Record_userControl_RecordGrid_ctl00"}},{"value":"50","attributes":

{"ownerTableViewId":"ctl00_CPH1_Record_userControl_RecordGrid_ctl00"}}],"selectedIndex":0}, {"selectedIndexChanged":Telerik.Web.UI.Grid.ChangePageSizeComboHandler},

null, $get("ctl00_CPH1_Record_userControl_RecordGrid_ctl00_ctl03_ctl01_PageSizeComboBox"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadGrid, {"ClientID":"ctl00_CPH1_Record_userControl_RecordGrid","ClientSettings":

{"AllowAutoScrollOnDragDrop":true,"AllowColumnsReorder":true,"ShouldCreateRows":true,"DataBinding":{},"Selecting":{"AllowRowSelect":true},"Scrolling":{},"Resizing":

{"AllowColumnResize":true,"ClipCellContentOnResize":true},"ClientMessages":{},"KeyboardNavigationSettings":

{"AllowActiveRowCycle":false,"EnableKeyboardShortcuts":true,"FocusKey":89,"InitInsertKey":73,"RebindKey":82,"ExitEditInsertModeKey":27,"UpdateInsertItemKey":13,"Delete

ActiveRow":127}},"Skin":"Default","UniqueID":"ctl00$CPH1$Record_userControl$RecordGrid","_activeRowIndex":"","_clientKeyValues":{"0":{"DocumentId":"489"},"1":

{"DocumentId":"488"},"2":{"DocumentId":"487"},"3":{"DocumentId":"486"},"4":{"DocumentId":"483"},"5":{"DocumentId":"481"},"6":{"DocumentId":"482"},"7":

{"DocumentId":"470"},"8":{"DocumentId":"471"},"9":

{"DocumentId":"472"}},"_controlToFocus":"","_currentPageIndex":0,"_editIndexes":"[]","_embeddedSkin":true,"_gridTableViewsData":"[{\"ClientID\":

\"ctl00_CPH1_Record_userControl_RecordGrid_ctl00\",\"UniqueID\":\"ctl00$CPH1$Record_userControl$RecordGrid$ctl00\",\"PageSize\":10,\"PageCount\":2,\"EditMode\":

\"EditForms\",\"CurrentPageIndex\":0,\"VirtualItemCount\":18,\"AllowMultiColumnSorting\":false,\"AllowNaturalSort\":true,\"AllowFilteringByColumn\":false,

\"IsItemInserted\":false,\"clientDataKeyNames\":[\"DocumentId\"],\"_dataBindTemplates\":false,\"_selectedItemStyle\":\"\",\"_selectedItemStyleClass\":\"rgSelectedRow

\",\"_columnsData\":[{\"UniqueName\":\"CheckboxDocumentId\",\"Resizable\":true,\"Reorderable\":true,\"Groupable\":false,\"ColumnType\":\"GridClientSelectColumn\",

\"Display\":true},{\"UniqueName\":\"TemplateColumn\",\"Resizable\":true,\"Reorderable\":true,\"Groupable\":true,\"ColumnType\":\"GridTemplateColumn\",\"Display

\":true},{\"UniqueName\":\"DocumentName\",\"Resizable\":true,\"Reorderable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"Display\":true},

{\"UniqueName\":\"documentTypeId\",\"Resizable\":true,\"Reorderable\":true,\"Groupable\":true,\"ColumnType\":\"GridDropDownColumn\",\"Display\":true},{\"UniqueName\":

\"Source\",\"Resizable\":true,\"Reorderable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"Display\":true},{\"UniqueName\":\"TotalPages\",\"Resizable

\":true,\"Reorderable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"Display\":true},{\"UniqueName\":\"ReceivedDate\",\"Resizable\":true,\"Reorderable

\":true,\"Groupable\":true,\"ColumnType\":\"GridDateTimeColumn\",\"Display\":true},{\"UniqueName\":\"StartDate\",\"Resizable\":true,\"Reorderable\":true,\"Groupable

\":true,\"ColumnType\":\"GridDateTimeColumn\",\"DataFormatString\":\"{0:MM/dd/yyyy}\",\"Display\":true},{\"UniqueName\":\"EndDate\",\"Resizable\":true,\"Reorderable

\":true,\"Groupable\":true,\"ColumnType\":\"GridDateTimeColumn\",\"DataFormatString\":\"{0:MM/dd/yyyy}\",\"Display\":true},{\"UniqueName\":\"ModifiedDate\",

\"Resizable\":true,\"Reorderable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"Display\":true},{\"UniqueName\":\"ShowInLetterCheckBox\",\"Resizable

\":true,\"Reorderable\":true,\"Groupable\":true,\"ColumnType\":\"GridCheckBoxColumn\",\"Display\":true},{\"UniqueName\":\"EditCommandColumn\",\"Resizable\":true,

\"Reorderable\":true,\"Groupable\":false,\"ColumnType\":\"GridEditCommandColumn\",\"Display\":true},{\"UniqueName\":\"DeleteColumn\",\"Resizable\":true,\"Reorderable

\":true,\"Groupable\":false,\"ColumnType\":\"GridButtonColumn\",\"Display

\":true}]}]","_masterClientID":"ctl00_CPH1_Record_userControl_RecordGrid_ctl00","_shouldFocusOnPage":false,"allowMultiRowSelection":true,"clientStateFieldID":"ctl00_CP

H1_Record_userControl_RecordGrid_ClientState"}, null, null, $get("ctl00_CPH1_Record_userControl_RecordGrid"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadMultiPage, {"clientStateFieldID":"ctl00_CPH1_RadMultiPage1_ClientState","pageViewData":[{"id":"ctl00_CPH1_Claim"},

{"id":"ctl00_CPH1_Regulatory"},{"id":"ctl00_CPH1_Case"},{"id":"ctl00_CPH1_Determination"},{"id":"ctl00_CPH1_Record"}],"selectedIndex":4}, null, null, $get

("ctl00_CPH1_RadMultiPage1"));
});



regards
mac
0
Dobromir
Telerik team
answered on 28 Jun 2010, 06:41 PM
Hi Mac,

Regarding the postback, yes the sample project do support posting back to the server, actually the Editor.aspx page is causing postback. Please find the attached modified Editor.aspx with assigned ServerClick event to the submit button.

About the client-side init, the size of this is due to the large number of controls that have to be loaded on the page. A possible approach to reduce the size of the executed JavaScript is to combine the elements of the RadDatePicker controls that are the same. Please find more detailed information on the subject in the following help article:
Sharing the Embedded Popup Controls

Also, take advantage of our RadScriptManager and RadStyleSheetManager controls. They can greatly increase the performance when there are many controls on the page.

More information regarding optimization of RadControls is available in the following articles:


All the best,
Dobromir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
Mac P
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Mac P
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or