<!-- Hide Script from old browsers
//begin rollover script

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

<!-- Begin
function verify() {
var themessage = "You are required to complete the following fields: \n";


if (document.registerYM.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.registerYM.parish_school.value=="") {
	themessage = themessage + " -  Parish or School \n";
	}
if (document.registerYM.city.value=="") {
	themessage = themessage + " -  City \n";
	}
if (document.registerYM.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerYM.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifyRCIA() {
var themessage = "You are required to complete the following fields: \n";


if (document.registerRCIA.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.registerRCIA.parish_school.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.registerRCIA.city.value=="") {
	themessage = themessage + " -  Parish City \n";
	}
if (document.registerRCIA.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
if (document.registerRCIA.email.value=="") {
	themessage = themessage + " -  Email \n";
	}	
if (document.registerRCIA.number_attending.value=="") {
	themessage = themessage + " -  Number Attending \n";
	}		
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerRCIA.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifyMUSIC() {
var themessage = "You are required to complete the following fields: \n";


if (document.registerMUSIC.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.registerMUSIC.parish_school.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.registerMUSIC.city.value=="") {
	themessage = themessage + " -  Parish City \n";
	}
if (document.registerMUSIC.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
if (document.registerMUSIC.email.value=="") {
	themessage = themessage + " -  Email \n";
	}	
if (document.registerMUSIC.number_attending.value=="") {
	themessage = themessage + " -  Number Attending \n";
	}	
	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerMUSIC.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifyChecklist() {
var themessage = "You are required to complete the following fields: \n";


if (document.registerChecklist.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.registerChecklist.parish_school.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.registerChecklist.address.value=="") {
	themessage = themessage + " -  Address \n";
	}
if (document.registerChecklist.email.value=="") {
	themessage = themessage + " -  Email \n";
	}	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerChecklist.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->



<!-- Begin
function verifyC() {
var themessage = "You are required to complete the following fields: \n";
var abc = -1
var break_out = -1
var crole = -1

if (document.registerC.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.registerC.parish_school.value=="") {
	themessage = themessage + " -  Parish or School \n";
	}
if (document.registerC.city.value=="") {
	themessage = themessage + " -  City \n";
	}
if (document.registerC.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
	
for (l=0; l<registerC.breakout_session.length;
	 l++) {
		if (registerC.breakout_session[l].checked) {
		break_out = l
		}
	}
	if (break_out=="-1") {
	themessage = themessage + " -  Break Out Session \n";
	}
		
if (document.registerC.role.value=="") {
	themessage = themessage + " -  Role \n";
	}
	
for (j=0; j<registerC.role.length;
	 j++) {
		if (registerC.role[j].checked) {
		crole = l
		}
	}
	if (crole=="-1") {
	themessage = themessage + " -  Role \n";
	}	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerC.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->


<!-- Begin
function verifyCERT() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1
var payment = -1


if (document.REGCertified.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGCertified.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.REGCertified.address.value=="") {
	themessage = themessage + " -  Address \n";
	}
if (document.REGCertified.city.value=="") {
	themessage = themessage + " -  City \n";
	}
if (document.REGCertified.state.value=="") {
	themessage = themessage + " -  State \n";
	}
if (document.REGCertified.zip.value=="") {
	themessage = themessage + " -  Zip Code \n";
	}	
if (document.REGCertified.email.value=="") {
	themessage = themessage + " -  E-Mail \n";
	}
if (document.REGCertified.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
if (REGCertified.workshop_1.checked) {
workshop=1
}
else {
	if (REGCertified.workshop_2.checked) {
	workshop=1
	}
	else {
		if (REGCertified.workshop_3.checked) {
		workshop=1
		}
		else {
			if (REGCertified.workshop_4.checked) {
			workshop=1
			}
				else {
				if (REGCertified.workshop_5.checked) {
				workshop=1
				}
					else {
					if (REGCertified.workshop_6.checked) {
					workshop=1
					}
						else {
						if (REGCertified.workshop_7.checked) {
						workshop=1
						}
							else {
							if (REGCertified.workshop_8.checked) {
							workshop=1
							}
								
																							
																		else {
																		themessage = themessage + " -  Workshop Choices \n";
																		
																	}
																}
															}
														}
													}
												}
											}
		
	


if (REGCertified.pay_door.checked) {
payment=1
}
else {
	if (REGCertified.mail_later.checked) {
	payment=1}
else {themessage = themessage + " -  Payment \n";}
}}
	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGCertified.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->



<!-- Begin
function verify111509() {
var themessage = "You are required to complete the following fields: \n";

if (document.register111509.name.value=="") {
	themessage = themessage + " -  Parish Name \n";
	}
if (document.register111509.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
if (document.register111509.address1.value=="") {
	themessage = themessage + " -  Address \n";
	}
if (document.register111509.city.value=="") {
	themessage = themessage + " -  City/St. \n";
	}
if (document.register111509.zip_code.value=="") {
	themessage = themessage + " -  Zip Code \n";
	}
		

		
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.register111509.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifyECHOES() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGEchoes.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGEchoes.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.REGEchoes.phone.value=="") {
	themessage = themessage + " -  Phone \n";
	}	
if (document.REGEchoes.email.value=="") {
	themessage = themessage + " -  E-Mail \n";
	}		

	
if (REGEchoes.methods_1.checked) {
workshop=1
}

else {
if (REGEchoes.methods_3.checked) {
workshop=1
}

else {
if (REGEchoes.methods_5.checked) {
workshop=1
}

else {
if (REGEchoes.methods_7.checked) {
workshop=1
}

else {
themessage = themessage + " -  Workshop Choices \n";
}}}}


	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGEchoes.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifydrewinter() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGdrewinter.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGdrewinter.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.REGdrewinter.phone.value=="") {
	themessage = themessage + " -  Phone \n";
	}	
if (document.REGdrewinter.email.value=="") {
	themessage = themessage + " -  E-Mail \n";
	}		

//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGdrewinter.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->


<!-- Begin
function verifyDISCIPLESHIP() {
var themessage = "You are required to complete the following fields: \n";


if (document.registerDISCIPLESHIP.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.registerDISCIPLESHIP.parish_school.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.registerDISCIPLESHIP.city.value=="") {
	themessage = themessage + " -  Parish City \n";
	}
if (document.registerDISCIPLESHIP.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
if (document.registerDISCIPLESHIP.email.value=="") {
	themessage = themessage + " -  Email \n";
	}	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerDISCIPLESHIP.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifyELECTION() {
var themessage = "You are required to complete the following fields: \n";


if (document.registerELECTION.deanery.value=="") {
	themessage = themessage + " -  Deanery \n";
	}
if (document.registerELECTION.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.registerELECTION.city.value=="") {
	themessage = themessage + " -  City \n";
	}
if (document.registerELECTION.initiation_ministry_contact_person.value=="") {
	themessage = themessage + " -  Initial Ministry Contact Person \n";
	}
if (document.registerELECTION.phone.value=="") {
	themessage = themessage + " -  Daytime Phone \n";
	}	
if (document.registerELECTION.total_catechumens.value=="") {
	themessage = themessage + " -  Total Number of Catechumens \n";
	}
if (document.registerELECTION.total_godparents_attending.value=="") {
	themessage = themessage + " -  Total Number of Godparents \n";
	}
if (document.registerELECTION.total_friends_and_family_attending.value=="") {
	themessage = themessage + " -  Total Friends/Family Attending \n";
	}
if (document.registerELECTION.total_initiation_team_participating.value=="") {
	themessage = themessage + " -  Total Initiation Team Participating \n";
	}
if (document.registerELECTION.grand_total_all_in_party.value=="") {
	themessage = themessage + " -  Grand Total for all in Party \n";
	}
if (document.registerELECTION.number_assistance_wheelchair.value=="") {
	themessage = themessage + " -  Seating for a wheelchair \n";
	}
if (document.registerELECTION.number_assistance_walker.value=="") {
	themessage = themessage + " -  Seating for a walker \n";
	}
if (document.registerELECTION.number_assistance_hearing.value=="") {
	themessage = themessage + " -  Assisted hearing devices \n";
	}
if (document.registerELECTION.number_assistance_sign_language.value=="") {
	themessage = themessage + " -  American Sign Language Interpreter \n";
	}
if (document.registerELECTION.election1.value=="") {
	themessage = themessage + " -  Names Seeking Election \n";
	}	
if (document.registerELECTION.bring_snacks.value=="") {
	themessage = themessage + " -  Will You Be Bringing Snacks? \n";
	}


//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerELECTION.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->




<!-- Begin
function verifyCatechetical() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGCatechetical.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGCatechetical.address.value=="") {
	themessage = themessage + " -  Address \n";
	}
if (document.REGCatechetical.city.value=="") {
	themessage = themessage + " -  City \n";
	}
if (document.REGCatechetical.state.value=="") {
	themessage = themessage + " -  State \n";
	}
if (document.REGCatechetical.zip.value=="") {
	themessage = themessage + " -  Zip Code \n";
	}	
if (document.REGCatechetical.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}	
if (document.REGCatechetical.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}		

	
if (REGCatechetical.ministry_DRE.checked) {workshop=1}

else {
if (REGCatechetical.ministry_Catechist.checked) {workshop=1}

else {
if (REGCatechetical.ministry_Musician.checked) {workshop=1}

else {
if (REGCatechetical.ministry_Liturgist.checked) {workshop=1}

else {
if (REGCatechetical.ministry_Other.checked) {workshop=1}

else {
themessage = themessage + " -  Ministry \n";
}}}}}


if (REGCatechetical.workshop1_A.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_B.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_C.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_D.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_E.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_F.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_G.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_H.checked) {workshop=1}

else {
if (REGCatechetical.workshop1_I.checked) {workshop=1}

else {
themessage = themessage + " -  Workshop Choices Round 1 \n";
}}}}}}}}}


if (REGCatechetical.workshop2_J.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_K.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_L.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_M.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_N.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_O.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_P.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_Q.checked) {workshop=1}

else {
if (REGCatechetical.workshop2_R.checked) {workshop=1}

else {
themessage = themessage + " -  Workshop Choices Round 2 \n";
}}}}}}}}}


