function Ori() {
    
	var empty = ""
	if(document.ACS_Cultivar_Registration.originator.checked)
      {document.ACS_Cultivar_Registration.name_originator.value=document.ACS_Cultivar_Registration.name_applicant.value;
      document.ACS_Cultivar_Registration.city_originator.value=document.ACS_Cultivar_Registration.city_applicant.value;}
	else
  	  {document.ACS_Cultivar_Registration.name_originator.value=empty;
	   document.ACS_Cultivar_Registration.city_originator.value=empty;}
	
       document.ACS_Cultivar_Registration; return true;
}

function Pro() {

	var empty = ""
	if(document.ACS_Cultivar_Registration.propagator[0].checked)
      {document.ACS_Cultivar_Registration.name_propagator.value=document.ACS_Cultivar_Registration.name_applicant.value;
       document.ACS_Cultivar_Registration.city_propagator.value=document.ACS_Cultivar_Registration.city_applicant.value;}
	   
	else if(document.ACS_Cultivar_Registration.propagator[1].checked)
      {document.ACS_Cultivar_Registration.name_propagator.value=document.ACS_Cultivar_Registration.name_originator.value;
       document.ACS_Cultivar_Registration.city_propagator.value=document.ACS_Cultivar_Registration.city_originator.value;}
	   
	else if(document.ACS_Cultivar_Registration.propagator[2].checked)
  	  {document.ACS_Cultivar_Registration.name_propagator.value=empty;
	   document.ACS_Cultivar_Registration.city_propagator.value=empty;}
  	  
document.ACS_Cultivar_Registration; return true;
}

function confirmSubmitCRF() {
 if (confirm("Click on OK - If you filled out the form correctly, you will be taken to the check out section where you can pay with your credit card.  Please be patrient especially if your pictures are large.")) return true;
 else return false;
}

function confirmSubmitCTN() {
 if (confirm("Thank You - Click on OK - If you filled out the form correctly, your information will be processed and you will return to the American Camellia Society - Home Page - Thank You.")) return true;
 else return false;
}

function confirmSubmitJEX() {
 if (confirm("Thank You - Click on OK - If you filled out the form correctly, your information will be processed and you will return to the American Camellia Society - Judging School - Instructor's Toolkit - Please be Patient - Thank You.")) return true;
 else return false;
}

function confirmSubmitCMF() {
 if (confirm("Thank You for Joining the American Camellia Society - Click on OK - If you filled out the form correctly, you will be taken to the check out section where you can pay with your credit card.  Please be patrient and DO NOT CLICK ON the SUBMIT botton MORE THAN ONCE - Thank You.")) return true;
 else return false;
}
function confirmSubmitCFM() {
 if (confirm("Click on OK - If you filled out the form correctly, you will return to the American Camellia Society - Forum Page - Thank You.")) return true;
 else return false;
}

function confirmSubmitCCS() {
  if (confirm("Click on OK - If you filled out the form correctly, you will be taken to the check out section where you can pay with your credit card.  Please be patrient especially if your Show Schedule is large.")) return true;
 else return false;
}

function confirmSubmitCON() {
 if (confirm("Click on OK - If you filled out the registration form correctly, you will be taken to the check out section where you can pay with your credit card.  Please be patrient.")) return true;
 else return false;
}

function confirmSubmitDON() {
  if (confirm("Click on OK - Thank you. If you filled out the form correctly, you will be taken to the check out section where you make your donation to the ACS with your credit card (You fill in the amount of your donation at check out).  Please be patrient and DO NOT CLICK ON the SUBMIT botton MORE THAN ONCE.  Thank you very much.  You donation is sincerely appreciated.")) return true;
 else return false;
}

function BR1() {
	    
        var rate=180.00
		document.ACS_Annual_Meeting_BR.entire_convention_amt.value=rate*document.ACS_Annual_Meeting_BR.entire_convention_no.value;
		
		document.ACS_Annual_Meeting_BR.total_amt.value=
		parseFloat(document.ACS_Annual_Meeting_BR.entire_convention_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.friday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.saturday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.cajun_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.banquet_amt.value)+
        parseFloat(document.ACS_Annual_Meeting_BR.thur_tour_amt.value);
		
		document.ACS_Annual_Meeting_BR.total_amt.value="$"+document.ACS_Annual_Meeting_BR.total_amt.value;
		
	    document.ACS_Annual_Meeting_BR; return true;
}

