function show_domain (obj) {
	
	if(obj.checked == true) {
		animatedcollapse.show('domain');
	} else {
		animatedcollapse.hide('domain');
	}
	
}
function show_epp (obj) {
	
	if(obj.value == 'Transfer') {
		animatedcollapse.show('epp');
	} else {
		animatedcollapse.hide('epp');
	}
	
}
function show_hosting (obj) {
	
	if(obj.checked == true) {
		animatedcollapse.show('hosting1');
	} else {
		animatedcollapse.hide('hosting1');
	}
	
}
function show_reseller (obj) {
	
	if(obj.checked == true) {
		animatedcollapse.show('hosting_r');
	} else {
		animatedcollapse.hide('hosting_r');
	}
	
}
function show_ssl (obj) {
	
	if(obj.checked == true) {
		animatedcollapse.show('ssl_s');
	} else {
		animatedcollapse.hide('ssl_s');
	}
	
}
function show_website_form (obj) {
	
	if(obj.checked == true) {
		animatedcollapse.show('website_form');
	} else {
		animatedcollapse.hide('website_form');
	}
	
}