if (REGCatechetical.payment_check_early.checked) {workshop=1}

else {
if (REGCatechetical.payment_at_door.checked) {workshop=1}

else {
if (REGCatechetical.bill_parish.checked) {workshop=1}

else {
themessage = themessage + " - Conference Payment Options \n";
}}}


	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGCatechetical.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->


<!-- Begin
function verifyDRE10() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGDRE10.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGDRE10.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.REGDRE10.phone.value=="") {
	themessage = themessage + " -  Email Address \n";
	}
if (REGDRE10.payment_check_early.checked) {workshop=1}

else {
if (REGDRE10.payment_at_door.checked) {workshop=1}

else {
themessage = themessage + " -  Conference Payment Options \n";
}}	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGDRE10.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifyDRE11() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGDRE11.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGDRE11.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}
if (document.REGDRE11.email.value=="") {
	themessage = themessage + " -  Email Address \n";
	}
if (document.REGDRE11.phone.value=="") {
	themessage = themessage + " -  Phone \n";
	}
if (REGDRE11.payment_check_early.checked) {workshop=1}

else {
if (REGDRE11.payment_at_door.checked) {workshop=1}

else {
themessage = themessage + " -  Conference Payment Options \n";
}}	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGDRE11.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->


<!-- Begin
function verifyLTP() {
var themessage = "You are required to complete the following fields: \n";


if (document.registerLTP.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.registerLTP.parish_name.value=="") {
	themessage = themessage + " -  Parish Name \n";
	}
if (document.registerLTP.city.value=="") {
	themessage = themessage + " -  Parish City \n";
	}
if (document.registerLTP.phone.value=="") {
	themessage = themessage + " -  Telephone \n";
	}
if (document.registerLTP.email.value=="") {
	themessage = themessage + " -  Email \n";
	}	
	
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.registerLTP.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->



<!-- Begin
function verifySecretary() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGSecretary.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGSecretary.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}		
if (document.REGSecretary.service.value=="") {
	themessage = themessage + " -  Years of Service \n";
	}
	
	

	
