function check()
{
if (document.package.ChildName.value=="" )
  {
    alert("Please input your child name, thank you!");
	document.package.ChildName.focus();
    return false;
  }  
   if (document.package.ParentName.value=="" )
  {
    alert("Please input parent name, thank you!");
	document.package.ParentName.focus();
    return false;
  }  
	if (document.package.Address.value=="" )
  {
    alert("Please input your address, thank you!");
	document.package.Address.focus();
    return false;
  }  
  
    if (document.package.PostalCode.value=="")
  {
    alert("Please input your postalcode, thank you!");
    document.package.PostalCode.focus();
    return false;
  }
    if (document.package.Email.value=="")
  {
    alert("Please input your email address, thank you!");
    document.package.Email.focus();
    return false;
  }
    if (document.package.Email.value.indexOf("'",0) >= 0 || document.package.Email.value.indexOf(" ",0) >= 0)
  {
        alert("Unsupported characters in email address!")
        document.package.Email.focus();
        return false;
  }
    if (document.package.Email.value.indexOf("@",0) < 0 || document.package.Email.value.indexOf(".",0) < 0)
  {
        alert("Incorrect email format!")
        document.package.Email.focus();
        return false;
  }
	  
 	if (document.package.Pnumber.value=="" )
  {
    alert("Please input your # of Participants!");
    document.package.Pnumber.focus();
    return false;
  }
 
    if (document.package.BDay.value=="")
  {
    alert("Please input your child brith date!");
    document.package.BDay.focus();
    return false;
  }  
 	if (document.package.Telephone.value=="")
  {
    alert("Please input proper phone number!");
   document.package.Telephone.focus();
    return false;
  }
  	
 	if (document.package.City.value=="" )
  {
    alert("Please input city name! ");
    document.package.City.focus();
    return false;
  }
   	if (document.package.Age.value=="" )
  {
    alert("Please input your child age!");
    document.package.Age.focus();
    return false;
  }
     if (document.package.txtDate.value=="" )
  {
    alert("Please input date requested!");
    document.package.txtDate.focus();
    return false;
  }
     if (document.package.txtArrival.value=="" )
  {
    alert("Please input arrive time requested!");
    document.package.txtArrival.focus();
    return false;
  }
     if (document.package.txtEating.value=="" )
  {
    alert("Please input eating time requested!");
    document.package.txtEating.focus();
    return false;
  }
   if (document.package.chkRockClimbingB.checked )
  {
    if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
  }
    else if(document.package.chkBumperCarsB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkSplashPadB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkJungleGymB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkMiniGolfB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkVideoGamesB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.ckGoKartsB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkDrivingRangeB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkBattingCagesB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkWaterSlideB.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkRockClimbingS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	 else if(document.package.chkBumperCarsS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkSplashPadS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkJungleGymS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkMiniGolfS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkVideoGamesS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.ckGoKartsS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkDrivingRangeS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkBattingCagesS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkWaterSlideS.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkRockClimbingG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	 else if(document.package.chkBumperCarsG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkSplashPadG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkJungleGymG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkMiniGolfG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkVideoGamesG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.ckGoKartsG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkDrivingRangeG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkBattingCagesG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkWaterSlideG.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkRockClimbing.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	 else if(document.package.chkBumperCars.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkSplashPad.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkJungleGym.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkMiniGolf.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkVideoGames.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.ckGoKarts.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkDrivingRange.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkBattingCages.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkWaterSlide.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	 else if(document.package.chkBumperCarsR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkSplashPadR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkJungleGymR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkMiniGolfR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkVideoGamesR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.ckGoKartsR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkDrivingRangeR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkBattingCagesR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else if(document.package.chkWaterSlideR.checked )
	{ 
	if (!confirm('By selecting OK you confirm all information provided is correct and true.'))
     {	return false;
     }
	}
	else {alert("Please choose 1 actitity at least!");
	return false;
  }
document.package.submit();
}
