	function checkMe1() {
		if(document.form1.hospital_products.checked) {
			document.form1.hospital_choice_print.disabled=false;
			document.form1.hospital_choice_online.disabled=false;
			document.form1.hospital_choice_calendar.disabled=false;
		}
		else {
			document.form1.hospital_choice_print.disabled=true;
			document.form1.hospital_choice_print.checked=false;
			document.form1.hospital_choice_online.disabled=true;
			document.form1.hospital_choice_online.checked=false;
			document.form1.hospital_choice_calendar.disabled=true;
			document.form1.hospital_choice_calendar.checked=false;
		}
	}
	
	function checkMe2() {
		if(document.form1.employee_products.checked) {
			document.form1.employee_choice_print.disabled=false;
			document.form1.employee_choice_online.disabled=false;
			document.form1.employee_choice_calendar.disabled=false;
		}
		else {
			document.form1.employee_choice_print.disabled=true;
			document.form1.employee_choice_print.checked=false;
			document.form1.employee_choice_online.disabled=true;
			document.form1.employee_choice_online.checked=false;
			document.form1.employee_choice_calendar.disabled=true;
			document.form1.employee_choice_calendar.checked=false;
		}
	}
	
	function checkMe3() {
		if(document.form1.health_plan_products.checked) {
			document.form1.health_plan_choice_print.disabled=false;
			document.form1.health_plan_choice_online.disabled=false;
			document.form1.health_plan_choice_calendar.disabled=false;
		}
		else {
			document.form1.health_plan_choice_print.disabled=true;
			document.form1.health_plan_choice_print.checked=false;
			document.form1.health_plan_choice_online.disabled=true;
			document.form1.health_plan_choice_online.checked=false;
			document.form1.health_plan_choice_calendar.disabled=true;
			document.form1.health_plan_choice_calendar.checked=false;
		}
	}
	
	function checkMe4() {
		if(document.form1.retail_health_products.checked) {
			document.form1.retail_health_choice_print.disabled=false;
			document.form1.retail_health_choice_online.disabled=false;
			document.form1.retail_health_choice_calendar.disabled=false;
		}
		else {
			document.form1.retail_health_choice_print.disabled=true;
			document.form1.retail_health_choice_print.checked=false;
			document.form1.retail_health_choice_online.disabled=true;
			document.form1.retail_health_choice_online.checked=false;
			document.form1.retail_health_choice_calendar.disabled=true;
			document.form1.retail_health_choice_calendar.checked=false;
		}
	}
	
	function checkMe5() {
		if(document.form1.pharma_products.checked) {
			document.form1.pharma_choice_print.disabled=false;
			document.form1.pharma_choice_online.disabled=false;
		}
		else {
			document.form1.pharma_choice_print.disabled=true;
			document.form1.pharma_choice_print.checked=false;
			document.form1.pharma_choice_online.disabled=true;
			document.form1.pharma_choice_online.checked=false;
		}
	}	
