﻿function StartOver(){
	document.GENTLE.src="images/finder/gentle-on.jpg";
	document.ORGANIC.src = "images/finder/organic-on.jpg";
	document.MILK.src = "images/finder/milk-on.jpg";
	document.SOY.src = "images/finder/soy-on.jpg";
	document.STAGE2.src = "images/finder/stage2-on.jpg";
	document.SENSITIVITY.src = "images/finder/sensitivity-on.jpg";
	document.AR.src = "images/finder/ar-on.jpg";
	document.IMMUNE.src = "images/finder/immune-on.jpg";
	}


function RefreshList(){
	StartOver();

	if (document.aspnetForm.Under12.checked==true) {
	document.STAGE2.src="images/finder/stage2-off.jpg";
  	}

	if (document.aspnetForm.Over12.checked==true) {
	document.GENTLE.src="images/finder/gentle-off.jpg";
	document.ORGANIC.src="images/finder/organic-off.jpg";
	document.MILK.src="images/finder/milk-off.jpg";
	document.SOY.src="images/finder/soy-off.jpg";
	document.SENSITIVITY.src = "images/finder/sensitivity-off.jpg";
	document.AR.src = "images/finder/ar-off.jpg";
	document.IMMUNE.src = "images/finder/immune-off.jpg";
  	}

	if (document.aspnetForm.Routine.checked==true){
	document.GENTLE.src = "images/finder/gentle-off.jpg";
	document.SOY.src = "images/finder/soy-off.jpg";
	document.SENSITIVITY.src = "images/finder/sensitivity-off.jpg";
	document.AR.src = "images/finder/ar-off.jpg";
	document.STAGE2.src = "images/finder/stage2-off.jpg";
  	}
  	

  	
  	if (document.aspnetForm.NaturalImmuneSystem.checked==true)
    {
  	document.GENTLE.src="images/finder/gentle-off.jpg";
	document.ORGANIC.src="images/finder/organic-off.jpg";
	document.MILK.src="images/finder/milk-off.jpg";
	document.STAGE2.src = "images/finder/stage2-off.jpg";
	document.AR.src = "images/finder/ar-off.jpg";
	document.SENSITIVITY.src = "images/finder/sensitivity-off.jpg";
	document.SOY.src="images/finder/soy-off.jpg";	
    }
  
	if (document.aspnetForm.Fussiness.checked==true) {
	document.ORGANIC.src="images/finder/organic-off.jpg";
	document.MILK.src="images/finder/milk-off.jpg";
	document.STAGE2.src = "images/finder/stage2-off.jpg";
	document.AR.src = "images/finder/ar-off.jpg";
	document.IMMUNE.src = "images/finder/immune-off.jpg";
  	}

	if (document.aspnetForm.Gas.checked==true) {
	document.ORGANIC.src = "images/finder/organic-off.jpg";
	document.MILK.src = "images/finder/milk-off.jpg";
	document.STAGE2.src = "images/finder/stage2-off.jpg";
	document.AR.src = "images/finder/ar-off.jpg";
	document.IMMUNE.src = "images/finder/immune-off.jpg";
  	}

	if (document.aspnetForm.Diarrhea.checked==true) { 
	document.ORGANIC.src="images/finder/organic-off.jpg";
	document.MILK.src="images/finder/milk-off.jpg";
    document.STAGE2.src="images/finder/stage2-off.jpg";
    document.GENTLE.src = "images/finder/gentle-off.jpg";
    document.AR.src = "images/finder/ar-off.jpg";
    document.IMMUNE.src = "images/finder/immune-off.jpg";
  	}

	if (document.aspnetForm.Milk.checked==true) {
	document.SOY.src="images/finder/soy-off.jpg";
  	}

	if (document.aspnetForm.Organic.checked==true) {
	document.GENTLE.src="images/finder/gentle-off.jpg";
	document.MILK.src="images/finder/milk-off.jpg";
	document.SOY.src="images/finder/soy-off.jpg";
    document.STAGE2.src="images/finder/stage2-off.jpg";
    document.SENSITIVITY.src = "images/finder/sensitivity-off.jpg";
    document.AR.src = "images/finder/ar-off.jpg";
    document.IMMUNE.src = "images/finder/immune-off.jpg";    
  	}

	if (document.aspnetForm.Soy.checked==true) {
	document.GENTLE.src="images/finder/gentle-off.jpg";
	document.ORGANIC.src="images/finder/organic-off.jpg";
	document.MILK.src="images/finder/milk-off.jpg";
    document.STAGE2.src="images/finder/stage2-off.jpg";
    document.SENSITIVITY.src = "images/finder/sensitivity-off.jpg";
    document.AR.src = "images/finder/ar-off.jpg";
    document.IMMUNE.src = "images/finder/immune-off.jpg";    
  	}

  	if (document.aspnetForm.LactoseFree.checked == true) {
  	document.GENTLE.src = "images/finder/gentle-off.jpg";
  	document.ORGANIC.src = "images/finder/organic-off.jpg";
  	document.MILK.src = "images/finder/milk-off.jpg";
  	document.STAGE2.src = "images/finder/stage2-off.jpg";
  	document.AR.src = "images/finder/ar-off.jpg";
  	document.IMMUNE.src = "images/finder/immune-off.jpg";
  	}

  	if (document.aspnetForm.Vegetarian.checked == true) {
  	document.GENTLE.src = "images/finder/gentle-off.jpg";
  	document.ORGANIC.src = "images/finder/organic-off.jpg";
  	document.MILK.src = "images/finder/milk-off.jpg";
  	document.STAGE2.src = "images/finder/stage2-off.jpg";
  	document.SENSITIVITY.src = "images/finder/sensitivity-off.jpg";
  	document.AR.src = "images/finder/ar-off.jpg";
  	document.IMMUNE.src = "images/finder/immune-off.jpg";
  	}
  	
  	
   
    
     if (document.aspnetForm.FrequentSpitUps.checked==true) {
	document.GENTLE.src="images/finder/gentle-off.jpg";
	document.ORGANIC.src="images/finder/organic-off.jpg";
	document.MILK.src="images/finder/milk-off.jpg";
	document.STAGE2.src = "images/finder/stage2-off.jpg";
	document.SENSITIVITY.src = "images/finder/sensitivity-off.jpg";
	document.SOY.src="images/finder/soy-off.jpg";
	 document.IMMUNE.src = "images/finder/immune-off.jpg";  
    
  	}

	}