function BR2() {
        var rate=80.00
	    document.ACS_Annual_Meeting_BR.friday_amt.value=rate*document.ACS_Annual_Meeting_BR.friday_no.value;
    	
		document.ACS_Annual_Meeting_BR.total_amt.value=
		parseFloat(document.ACS_Annual_Meeting_BR.entire_convention_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.friday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.saturday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.cajun_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.banquet_amt.value)+
        parseFloat(document.ACS_Annual_Meeting_BR.thur_tour_amt.value);
		
		document.ACS_Annual_Meeting_BR.total_amt.value="$"+document.ACS_Annual_Meeting_BR.total_amt.value;
		
	    document.ACS_Annual_Meeting_BR; return true;
}

function BR3() {
        var rate=100.00
	    document.ACS_Annual_Meeting_BR.saturday_amt.value=rate*document.ACS_Annual_Meeting_BR.saturday_no.value;
    	
		document.ACS_Annual_Meeting_BR.total_amt.value=
		parseFloat(document.ACS_Annual_Meeting_BR.entire_convention_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.friday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.saturday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.cajun_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.banquet_amt.value)+
        parseFloat(document.ACS_Annual_Meeting_BR.thur_tour_amt.value);
		
		document.ACS_Annual_Meeting_BR.total_amt.value="$"+document.ACS_Annual_Meeting_BR.total_amt.value;
		
	    document.ACS_Annual_Meeting_BR; return true;
}

function BR4() {
        var rate=30.00
	    document.ACS_Annual_Meeting_BR.cajun_amt.value=rate*document.ACS_Annual_Meeting_BR.cajun_no.value;
		
		document.ACS_Annual_Meeting_BR.total_amt.value=
		parseFloat(document.ACS_Annual_Meeting_BR.entire_convention_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.friday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.saturday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.cajun_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.banquet_amt.value)+
        parseFloat(document.ACS_Annual_Meeting_BR.thur_tour_amt.value);
    	
		document.ACS_Annual_Meeting_BR.total_amt.value="$"+document.ACS_Annual_Meeting_BR.total_amt.value;
		
	    document.ACS_Annual_Meeting_BR; return true;
}

function BR5() {
        var rate=50.00
	    document.ACS_Annual_Meeting_BR.banquet_amt.value=rate*document.ACS_Annual_Meeting_BR.banquet_no.value;
		
		document.ACS_Annual_Meeting_BR.total_amt.value=
		parseFloat(document.ACS_Annual_Meeting_BR.entire_convention_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.friday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.saturday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.cajun_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.banquet_amt.value)+
        parseFloat(document.ACS_Annual_Meeting_BR.thur_tour_amt.value);
    	
		document.ACS_Annual_Meeting_BR.total_amt.value="$"+document.ACS_Annual_Meeting_BR.total_amt.value;
		
	    document.ACS_Annual_Meeting_BR; return true;
}
		
function BR6() {
        var rate=25.00
	    document.ACS_Annual_Meeting_BR.thur_tour_amt.value=rate*document.ACS_Annual_Meeting_BR.thur_tour_no.value;
		
		document.ACS_Annual_Meeting_BR.total_amt.value=
		parseFloat(document.ACS_Annual_Meeting_BR.entire_convention_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.friday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.saturday_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.cajun_amt.value)+
		parseFloat(document.ACS_Annual_Meeting_BR.banquet_amt.value)+
        parseFloat(document.ACS_Annual_Meeting_BR.thur_tour_amt.value);
    	
		document.ACS_Annual_Meeting_BR.total_amt.value="$"+document.ACS_Annual_Meeting_BR.total_amt.value;
		
	    document.ACS_Annual_Meeting_BR; return true;
}

function Deck1() {
    
	    document.Eric_Page_2.deck.jpg.value=deck1.jpg
	
        document.Eric_Page_2; return true;
}