document.observe("dom:loaded", function() {
	//init_membership_form();
});

function init_membership_form(){
	// initially hide all fieldsets
	// show the first question
	//$$(".mailform-fieldset").invoke('hide');
	//$('new-membership-or-renewal').show();
}

function newMembershipOrRenewal(element){
	//$$(".mailform-fieldset").invoke('hide');
	//$('new-membership-or-renewal').show();
	//if( element.value == 'New membership application'){
		//$('contact-information').show();
		// show fieldsets for new membership
	//}
	//if( element.value == 'Existing membership renewal'){
		//$('contact-information','mailform-submit','terms-and-conditions').invoke('show');
	//}
}


//new-membership-or-renewal
//membership-type
//contact-information
//residential-address
//postal-address
//children-with-special-needs
//parent-link
//newsletters
//terms-and-conditions
//mailform-submit
//$('terms-and-conditions').show();
