// JavaScript Document
function openWin() {myWin= open("font.html","displayWindow",
"width=500,height=550,status=no,toolbar=no,menubar=no,scrollbars=no");
}

function checkform (form)
{
  if (form.group_name.value == "") {
    alert( "Please enter your name." );
    form.name.focus();
    return false ;
  }
  if (form.cont_name.value == "") {
    alert( "Please enter your email address." );
   form.email.focus();
    return false ;
  }
  return true ;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function Form1_Validator(theForm)
														{

															if (one.activity_search.selectedIndex == 0)
															{
															alert("Please Select an Activity type from the list.");
															one.activity_search.focus();
															return (false);
															}
															else if (one.activity_search.selectedIndex == 9)
															{
															alert("Please Select an Activity type from the list.");
															one.activity_search.focus();
															return (false);
															}}
															
function Form2_Validator(theForm)	{														
															if (two.orgID.selectedIndex == 0)
															{
															alert("Please select a Group Name from the list.");
															two.orgID.focus();
															return (false);
															}
														}

function Form10_Validator(theForm){
															if (ten.word.value == "")
															{
															alert("Please type an Activity to search for in the directory. i.e football");
															ten.word.focus();
															return (false);
															}
														}

function age1_Validator(theForm){ 
															if ((age.age_2.checked == 0) && (age.age_3.checked == 0) && (age.age_4.checked == 0))
															{
    													alert("Please tick, at least, one of the boxes!");
															age.age_2.focus();
														return (false);
													}}

function address_Validator(theForm){ 
															if ((two.cpp.checked == 0) &&	(two.coaching.checked == 0) &&
															(two.crb.checked == 0) &&	(two.dev.checked == 0) &&
															(two.employment.checked == 0) &&	(two.eop.checked == 0) &&
															(two.fat.checked == 0) &&	(two.fundraise.checked == 0) &&
															(two.hsp.checked == 0) &&
															(two.libinsurance.checked == 0) &&
															(two.mancom.checked == 0) &&
															(two.moneval.checked == 0) &&
															(two.web.checked == 0) &&
															(two.part.checked == 0) &&
															(two.publicity.checked == 0) &&
															(two.qmark.checked == 0) &&
															(two.acts.checked == 0) &&
															(two.afa.checked == 0) &&
															(two.bhbcp.checked == 0) &&
															(two.bhcccsdt.checked == 0) &&
															(two.bhccgvss.checked == 0) &&
															(two.bhcpcthpt.checked == 0) &&
															(two.bhcvsf.checked == 0) &&
															(two.bhcws.checked == 0) &&
															(two.bhrc.checked == 0) &&
															(two.bhstp.checked == 0) &&
															(two.bhvb.checked == 0) &&
															(two.bhmv.checked == 0) &&
															(two.gg.checked == 0) &&
															(two.hw.checked == 0) &&
															(two.payp.checked == 0)&& 
															(two.wtp.checked == 0) && (two.st.checked == 0) && (two.ssp.checked == 0))
															{
    													alert("Please tick, at least, one of the boxes!");
															two.cpp.focus();
														return (false);
													}}		