if (REGSecretary.attending.checked) {workshop=1}

else {
if (REGSecretary.not_attending.checked) {workshop=1}

else {
themessage = themessage + " -  Attending? \n";
}}


//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGSecretary.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->

<!-- Begin
function verifyLitCat() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGLitCat.name.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGLitCat.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}		
if (document.REGLitCat.phone.value=="") {
	themessage = themessage + " -  Phone \n";
	}
if (document.REGLitCat.email.value=="") {
	themessage = themessage + " -  E-Mail Address \n";
	}

if (REGLitCat.payment_check_early.checked) {workshop=1}

else {
if (REGLitCat.payment_at_door.checked) {workshop=1}

else {
themessage = themessage + " -  Payment Options \n";
}}	


//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGLitCat.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->


<!-- Begin
function verifyDRE051911() {
var themessage = "You are required to complete the following fields: \n";
var workshop = -1


if (document.REGDRE051911.realname.value=="") {
	themessage = themessage + " -  Name \n";
	}
if (document.REGDRE051911.parish.value=="") {
	themessage = themessage + " -  Parish \n";
	}		
if (document.REGDRE051911.phone.value=="") {
	themessage = themessage + " -  Phone \n";
	}
	
	

	
if (REGDRE051911.pay_advance.checked) {workshop=1}

else {
if (REGDRE051911.pay_door.checked) {workshop=1}

else {
themessage = themessage + " -  Payment? \n";
}}


//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: \n") {
document.REGDRE051911.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End -->




// End hiding script from old browsers -->





 
                          
