<div id="recertstep2" style="display:none;">
	<cfform name="formstep2" id="formstep2">
		<div class="form-body">
			<div class="margin-top-10 text-center">
				<ul class="pagination nav_pagination" style="margin:0;">
					<cfloop index=ind from="1" to="9">
						<cfoutput>
							<li class="nav_recertstep#ind# <cfif ind eq 1>active</cfif>" onClick="$('##recertstep2').hide(); $('##recertstep#ind#').show(); $('.pagination li').removeClass('active'); $('.nav_recertstep#ind#').addClass('active');">
								<a href="javascript:;">#ind#</a>
							</li>
						</cfoutput>
					</cfloop>
				</ul>

				<div class="dashboard-stat2 progress_div" style="margin: 0px auto; padding-top: 0px; max-width: 320px;">
					<div class="progress-info">
						<div class="progress" style="height: 9px">
							<span class="progress-bar progress-bar-success green-sharp">
								<span class="sr-only ">0% progress</span>
							</span>
						</div>
						<div class="status">
							<div class="status-title"> progress </div>
							<div class="status-number"> <span class="progressBar">0%</span> </div>
						</div>
					</div>
				</div>
			</div>
			<div class="well">
			<div class="form-group">
				<div class="label-stable">
					<label>M1030 Therapies the patient receives at home: (Mark at that apply.)</label>
					<div id="divtherapies" class="checkbox-list">
						<label>
						<input name="ChkIntravenous" type="checkbox" onclick="changebg('ChkIntravenous','empty','divtherapies');" value="1 - Intravenous or infusion therapy (excludes TPN)"<cfif Recertform.Therapies_Home_M0250 Contains "1 -">checked</cfif>> 1 - Intravenous or infusion therapy (excludes TPN)</label>
						<label>
						<input name="ChkIntravenous" type="checkbox" onclick="changebg('ChkIntravenous','empty','divtherapies');" value="2 - Parenteral nutrition (TPN or liquids)"<cfif Recertform.Therapies_Home_M0250 Contains "2 -">checked</cfif>> 2 - Parenteral nutrition (TPN or liquids)</label>
						<label>
						<input name="ChkIntravenous" type="checkbox" onclick="changebg('ChkIntravenous','empty','divtherapies');" value="3 - Enteral nutrition (nasogastric, gastrostomy, jejunostomy, etc)"<cfif Recertform.Therapies_Home_M0250 Contains "3 -">checked</cfif>> 3 - Enteral nutrition (nasogastric, gastrostomy, jejunostomy, etc)</label>
						<label>
						<input name="ChkIntravenous" type="checkbox" onclick="changebg('ChkIntravenous','empty','divtherapies');" value="4 - None of the above"<cfif Recertform.Therapies_Home_M0250 Contains "4 -">checked</cfif>> 4 - None of the above</label>
					</div>
				</div>
			</div>
			<div class="form-group">
				<div class="label-stable">
					<label>Nutrition Assessment</label>
					<div id="divnutrition" class="checkbox-list">
						<label>
						<input name="ChkOverweight" type="checkbox" value="Overweight"  onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess Contains "Overweight">checked</cfif>> Overweight</label>
						<label>
						<input name="ChkOverweight" type="checkbox" value="Underweight"  onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess Contains "Underweight">checked</cfif>> Underweight</label>
						<label>
						<input name="ChkOverweight" type="checkbox" value="Recent significant weight loss" onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess Contains "weight loss">checked</cfif>> Recent significant weight loss</label>
						<label>
						<input name="ChkOverweight" type="checkbox" value="Recent significant weight gain" onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess Contains "gain">checked</cfif>> Recent significant weight gain</label>
						<label>
						<input name="ChkOverweight" type="checkbox" value="Problems with chewing, swallowing" onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess Contains "swallowing">checked</cfif>> Problems with chewing, swallowing</label>
						<label>
						<input name="ChkOverweight" type="checkbox" value="Problems with teeth/dentures" onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess Contains "Problems with teeth/dentures">checked</cfif>> Problems with teeth/dentures</label>
						<label>
						<input name="ChkOverweight" type="checkbox" value="Asymptomatic"  onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess Contains "Asymptomatic">checked</cfif>> Asymptomatic</label>
						<label>
						<input name="ChkOverweight" type="checkbox" value="Other" onclick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess NEQ "">checked</cfif>> Other...</label>
					</div>
				</div>
				<cfoutput><textarea class="form-control" name="txtOverWeightOther" id="txtOverWeightOther" style="display:none;">#Recertform.M0250_Assess#</textarea></cfoutput>
			</div>
			<div class="form-group">
				<div class="label-stable">
					<label>Endocrine Assessment</label>
					<div id="divendocrine" class="checkbox-list">
						<label>
						<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Hyperglycemia: thirst, tiredness, apathy, increased sleeping"onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Hyperglycemia">checked</cfif>> Hyperglycemia: thirst, tiredness, apathy, increased sleeping</label>
						<label>
						<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Hypoglycemia: hunger, dizziness, shaking, nervousness" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Hypoglycemia">checked</cfif>> Hypoglycemia: hunger, dizziness, shaking, nervousness</label>
						<label>
						<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Sugar in urine" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Sugar">checked</cfif>> Sugar in urine</label>
						<label>
						<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Serum <> between 65 - 99 mg/dL" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Serum">checked</cfif>> Serum <> between 65 - 99 mg/dL</label>
						<label>
						<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Asymptomatic" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Asymptomatic">checked</cfif>> Asymptomatic</label>
						<label>
						<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Other" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess NEQ "">checked</cfif>> Other...</label>
					</div>
				</div>
				<cfoutput><textarea class="form-control" name="txtEndocrineOther" id="txtEndocrineOther" style="display:none;">#Recertform.Endocrine_Assess#</textarea></cfoutput>
			</div>
			<div class="form-group">
				<div class="label-stable">
					<label>Home Safety Assessment</label>
					<div id="divhomeother" class="checkbox-list">
						<label>
						<input type="checkbox" name="Chkhomeother" value="Unsafe stairs and/or doorways" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');" <cfif Recertform.Home_Safety_Assess Contains "Unsafe stairs" >checked</cfif>> Unsafe stairs and/or doorways</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Rugs cords and/or furniture causing safety risk" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');" <cfif Recertform.Home_Safety_Assess Contains "Rugs cords">checked</cfif>> Rugs, cords and/or furniture causing safety risk</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Inadequate heating and/or cooling" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');"<cfif Recertform.Home_Safety_Assess Contains "Inadequate heating">checked</cfif>> Inadequate heating and /or cooling</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Unsafe appliances" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');" <cfif Recertform.Home_Safety_Assess Contains "Unsafe appliances">checked</cfif>> Unsafe appliances</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Inadequate sanitation and/or plumbing" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');" <cfif Recertform.Home_Safety_Assess Contains "Inadequate sanitation">checked</cfif>> Inadequate sanitation and/or plumbing</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Inadequate refrigeration" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');" <cfif Recertform.Home_Safety_Assess Contains "Inadequate refrigeration">checked</cfif>> Inadequate refrigeration</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Presence of insects and/or rodents" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');" <cfif Recertform.Home_Safety_Assess Contains "Presence of insects">checked</cfif>> Presence of insects and/or rodents</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Inadequate smoke detectors" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');"<cfif Recertform.Home_Safety_Assess Contains "Inadequate smoke detectors">checked</cfif>> Inadequate smoke detectors</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="O2 in use without precautions" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');"<cfif Recertform.Home_Safety_Assess Contains "O2">checked</cfif>> O2 in use without precautions</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="HOME HAS NO HAZARDS" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');"<cfif Recertform.Home_Safety_Assess Contains "HOME HAS NO HAZARDS">checked</cfif>> HOME HAS NO HAZARDS</label>
						<label>
						<input type="checkbox" name="Chkhomeother" value="Other" onclick="changebg('Chkhomeother','txtHomeOther','divhomeother');" <cfif Recertform.Home_Safety_Assess NEQ "">checked</cfif>> Other...</label>
					</div>
				</div>
				<cfoutput><textarea class="form-control" name="txtHomeOther" id="txtHomeOther" style="display:none;">#Recertform.Home_Safety_Assess#</textarea></cfoutput>
			</div>
			<div class="form-group">
				<label>Comments</label>
				<textarea class="form-control" name="txtComment" id="txtComment" onblur="CommentChangeBlur('formstep2')" rows="3"><cfoutput>#Recertform.Assessment_note#</cfoutput></textarea>
			</div>
			<div class="form-group">
				<label>Add Vital <img name="imgbtnaddvital" id="imgbtnaddvital" src="../../images/icon_add.png" style="cursor:pointer" onclick="$('#Vitaldiv').modal('show');"/></label>
			</div>
		</div>
		</div>
		
		<div class="form-actions">
			<input class="btn blue" type="button" value="Previous" onClick="$('#recertstep2').hide(); $('#recertstep1').show(); $('.pagination li').removeClass('active'); $('.nav_recertstep1').addClass('active'); $('html, body').animate({scrollTop: '0px'}, 300);">
			<input class="btn green" type="button" value="Next" onClick="return shownextwindow('2','');">
			<input class="btn btn-default" type="button" value="Cancel" onclick="shownextwindow('2','close');">

		</div>
	</cfform>
</div>