    $(document).ready(function(){
        //Hide div w/id extra
		//$("#info_type").hide();
		$("#about_patient").css("display","none");
        //$("#info_type").css("display","none");
        $("#q1_caregiver").css("display","none");
        //$("#q1_jia").css("display","none");
        $("#q2_caregiver").css("display","none");
        $("#q3_caregiver").css("display","none");
        $("#q4_caregiver").css("display","none");
        $("#infusion_caregiver").css("display","none");
        $("#injection_caregiver").css("display","none");
        $("#oral_caregiver").css("display","none");
        $("#how_many_years_caregiver").css("display","none");
        $("#how_many_years_caregiver2").css("display","none");
        $("#how_many_years_caregiver3").css("display","none");
        $("#how_many_years_caregiver4").css("display","none");
        $("#how_many_years_caregiver5").css("display","none");
        $("#how_many_years_caregiver6").css("display","none");
        $("#how_many_years_caregiver7").css("display","none");
        $("#how_many_years_caregiver8").css("display","none");
        $("#how_many_years_caregiver9").css("display","none");
        $("#how_many_years_caregiver10").css("display","none");
        $("#how_many_years_caregiver11").css("display","none");
        $("#how_many_years_caregiver12").css("display","none");
        $("#how_many_years_caregiver13").css("display","none");
        $("#how_many_years_caregiver14").css("display","none");
        $("#how_many_years_caregiver15").css("display","none");
        $("#how_many_years_caregiver16").css("display","none");
        $("#how_many_years_caregiver17").css("display","none");
        $("#how_many_years_caregiver18").css("display","none");
        //$("#jia_year").css("display","none");
        //$("#jia_radio").css("display","none");
        $("#infusion_other").css("display","none");
        $("#injection_other").css("display","none");
        //$("#oral_other").css("display","none");
        $("#signup_infusion").css("display","none");
        $("#signup_injection").css("display","none");
        $("#signup_oral").css("display","none");
        $("#Methotrexate").css("display","none");
        $("#Orencia2").css("display","none");
        $("#Remicade").css("display","none");
        $("#Rituxan").css("display","none");
        $("#Cimzia").css("display","none");
        $("#Enbrel").css("display","none");
        $("#Humira").css("display","none");
        $("#Kineret").css("display","none");
        $("#Methotrexate2").css("display","none");
        $("#Simponi").css("display","none");
        $("#Prednisone").css("display","none");
        $("#Arava").css("display","none");
        $("#Azulfidine").css("display","none");
        $("#Methotrexate3").css("display","none");
        $("#Plaquenil").css("display","none");
        $("#Ridaura").css("display","none");
        $("#Prednisone2").css("display","none");
        $("#Over_the_counter").css("display","none");
        $("#prednisone_jia").css("display","none");
        $("#prednisone_ra_caregiver").css("display","none");
        // disable all sub checkbox options
			$.en_disInfusion(true);
			$.en_disInjection(true);
			$.en_disOral(true);
        // Add onclick handler to checkbox w/id checkme
       
        //$("input:radio[@id=usertype_caregiver]").click(function()
        
        //$("#usertype_caregiver").click(function(){
        $("input:radio[name=usertype]").click(function(){
        // If checked
        if($("input:radio[value='10016018']").is(":checked"))
        {
            //show the hidden div
            $("#about_patient").show("fast");
            //$("#info_type").show("fast");
            $("#q1_caregiver").show("fast");
            $("#q2_caregiver").show("fast");
            $("#q3_caregiver").show("fast");
            $("#q4_caregiver").show("fast");
            $("#about_treatment").hide("fast");
            $("#q1_patient").hide("fast");
            $("#q2_patient").hide("fast");
            $("#q3_patient").hide("fast");
            $("#q4_patient").hide("fast");
            $("#infusion_caregiver").show("fast");
            $("#injection_caregiver").show("fast");
            $("#oral_caregiver").show("fast");
            //$("#oral_other").hide("fast");
            $("#infusion_patient").hide("fast");
            $("#infusion_caregiver").show("fast");
            $("#injection_patient").hide("fast");
            $("#injection_caregiver").show("fast");
            $("#oral_patient").hide("fast");
            $("#oral_caregiver").show("fast");
            $("#how_many_years_caregiver").show("fast");
            $("#how_many_years_patient").hide("fast");
            $("#how_many_years_caregiver2").show("fast");
            $("#how_many_years_patient2").hide("fast");
            $("#how_many_years_caregiver3").show("fast");
            $("#how_many_years_patient3").hide("fast");
            $("#how_many_years_caregiver4").show("fast");
            $("#how_many_years_patient4").hide("fast");
            $("#how_many_years_caregiver5").show("fast");
            $("#how_many_years_patient5").hide("fast");
            $("#how_many_years_caregiver6").show("fast");
            $("#how_many_years_patient6").hide("fast");
            $("#how_many_years_caregiver7").show("fast");
            $("#how_many_years_patient7").hide("fast");
            $("#how_many_years_caregiver8").show("fast");
            $("#how_many_years_patient8").hide("fast");
            $("#how_many_years_caregiver9").show("fast");
            $("#how_many_years_patient9").hide("fast");
            $("#how_many_years_caregiver10").show("fast");
            $("#how_many_years_patient10").hide("fast");
            $("#how_many_years_caregiver11").show("fast");
            $("#how_many_years_patient11").hide("fast");
            $("#how_many_years_caregiver12").show("fast");
            $("#how_many_years_patient12").hide("fast");
            $("#how_many_years_caregiver13").show("fast");
            $("#how_many_years_patient13").hide("fast");
            $("#how_many_years_caregiver14").show("fast");
            $("#how_many_years_patient14").hide("fast");
            $("#how_many_years_caregiver15").show("fast");
            $("#how_many_years_patient15").hide("fast");
            $("#how_many_years_caregiver16").show("fast");
            $("#how_many_years_patient16").hide("fast");
            $("#how_many_years_caregiver17").show("fast");
            $("#how_many_years_patient17").hide("fast");
            $("#how_many_years_caregiver18").show("fast");
            $("#how_many_years_patient18").hide("fast");
            $("#prednisone_ra").hide("fast");
			$("#prednisone_ra_caregiver").show("fast");
        }
        else
        {       
            //otherwise, hide it 
            
            //$("#info_type").hide("fast");
			$("input:radio[value='10016015']").removeAttr("disabled");
        }
         });
         
         //start - new
        // If checked
        if($("input:radio[value='10016018']").is(":checked"))
        {
            //show the hidden div
            $("#about_patient").show("fast");
            //$("#info_type").show("fast");
            $("#q1_caregiver").show("fast");
            $("#q2_caregiver").show("fast");
            $("#q3_caregiver").show("fast");
            $("#q4_caregiver").show("fast");
            $("#about_treatment").hide("fast");
            $("#q1_patient").hide("fast");
            $("#q2_patient").hide("fast");
            $("#q3_patient").hide("fast");
            $("#q4_patient").hide("fast");
            $("#infusion_caregiver").show("fast");
            $("#injection_caregiver").show("fast");
            $("#oral_caregiver").show("fast");
            //$("#oral_other").hide("fast");
            $("#infusion_patient").hide("fast");
            $("#infusion_caregiver").show("fast");
            $("#injection_patient").hide("fast");
            $("#injection_caregiver").show("fast");
            $("#oral_patient").hide("fast");
            $("#oral_caregiver").show("fast");
            $("#how_many_years_caregiver").show("fast");
            $("#how_many_years_patient").hide("fast");
            $("#how_many_years_caregiver2").show("fast");
            $("#how_many_years_patient2").hide("fast");
            $("#how_many_years_caregiver3").show("fast");
            $("#how_many_years_patient3").hide("fast");
            $("#how_many_years_caregiver4").show("fast");
            $("#how_many_years_patient4").hide("fast");
            $("#how_many_years_caregiver5").show("fast");
            $("#how_many_years_patient5").hide("fast");
            $("#how_many_years_caregiver6").show("fast");
            $("#how_many_years_patient6").hide("fast");
            $("#how_many_years_caregiver7").show("fast");
            $("#how_many_years_patient7").hide("fast");
            $("#how_many_years_caregiver8").show("fast");
            $("#how_many_years_patient8").hide("fast");
            $("#how_many_years_caregiver9").show("fast");
            $("#how_many_years_patient9").hide("fast");
            $("#how_many_years_caregiver10").show("fast");
            $("#how_many_years_patient10").hide("fast");
            $("#how_many_years_caregiver11").show("fast");
            $("#how_many_years_patient11").hide("fast");
            $("#how_many_years_caregiver12").show("fast");
            $("#how_many_years_patient12").hide("fast");
            $("#how_many_years_caregiver13").show("fast");
            $("#how_many_years_patient13").hide("fast");
            $("#how_many_years_caregiver14").show("fast");
            $("#how_many_years_patient14").hide("fast");
            $("#how_many_years_caregiver15").show("fast");
            $("#how_many_years_patient15").hide("fast");
            $("#how_many_years_caregiver16").show("fast");
            $("#how_many_years_patient16").hide("fast");
            $("#how_many_years_caregiver17").show("fast");
            $("#how_many_years_patient17").hide("fast");
            $("#how_many_years_caregiver18").show("fast");
            $("#how_many_years_patient18").hide("fast");
            $("#prednisone_ra").hide("fast");
			$("#prednisone_ra_caregiver").show("fast");
        }
		else
		{
			$("input:radio[value='10016015']").removeAttr("disabled");
		}
         //end - new 
         
          $("input:radio[value='10016015']").click(function(){
        // If checked
        if ($("input:radio[value='10016015']").is(":checked"))
        {
            //show the hidden div
            $("#about_patient").hide("fast");
            //$("#info_type").hide("fast");
            $("#about_treatment").show("fast");
            $("#q1_patient").show("fast");
            $("#q2_patient").show("fast");
            $("#q3_patient").show("fast");
            $("#q4_patient").show("fast");
            $("#q1_caregiver").hide("fast");
            $("#q2_caregiver").hide("fast");
            $("#q3_caregiver").hide("fast");
            $("#q4_caregiver").hide("fast");
            $("#infusion_caregiver").hide("fast");
            $("#infusion_patient").show("fast");
            $("#infusion_other").hide("fast");
            $("#injection_other").hide("fast");
            //$("#oral_other").hide("fast");
            $("#oral_caregiver").hide("fast");
            $("#oral_patient").show("fast");
            $("#injection_caregiver").hide("fast");
            $("#injection_patient").show("fast");
            $("#oral_patient").show("fast");
            $("#how_many_years_caregiver").hide("fast");
            $("#how_many_years_patient").show("fast");
            $("#how_many_years_caregiver2").hide("fast");
            $("#how_many_years_patient2").show("fast");
            $("#how_many_years_caregiver3").hide("fast");
            $("#how_many_years_patient3").show("fast");
            $("#how_many_years_caregiver4").hide("fast");
            $("#how_many_years_patient4").show("fast");
            $("#how_many_years_caregiver5").hide("fast");
            $("#how_many_years_patient5").show("fast");
            $("#how_many_years_caregiver6").hide("fast");
            $("#how_many_years_patient6").show("fast");
            $("#how_many_years_caregiver7").hide("fast");
            $("#how_many_years_patient7").show("fast");
            $("#how_many_years_caregiver8").hide("fast");
            $("#how_many_years_patient8").show("fast");
            $("#how_many_years_caregiver9").hide("fast");
            $("#how_many_years_patient9").show("fast");
            $("#how_many_years_caregiver10").hide("fast");
            $("#how_many_years_patient10").show("fast");
            $("#how_many_years_caregiver11").hide("fast");
            $("#how_many_years_patient11").show("fast");
            $("#how_many_years_caregiver12").hide("fast");
            $("#how_many_years_patient12").show("fast");
            $("#how_many_years_caregiver13").hide("fast");
            $("#how_many_years_patient13").show("fast");
            $("#how_many_years_caregiver14").hide("fast");
            $("#how_many_years_patient14").show("fast");
            $("#how_many_years_caregiver15").hide("fast");
            $("#how_many_years_patient15").show("fast");
            $("#how_many_years_caregiver16").hide("fast");
            $("#how_many_years_patient16").show("fast");
            $("#how_many_years_caregiver17").hide("fast");
            $("#how_many_years_patient17").show("fast");
            $("#how_many_years_caregiver18").hide("fast");
            $("#how_many_years_patient18").show("fast");
			$("#prednisone_ra").show("fast");
			$("#prednisone_ra_caregiver").hide("fast");
			$("#prednisone_jia").hide("fast");
            //$("#infusion_Rituxan").show("fast");
            //$("#infusion_Remicade").show("fast");
        }
        else
        {       
            //otherwise, hide it 
            $("#about_patient").hide("fast");
            //$("#info_type").hide("fast");
        }
         }); 

       //start - new
        if ($("input:radio[value='10016015']").is(":checked"))
        {
            //show the hidden div
            $("#about_patient").hide("fast");
            //$("#info_type").hide("fast");
            $("#about_treatment").show("fast");
            $("#q1_patient").show("fast");
            $("#q2_patient").show("fast");
            $("#q3_patient").show("fast");
            $("#q4_patient").show("fast");
            $("#q1_caregiver").hide("fast");
            $("#q2_caregiver").hide("fast");
            $("#q3_caregiver").hide("fast");
            $("#q4_caregiver").hide("fast");
            $("#infusion_caregiver").hide("fast");
            $("#infusion_patient").show("fast");
            $("#infusion_other").hide("fast");
            $("#injection_other").hide("fast");
            //$("#oral_other").hide("fast");
            $("#oral_caregiver").hide("fast");
            $("#injection_caregiver").hide("fast");
            $("#injection_patient").show("fast");
            $("#oral_patient").show("fast");
            $("#how_many_years_caregiver").hide("fast");
            $("#how_many_years_patient").show("fast");
            $("#how_many_years_caregiver2").hide("fast");
            $("#how_many_years_patient2").show("fast");
            $("#how_many_years_caregiver3").hide("fast");
            $("#how_many_years_patient3").show("fast");
            $("#how_many_years_caregiver4").hide("fast");
            $("#how_many_years_patient4").show("fast");
            $("#how_many_years_caregiver5").hide("fast");
            $("#how_many_years_patient5").show("fast");
            $("#how_many_years_caregiver6").hide("fast");
            $("#how_many_years_patient6").show("fast");
            $("#how_many_years_caregiver7").hide("fast");
            $("#how_many_years_patient7").show("fast");
            $("#how_many_years_caregiver8").hide("fast");
            $("#how_many_years_patient8").show("fast");
            $("#how_many_years_caregiver9").hide("fast");
            $("#how_many_years_patient9").show("fast");
            $("#how_many_years_caregiver10").hide("fast");
            $("#how_many_years_patient10").show("fast");
            $("#how_many_years_caregiver11").hide("fast");
            $("#how_many_years_patient11").show("fast");
            $("#how_many_years_caregiver12").hide("fast");
            $("#how_many_years_patient12").show("fast");
            $("#how_many_years_caregiver13").hide("fast");
            $("#how_many_years_patient13").show("fast");
            $("#how_many_years_caregiver14").hide("fast");
            $("#how_many_years_patient14").show("fast");
            $("#how_many_years_caregiver15").hide("fast");
            $("#how_many_years_patient15").show("fast");
            $("#how_many_years_caregiver16").hide("fast");
            $("#how_many_years_patient16").show("fast");
            $("#how_many_years_caregiver17").hide("fast");
            $("#how_many_years_patient17").show("fast");
            $("#how_many_years_caregiver18").hide("fast");
            $("#how_many_years_patient18").show("fast");
			$("#prednisone_ra").show("fast");
			$("#prednisone_ra_caregiver").hide("fast");
			$("#prednisone_jia").hide("fast");
        }
       //end - new 

        if ($("input:checkbox[name='infusion']").is(":checked"))
        {
            //show the hidden div
            $("#signup_infusion").show("fast");

			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#infusion_patient").hide("fast");
				$("#infusion_caregiver").show("fast");
				$("#injection_patient").hide("fast");
				$("#injection_caregiver").show("fast");
				$("#oral_patient").hide("fast");
				$("#oral_caregiver").show("fast");
			}
			else
			{
				$("#infusion_caregiver").hide("fast");
				$("#infusion_patient").show("fast");
				$("#injection_caregiver").hide("fast");
				$("#injection_patient").show("fast");
				$("#oral_caregiver").hide("fast");
				$("#oral_patient").show("fast");
				$("#infusion_other").hide("fast");
				$("#injection_other").hide("fast");
				//$("#oral_other").hide("fast");
			}
        }

        // disable not_taking on onload
		if ($("input:checkbox[name='infusion']").is(":checked") || $("input:checkbox[name='injection']").is(":checked") || $("input:checkbox[name='oral']").is(":checked"))
		{
			$("input:checkbox[name='not_taking']").attr("disabled", "disabled");			
		}
		// disable oral on onload		
		if ($("input:checkbox[name='infusion']").is(":checked") && $("input:checkbox[name='injection']").is(":checked"))
		{
			$("input:checkbox[name='oral']").attr("disabled", "disabled");			
		}
        // disable injection on onload		
		if ($("input:checkbox[name='infusion']").is(":checked") && $("input:checkbox[name='oral']").is(":checked"))
		{
			$("input:checkbox[name='injection']").attr("disabled", "disabled");			
		}
        // disable infusion on onload
		if ($("input:checkbox[name='injection']").is(":checked") && $("input:checkbox[name='oral']").is(":checked"))
		{
			$("input:checkbox[name='infusion']").attr("disabled", "disabled");			
		} 

       $("input:checkbox[name='infusion']").click(function(){
        // If checked
        if ($("input:checkbox[name='infusion']").is(":checked"))
        {
            $.en_disInfusion(false);
            //show the hidden div
            $("#signup_infusion").show("fast");

            //disable third checkbox
            if ($("input:checkbox[name='injection']").is(":checked"))
            {
                 $("input:checkbox[name='oral']").attr("disabled", "disabled");
            }
    
            if ($("input:checkbox[name='oral']").is(":checked"))
            {
                 $("input:checkbox[name='injection']").attr("disabled", "disabled");
            }

			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#infusion_patient").hide("fast");
				$("#infusion_caregiver").show("fast");
				$("#injection_patient").hide("fast");
				$("#injection_caregiver").show("fast");
				$("#oral_patient").hide("fast");
				$("#oral_caregiver").show("fast");
			}
			else
			{
				$("#infusion_caregiver").hide("fast");
				$("#infusion_patient").show("fast");
				$("#injection_caregiver").hide("fast");
				$("#injection_patient").show("fast");
				$("#oral_caregiver").hide("fast");
				$("#oral_patient").show("fast");
				$("#infusion_other").hide("fast");
				$("#injection_other").hide("fast");
				//$("#oral_other").hide("fast");
			}
        } 
        else
        {       
            //otherwise, hide it 
            $("#signup_infusion").hide("fast");
            //disenable sub options
			$.en_disInfusion(true);
            //otherwise, enable checkboxes
             $("input:checkbox[name='oral']").removeAttr("disabled");
             $("input:checkbox[name='injection']").removeAttr("disabled");


			//uncheck all items under infusion
			
        }

		if ($("input:checkbox[name='infusion']").is(":checked") || $("input:checkbox[name='injection']").is(":checked") || $("input:checkbox[name='oral']").is(":checked"))
		{
			$("input:checkbox[name='not_taking']").attr("disabled", "disabled");			
		} else
		{
			$("input:checkbox[name='not_taking']").removeAttr("disabled");	
		}

         });

        if ($("input:checkbox[name='injection']").is(":checked"))
        {
            //show the hidden div
            $("#signup_injection").show("fast");

//			if ($("#info_jia").is(":checked"))
//			{
//				$("#injection_Cimzia").hide("fast");
//				$("#Cimzia").hide("fast");
//				$("#injection_Kineret").hide("fast");
//				$("#Kineret").hide("fast");
//				$("#injection_Simponi").hide("fast");
//				$("#Simponi").hide("fast");
//			}

			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#infusion_patient").hide("fast");
				$("#infusion_caregiver").show("fast");
				$("#injection_patient").hide("fast");
				$("#injection_caregiver").show("fast");
				$("#oral_patient").hide("fast");
				$("#oral_caregiver").show("fast");
			}
			else
			{
				$("#infusion_caregiver").hide("fast");
				$("#infusion_patient").show("fast");
				$("#injection_caregiver").hide("fast");
				$("#injection_patient").show("fast");
				$("#oral_caregiver").hide("fast");
				$("#oral_patient").show("fast");
				$("#infusion_other").hide("fast");
				$("#injection_other").hide("fast");
				//$("#oral_other").hide("fast");
			}

        }
       
        $("input:checkbox[name='injection']").click(function(){
        // If checked
        if ($("input:checkbox[name='injection']").is(":checked"))
        {
            //enable sub options
			$.en_disInjection(false);
            //show the hidden div
            $("#signup_injection").show("fast");

            if ($("input:checkbox[name='infusion']").is(":checked"))
            {
                 $("input:checkbox[name='oral']").attr("disabled", "disabled");
            }
    
            if ($("input:checkbox[name='oral']").is(":checked"))
            {
                 $("input:checkbox[name='infusion']").attr("disabled", "disabled");
            }

//			if ($("#info_jia").is(":checked"))
//			{
//				$("#injection_Cimzia").hide("fast");
//				$("#Cimzia").hide("fast");
//				$("#injection_Kineret").hide("fast");
//				$("#Kineret").hide("fast");
//				$("#injection_Simponi").hide("fast");
//				$("#Simponi").hide("fast");
//			}
			
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#infusion_patient").hide("fast");
				$("#infusion_caregiver").show("fast");
				$("#injection_patient").hide("fast");
				$("#injection_caregiver").show("fast");
				$("#oral_patient").hide("fast");
				$("#oral_caregiver").show("fast");
			}
			else
			{
				$("#infusion_caregiver").hide("fast");
				$("#infusion_patient").show("fast");
				$("#injection_caregiver").hide("fast");
				$("#injection_patient").show("fast");
				$("#oral_caregiver").hide("fast");
				$("#oral_patient").show("fast");
				$("#infusion_other").hide("fast");
				$("#injection_other").hide("fast");
				//$("#oral_other").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#signup_injection").hide("fast");
            //disenable sub options
			$.en_disInjection(true);
            //otherwise, enable checkboxes
             $("input:checkbox[name='oral']").removeAttr("disabled");
             $("input:checkbox[name='infusion']").removeAttr("disabled");

			//uncheck all items under injection
			
        }

		if ($("input:checkbox[name='infusion']").is(":checked") || $("input:checkbox[name='injection']").is(":checked") || $("input:checkbox[name='oral']").is(":checked"))
		{
			$("input:checkbox[name='not_taking']").attr("disabled", "disabled");			
		} else
		{
			$("input:checkbox[name='not_taking']").removeAttr("disabled");	
		}

        }); 

        if ($("input:checkbox[name='oral']").is(":checked"))

        {
            //show the hidden div
            $("#signup_oral").show("fast");

//			if ($("#info_jia").is(":checked"))
//			{
//				$("#oral_Plaquenil").hide("fast");
//				$("#Plaquenil").hide("fast");
//				$("#oral_Ridaura").hide("fast");
//				$("#Ridaura").hide("fast");
//			}

			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#infusion_patient").hide("fast");
				$("#infusion_caregiver").show("fast");
				$("#injection_patient").hide("fast");
				$("#injection_caregiver").show("fast");
				$("#oral_patient").hide("fast");
				$("#oral_caregiver").show("fast");
			}
			else
			{
				$("#infusion_caregiver").hide("fast");
				$("#infusion_patient").show("fast");
				$("#injection_caregiver").hide("fast");
				$("#injection_patient").show("fast");
				$("#oral_caregiver").hide("fast");
				$("#oral_patient").show("fast");
				$("#infusion_other").hide("fast");
				$("#injection_other").hide("fast");
				//$("#oral_other").hide("fast");
			}
        }

        $("input:checkbox[name='oral']").click(function(){
        // If checked
        if ($("input:checkbox[name='oral']").is(":checked"))
        {
            //enable sub options
			$.en_disOral(false);
            //show the hidden div
            $("#signup_oral").show("fast");

            //disable third checkbox
            if ($("input:checkbox[name='infusion']").is(":checked"))
            {
                 $("input:checkbox[name='injection']").attr("disabled", "disabled");
            }
    
            if ($("input:checkbox[name='injection']").is(":checked"))
            {
                 $("input:checkbox[name='infusion']").attr("disabled", "disabled");
            }

//			if ($("#info_jia").is(":checked"))
//			{
//				$("#oral_Plaquenil").hide("fast");
//				$("#Plaquenil").hide("fast");
//				$("#oral_Ridaura").hide("fast");
//				$("#Ridaura").hide("fast");
//			}

			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#infusion_patient").hide("fast");
				$("#infusion_caregiver").show("fast");
				$("#injection_patient").hide("fast");
				$("#injection_caregiver").show("fast");
				$("#oral_patient").hide("fast");
				$("#oral_caregiver").show("fast");
			}
			else
			{
				$("#infusion_caregiver").hide("fast");
				$("#infusion_patient").show("fast");
				$("#injection_caregiver").hide("fast");
				$("#injection_patient").show("fast");
				$("#oral_caregiver").hide("fast");
				$("#oral_patient").show("fast");
				$("#infusion_other").hide("fast");
				$("#injection_other").hide("fast");
				//$("#oral_other").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#signup_oral").hide("fast");
            //disenable sub options
			
			$.en_disOral(true);
            //otherwise, enable checkboxes
             
             $("input:checkbox[name='injection']").removeAttr("disabled");
             $("input:checkbox[name='infusion']").removeAttr("disabled");
			//uncheck all items under oral
			
        }

		if ($("input:checkbox[name='infusion']").is(":checked") || $("input:checkbox[name='injection']").is(":checked") || $("input:checkbox[name='oral']").is(":checked"))
		{
			$("input:checkbox[name='not_taking']").attr("disabled", "disabled");			
		} else
		{
			$("input:checkbox[name='not_taking']").removeAttr("disabled");	
		}

         }); 

		if ($("input:checkbox[name='not_taking']").is(":checked"))
        {
            //hide divs
            $("#signup_infusion").hide("fast");
			$("#signup_injection").hide("fast");
			$("#signup_oral").hide("fast");
			$("input:checkbox[name='infusion']").attr("disabled", "disabled");
			$("input:checkbox[name='injection']").attr("disabled", "disabled");			
			$("input:checkbox[name='oral']").attr("disabled", "disabled");
        }

       $("input:checkbox[name='not_taking']").click(function(){
        // If checked
        if ($("input:checkbox[name='not_taking']").is(":checked"))
        {
            //hide divs
            $("#signup_infusion").hide("fast");
			$("#signup_injection").hide("fast");
			$("#signup_oral").hide("fast");
			$("input:checkbox[name='infusion']").attr("disabled", "disabled");
			$("input:checkbox[name='injection']").attr("disabled", "disabled");			
			$("input:checkbox[name='oral']").attr("disabled", "disabled");
        }
        else
        {       
            //otherwise, enable checkboxes
			$("input:checkbox[name='infusion']").removeAttr("disabled");
            $("input:checkbox[name='injection']").removeAttr("disabled");
			$("input:checkbox[name='oral']").removeAttr("disabled");
        }

        });
         
        $("input:checkbox[name='checkbox_Methotrexate']").click(function(){
        
        // If checked
        if ($("input:checkbox[name='checkbox_Methotrexate']").is(":checked"))
        {
            //show the hidden div
            $("#Methotrexate").show("fast");
			
			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver").hide("fast");
				$("#how_many_years_patient").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver").show("fast");
				$("#how_many_years_patient").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Methotrexate").hide("fast");
        }
        
     });
            
        // If checked
        if ($("input:checkbox[name='checkbox_Methotrexate']").is(":checked"))
        {
            //show the hidden div
            $("#Methotrexate").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver").hide("fast");
				$("#how_many_years_patient").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver").show("fast");
				$("#how_many_years_patient").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Methotrexate").hide("fast");
        }

    //INFUSION BIOLOGIC
        $("input:checkbox[name='checkbox_Orencia']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Orencia']").is(":checked"))
        {
            //show the hidden div
            $("#Orencia2").show("fast");
            
//            $("#checkbox_Rituxan").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Rituxan']").attr("disabled", "disabled");
//            $("#checkbox_Remicade").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Remicade']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver2").hide("fast");
				$("#how_many_years_patient2").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver2").show("fast");
				$("#how_many_years_patient2").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Orencia2").hide("fast");
            //enable other checkboxes
//            $("#checkbox_Rituxan").removeAttr("disabled");
              $("input:checkbox[name='checkbox_Rituxan']").removeAttr("disabled");
//            $("#checkbox_Remicade").removeAttr("disabled");
              $("input:checkbox[name='checkbox_Remicade']").removeAttr("disabled");
        }
        
     });

        // If checked
        if ($("input:checkbox[name='checkbox_Orencia']").is(":checked"))
        {
            //show the hidden div
            $("#Orencia2").show("fast");

//            $("#checkbox_Rituxan").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Rituxan']").attr("disabled", "disabled");
//            $("#checkbox_Remicade").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Remicade']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver2").hide("fast");
				$("#how_many_years_patient2").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver2").show("fast");
				$("#how_many_years_patient2").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Orencia2").hide("fast");

        } 

          $("input:checkbox[name='checkbox_Remicade']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Remicade']").is(":checked"))
        {
            //show the hidden div
            $("#Remicade").show("fast");
            
//            $("#checkbox_Rituxan").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Rituxan']").attr("disabled", "disabled");
//            $("#checkbox_Orencia").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Orencia']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver3").hide("fast");
				$("#how_many_years_patient3").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver3").show("fast");
				$("#how_many_years_patient3").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Remicade").hide("fast");
            //enable other checkboxes
//            $("#checkbox_Rituxan").removeAttr("disabled");
              $("input:checkbox[name='checkbox_Rituxan']").removeAttr("disabled");
//            $("#checkbox_Orencia").removeAttr("disabled");
              $("input:checkbox[name='checkbox_Orencia']").removeAttr("disabled");
        }
        
     });
		  
        // If checked
        if ($("input:checkbox[name='checkbox_Remicade']").is(":checked"))
        {
            //show the hidden div
            $("#Remicade").show("fast");

//            $("#checkbox_Rituxan").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Rituxan']").attr("disabled", "disabled");
//            $("#checkbox_Orencia").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Orencia']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver3").hide("fast");
				$("#how_many_years_patient3").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver3").show("fast");
				$("#how_many_years_patient3").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Remicade").hide("fast");

        }
        

      $("input:checkbox[name='checkbox_Rituxan']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Rituxan']").is(":checked"))
        {
            //show the hidden div
            $("#Rituxan").show("fast");

//            $("#checkbox_Remicade").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Remicade']").attr("disabled", "disabled");
//            $("#checkbox_Orencia").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Orencia']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver4").hide("fast");
				$("#how_many_years_patient4").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver4").show("fast");
				$("#how_many_years_patient4").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Rituxan").hide("fast");
            //enable other checkboxes
//            $("#checkbox_Remicade").removeAttr("disabled");
              $("input:checkbox[name='checkbox_Remicade']").removeAttr("disabled");
//            $("#checkbox_Orencia").removeAttr("disabled");
              $("input:checkbox[name='checkbox_Orencia']").removeAttr("disabled");
        }
        
     });
             
        // If checked
        if ($("input:checkbox[name='checkbox_Rituxan']").is(":checked"))
        {
            //show the hidden div
            $("#Rituxan").show("fast");

//            $("#checkbox_Remicade").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Remicade']").attr("disabled", "disabled");
//            $("#checkbox_Orencia").attr("disabled", "disabled");
              $("input:checkbox[name='checkbox_Orencia']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver4").hide("fast");
				$("#how_many_years_patient4").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver4").show("fast");
				$("#how_many_years_patient4").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Rituxan").hide("fast");

        }

        //INJECTION BIOLOGIC
         $("input:checkbox[name='checkbox_Cimzia']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Cimzia']").is(":checked"))
        {
            //show the hidden div
            $("#Cimzia").show("fast");

//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");

            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver5").hide("fast");
				$("#how_many_years_patient5").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver5").show("fast");
				$("#how_many_years_patient5").hide("fast");
			}
		}
        else
        {       
            //otherwise, hide it 
            $("#Cimzia").hide("fast");
            //enable checkboxes
//            $("#checkbox_Enbrel").removeAttr("disabled");
//            $("#checkbox_Humira").removeAttr("disabled");
//            $("#checkbox_Simponi").removeAttr("disabled");
//            $("#checkbox_Kineret").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Enbrel']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Humira']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Simponi']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Kineret']").removeAttr("disabled");
        }
        
     });
            
        // If checked
        if ($("input:checkbox[name='checkbox_Cimzia']").is(":checked"))
        {
            //show the hidden div
            $("#Cimzia").show("fast");

//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver5").hide("fast");
				$("#how_many_years_patient5").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver5").show("fast");
				$("#how_many_years_patient5").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Cimzia").hide("fast");

        }
         
      $("input:checkbox[name='checkbox_Enbrel']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Enbrel']").is(":checked"))
        {
            //show the hidden div
            $("#Enbrel").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");
			
			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver6").hide("fast");
				$("#how_many_years_patient6").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver6").show("fast");
				$("#how_many_years_patient6").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Enbrel").hide("fast");
            //enable checkboxes
//            $("#checkbox_Cimzia").removeAttr("disabled");
//            $("#checkbox_Humira").removeAttr("disabled");
//            $("#checkbox_Simponi").removeAttr("disabled");
//            $("#checkbox_Kineret").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Cimzia']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Humira']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Simponi']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Kineret']").removeAttr("disabled");
        }
        
     });
            
        // If checked
        if ($("input:checkbox[name='checkbox_Enbrel']").is(":checked"))
        {
            //show the hidden div
            $("#Enbrel").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver6").hide("fast");
				$("#how_many_years_patient6").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver6").show("fast");
				$("#how_many_years_patient6").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Enbrel").hide("fast");

        }
         
      $("input:checkbox[name='checkbox_Humira']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Humira']").is(":checked"))
        {
            //show the hidden div
            $("#Humira").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver7").hide("fast");
				$("#how_many_years_patient7").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver7").show("fast");
				$("#how_many_years_patient7").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Humira").hide("fast");
            //enable checkboxes
//            $("#checkbox_Cimzia").removeAttr("disabled");
//            $("#checkbox_Enbrel").removeAttr("disabled");
//            $("#checkbox_Simponi").removeAttr("disabled");
//            $("#checkbox_Kineret").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Cimzia']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Enbrel']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Simponi']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Kineret']").removeAttr("disabled");
        }
        
     });
             
        // If checked
        if ($("input:checkbox[name='checkbox_Humira']").is(":checked"))
        {
            //show the hidden div
            $("#Humira").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver7").hide("fast");
				$("#how_many_years_patient7").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver7").show("fast");
				$("#how_many_years_patient7").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Humira").hide("fast");

        }

      $("input:checkbox[name='checkbox_Simponi']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Simponi']").is(":checked"))
        {
            //show the hidden div
            $("#Simponi").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver10").hide("fast");
				$("#how_many_years_patient10").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver10").show("fast");
				$("#how_many_years_patient10").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Simponi").hide("fast");
            //enable checkboxes
//            $("#checkbox_Cimzia").removeAttr("disabled");
//            $("#checkbox_Enbrel").removeAttr("disabled");
//            $("#checkbox_Humira").removeAttr("disabled");
//            $("#checkbox_Kineret").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Cimzia']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Enbrel']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Humira']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Kineret']").removeAttr("disabled");
        }
        
     });
        
        // If checked
        if ($("input:checkbox[name='checkbox_Simponi']").is(":checked"))
        {
            //show the hidden div
            $("#Simponi").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Kineret").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver10").hide("fast");
				$("#how_many_years_patient10").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver10").show("fast");
				$("#how_many_years_patient10").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Simponi").hide("fast");

        }

      $("input:checkbox[name='checkbox_Kineret']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Kineret']").is(":checked"))
        {
            //show the hidden div
            $("#Kineret").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver8").hide("fast");
				$("#how_many_years_patient8").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver8").show("fast");
				$("#how_many_years_patient8").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Kineret").hide("fast");
            //enable checkboxes
//            $("#checkbox_Cimzia").removeAttr("disabled");
//            $("#checkbox_Enbrel").removeAttr("disabled");
//            $("#checkbox_Humira").removeAttr("disabled");
//            $("#checkbox_Simponi").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Cimzia']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Enbrel']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Humira']").removeAttr("disabled");
            $("input:checkbox[name='checkbox_Simponi']").removeAttr("disabled");
        }
        
     });
        
        // If checked
        if ($("input:checkbox[name='checkbox_Kineret']").is(":checked"))
        {
            //show the hidden div
            $("#Kineret").show("fast");

//            $("#checkbox_Cimzia").attr("disabled", "disabled");
//            $("#checkbox_Enbrel").attr("disabled", "disabled");
//            $("#checkbox_Humira").attr("disabled", "disabled");
//            $("#checkbox_Simponi").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
            $("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver8").hide("fast");
				$("#how_many_years_patient8").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver8").show("fast");
				$("#how_many_years_patient8").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Kineret").hide("fast");

		}
        
      $("input:checkbox[name='checkbox_Methotrexate2']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Methotrexate2']").is(":checked"))
        {
            //show the hidden div
            $("#Methotrexate2").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver9").hide("fast");
				$("#how_many_years_patient9").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver9").show("fast");
				$("#how_many_years_patient9").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Methotrexate2").hide("fast");
        }
        
     });
        
        // If checked
        if ($("input:checkbox[name='checkbox_Methotrexate2']").is(":checked"))
        {
            //show the hidden div
            $("#Methotrexate2").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver9").hide("fast");
				$("#how_many_years_patient9").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver9").show("fast");
				$("#how_many_years_patient9").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Methotrexate2").hide("fast");
        }
             
    /* could not find checkbox_Prednisone element on the page. Keeping it as is. */
      $("#checkbox_Prednisone").click(function(){
        
        // If checked
        if ($("#checkbox_Prednisone").is(":checked"))
        {
            //show the hidden div
            $("#Prednisone").show("fast");
        }
        else
        {       
            //otherwise, hide it 
            $("#Prednisone").hide("fast");
        }
        
     });
         
        // If checked
        if ($("#checkbox_Prednisone").is(":checked"))
        {
            //show the hidden div
            $("#Prednisone").show("fast");
        }
        else
        {       
            //otherwise, hide it 
            $("#Prednisone").hide("fast");
        }
        
     $("input:checkbox[name='checkbox_Arava']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Arava']").is(":checked"))
        {
            //show the hidden div
            $("#Arava").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver12").hide("fast");
				$("#how_many_years_patient12").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver12").show("fast");
				$("#how_many_years_patient12").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Arava").hide("fast");
        }
        
     });
         
        // If checked
        if ($("input:checkbox[name='checkbox_Arava']").is(":checked"))
        {
            //show the hidden div
            $("#Arava").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver12").hide("fast");
				$("#how_many_years_patient12").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver12").show("fast");
				$("#how_many_years_patient12").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Arava").hide("fast");
        }
        
      $("input:checkbox[name='checkbox_Azulfidine']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Azulfidine']").is(":checked"))
        {
            //show the hidden div
            $("#Azulfidine").show("fast");
			
			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver13").hide("fast");
				$("#how_many_years_patient13").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver13").show("fast");
				$("#how_many_years_patient13").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Azulfidine").hide("fast");
        }
        
     });
     
        // If checked
        if ($("input:checkbox[name='checkbox_Azulfidine']").is(":checked"))
        {
            //show the hidden div
            $("#Azulfidine").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver13").hide("fast");
				$("#how_many_years_patient13").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver13").show("fast");
				$("#how_many_years_patient13").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Azulfidine").hide("fast");
        }
        
      $("input:checkbox[name='checkbox_Methotrexate3']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Methotrexate3']").is(":checked"))
        {
            //show the hidden div
            $("#Methotrexate3").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver14").hide("fast");
				$("#how_many_years_patient14").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver14").show("fast");
				$("#how_many_years_patient14").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Methotrexate3").hide("fast");
        }
        
     });
         
        // If checked
        if ($("input:checkbox[name='checkbox_Methotrexate3']").is(":checked"))
        {
            //show the hidden div
            $("#Methotrexate3").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver14").hide("fast");
				$("#how_many_years_patient14").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver14").show("fast");
				$("#how_many_years_patient14").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Methotrexate3").hide("fast");
        }
        
     $("input:checkbox[name='checkbox_Plaquenil']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Plaquenil']").is(":checked"))
        {
            //show the hidden div
            $("#Plaquenil").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver15").hide("fast");
				$("#how_many_years_patient15").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver15").show("fast");
				$("#how_many_years_patient15").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Plaquenil").hide("fast");
        }
        
     });
         
        // If checked
        if ($("input:checkbox[name='checkbox_Plaquenil']").is(":checked"))
        {
            //show the hidden div
            $("#Plaquenil").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver15").hide("fast");
				$("#how_many_years_patient15").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver15").show("fast");
				$("#how_many_years_patient15").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Plaquenil").hide("fast");
        }
        
      $("input:checkbox[name='checkbox_Ridaura']").click(function(){
        // If checked
        if ($("input:checkbox[name='checkbox_Ridaura']").is(":checked"))
        {
            //show the hidden div
            $("#Ridaura").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver16").hide("fast");
				$("#how_many_years_patient16").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver16").show("fast");
				$("#how_many_years_patient16").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Ridaura").hide("fast");
        }
        
     });
             
        // If checked
        if ($("input:checkbox[name='checkbox_Ridaura']").is(":checked"))
        {
            //show the hidden div
            $("#Ridaura").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver16").hide("fast");
				$("#how_many_years_patient16").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver16").show("fast");
				$("#how_many_years_patient16").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Ridaura").hide("fast");
        }
        
        /* could not find checkbox_Prednisone2 element on the page. Keeping it as is. */
       $("#checkbox_Prednisone2").click(function(){
        
        // If checked
        if ($("#checkbox_Prednisone2").is(":checked"))
        {
            //show the hidden div
            $("#Prednisone2").show("fast");
        }
        else
        {       
            //otherwise, hide it 
            $("#Prednisone2").hide("fast");
        }
        
     });
             
        // If checked
        if ($("#checkbox_Prednisone2").is(":checked"))
        {
            //show the hidden div
            $("#Prednisone2").show("fast");
        }
        else
        {       
            //otherwise, hide it 
            $("#Prednisone2").hide("fast");
        }
        
     $("input:checkbox[name='otc_nonpresc']").click(function(){
        // If checked
        if ($("input:checkbox[name='otc_nonpresc']").is(":checked"))
        {
            //show the hidden div
            $("#Over_the_counter").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver18").hide("fast");
				$("#how_many_years_patient18").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver18").show("fast");
				$("#how_many_years_patient18").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Over_the_counter").hide("fast");
        }
        
     });
     
        // If checked
        if ($("input:checkbox[name='otc_nonpresc']").is(":checked"))
        {
            //show the hidden div
            $("#Over_the_counter").show("fast");

			if ($("input:radio[value='10016015']").is(":checked"))
			{
				$("#how_many_years_caregiver18").hide("fast");
				$("#how_many_years_patient18").show("fast");
			}
			if($("input:radio[value='10016018']").is(":checked"))
			{
				$("#how_many_years_caregiver18").show("fast");
				$("#how_many_years_patient18").hide("fast");
			}
        }
        else
        {       
            //otherwise, hide it 
            $("#Over_the_counter").hide("fast");
        }
        
        });
        
