  $(document).ready(function(){
			$("#accordion").accordion(
			{active: "a.default", alwaysOpen: true, autoHeight: false}
	
			);
		  });

		  function setBackgroundColor( color )
{
document.getElementById( color ).style.background="#d1dbe2"
document.getElementById( color ).style.color="#2a4258"

 if (document.getElementById( color ).defaultValue == document.getElementById( color ).value) document.getElementById( color ).value = '';
    else if (document.getElementById( color ).value == '') document.getElementById( color ).value = document.getElementById( color ).defaultValue;

}

function setDefaultBackgroundColor( color )
{
document.getElementById( color ).style.background="#FFFFFF";
document.getElementById( color ).style.color="#bababa";
  if (document.getElementById( color ).defaultValue == document.getElementById( color ).value) document.getElementById( color ).value = '';
    else if (document.getElementById( color ).value == '') document.getElementById( color ).value = document.getElementById( color ).defaultValue;
		
		  

}


	var icpForm2353 = document.getElementById('icpsignup2353');

				if (document.location.protocol === "https:")

					document.getElementById('icpsignup2353').action = "https://app.icontact.com/icp/signup.php";
				function verifyRequired2353() {
				  if (document.getElementById('icpsignup2353')["fields_email"].value == "") {
					document.getElementById('icpsignup2353')["fields_email"].focus();
					alert("The Email field is required.");
					return false;
				  }
				  if (document.getElementById('icpsignup2353')["fields_fname"].value == "") {
					document.getElementById('icpsignup2353')["fields_fname"].focus();
					alert("The First Name field is required.");
					return false;
				  }

				return true;
				}


/*ch */

	var icpForm2667 = document.getElementById('icpsignup2667');

				if (document.location.protocol === "https:")

					document.getElementById('icpsignup2667').action = "https://app.icontact.com/icp/signup.php";
				function verifyRequired2667() {
				  if (document.getElementById('icpsignup2667')["fields_email"].value == "") {
					document.getElementById('icpsignup2667')["fields_email"].focus();
					alert("The Email field is required.");
					return false;
				  }
				  if (document.getElementById('icpsignup2667')["fields_fname"].value == "") {
					document.getElementById('icpsignup2667')["fields_fname"].focus();
					alert("The First Name field is required.");
					return false;
				  }

				return true;
				}

/*ru */

	var icpForm2666 = document.getElementById('icpsignup2666');

				if (document.location.protocol === "https:")

					document.getElementById('icpsignup2666').action = "https://app.icontact.com/icp/signup.php";
				function verifyRequired2666() {
				  if (document.getElementById('icpsignup2666')["fields_email"].value == "") {
					document.getElementById('icpsignup2666')["fields_email"].focus();
					alert("The Email field is required.");
					return false;
				  }
				  if (document.getElementById('icpsignup2666')["fields_fname"].value == "") {
					document.getElementById('icpsignup2666')["fields_fname"].focus();
					alert("The First Name field is required.");
					return false;
				  }

				return true;
				}

/*jp */

	var icpForm2665 = document.getElementById('icpsignup2665');

				if (document.location.protocol === "https:")

					document.getElementById('icpsignup2665').action = "https://app.icontact.com/icp/signup.php";
				function verifyRequired2665() {
				  if (document.getElementById('icpsignup2665')["fields_email"].value == "") {
					document.getElementById('icpsignup2665')["fields_email"].focus();
					alert("The Email field is required.");
					return false;
				  }
				  if (document.getElementById('icpsignup2665')["fields_fname"].value == "") {
					document.getElementById('icpsignup2665')["fields_fname"].focus();
					alert("The First Name field is required.");
					return false;
				  }

				return true;
				}



function showMh(id) {
				document.getElementById('country_area').style.display = 'block';
					
			}

function hideMh(id) {
				document.getElementById('country_area').style.display = 'none';
					
			}
			