(function ($)
{
	$.en_disInfusion=function en_disInfusion(bEnable){
		if(bEnable) 
		{
			$("input:checkbox[name='checkbox_Methotrexate']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Orencia']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Remicade']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Rituxan']").attr("disabled", "disabled");
			$("input:checkbox[name='infusion_dont_know']").attr("disabled", "disabled");
		}
		else
		{
		    $("input:checkbox[name='checkbox_Methotrexate']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Orencia']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Remicade']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Rituxan']").removeAttr("disabled");
			$("input:checkbox[name='infusion_dont_know']").removeAttr("disabled");
		}
	}
	
	$.en_disInjection=function(bEnable){		
		if(bEnable){
			
			$("input:checkbox[name='checkbox_Cimzia']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Enbrel']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Humira']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Kineret']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Methotrexate2']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Simponi']").attr("disabled", "disabled");
			$("input:checkbox[name='injection_dont_know']").attr("disabled", "disabled");
		}
		else
		{
		    $("input:checkbox[name='checkbox_Cimzia']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Enbrel']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Humira']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Kineret']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Methotrexate2']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Simponi']").removeAttr("disabled");
			$("input:checkbox[name='injection_dont_know']").removeAttr("disabled");
		}
	}
	
	$.en_disOral=function(bEnable){
		if(bEnable){
			
			$("input:checkbox[name='checkbox_Arava']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Azulfidine']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Methotrexate3']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Plaquenil']").attr("disabled", "disabled");
			$("input:checkbox[name='checkbox_Ridaura']").attr("disabled", "disabled");
			$("input:checkbox[name='otc_nonpresc']").attr("disabled", "disabled");
			//$("input:checkbox[name='check_oral_other']").attr("disabled", "disabled");
			$("input:checkbox[name='check_oral_dont_know']").attr("disabled", "disabled");
		}
		else
		{
		    $("input:checkbox[name='checkbox_Arava']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Azulfidine']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Methotrexate3']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Plaquenil']").removeAttr("disabled");
			$("input:checkbox[name='checkbox_Ridaura']").removeAttr("disabled");
			$("input:checkbox[name='otc_nonpresc']").removeAttr("disabled");
			//$("input:checkbox[name='check_oral_other']").removeAttr("disabled");
			$("input:checkbox[name='check_oral_dont_know']").removeAttr("disabled");
		}
	}
}
)(jQuery);

function clearTextBox(p_tbName,p_value)
{
    if (document.getElementById(p_tbName).value == p_value)
    {
        document.getElementById(p_tbName).value = "";
    }
}

function resetTextBox(p_tbName,p_value)
{
    if (document.getElementById(p_tbName).value == "")
    {
        document.getElementById(p_tbName).value = p_value;
    }
}

