function toggle_type(switchElement) {
	var boarticles_ajout_file = document.getElementById('boarticles_ajout_file');
	var boarticles_ajout_file_champ = document.getElementById('boarticles_ajout_file_champ');
	var boarticles_ajout_video = document.getElementById('boarticles_ajout_video');
	var boarticles_ajout_video_champ = document.getElementById('boarticles_ajout_video_champ');
	var boarticles_ajout_comments = document.getElementById('boarticles_ajout_comments');
	var boarticles_ajout_marque = document.getElementById('boarticles_ajout_marque');
	var boarticles_ajout_marque_champ = document.getElementById('boarticles_ajout_marque_champ');
	var boarticles_ajout_acl = document.getElementById('boarticles_ajout_acl');
	var boarticles_ajout_acl_champ = document.getElementById('boarticles_ajout_acl_champ');
	var boarticles_ajout_gencod = document.getElementById('boarticles_ajout_gencod');
	var boarticles_ajout_gencod_champ = document.getElementById('boarticles_ajout_gencod_champ');
	var boarticles_ajout_code_article = document.getElementById('boarticles_ajout_code_article');
	var boarticles_ajout_code_article_champ = document.getElementById('boarticles_ajout_code_article_champ');
	var boarticles_ajout_produit = document.getElementById('boarticles_ajout_produit');
	var boarticles_ajout_produit_champ = document.getElementById('boarticles_ajout_produit_champ');
	var boarticles_ajout_presentation = document.getElementById('boarticles_ajout_presentation');
	var boarticles_ajout_presentation_champ = document.getElementById('boarticles_ajout_presentation_champ');
	var boarticles_ajout_contenance = document.getElementById('boarticles_ajout_contenance');
	var boarticles_ajout_contenance_champ = document.getElementById('boarticles_ajout_contenance_champ');
	var boarticles_ajout_conditionnement = document.getElementById('boarticles_ajout_conditionnement');
	var boarticles_ajout_conditionnement_champ = document.getElementById('boarticles_ajout_conditionnement_champ');
	var boarticles_ajout_prix_pharmacien = document.getElementById('boarticles_ajout_prix_pharmacien');
	var boarticles_ajout_prix_pharmacien_champ = document.getElementById('boarticles_ajout_prix_pharmacien_champ');
	var boarticles_ajout_remise_marche = document.getElementById('boarticles_ajout_remise_marche');
	var boarticles_ajout_remise_marche_champ = document.getElementById('boarticles_ajout_remise_marche_champ');
	var boarticles_ajout_prix_net = document.getElementById('boarticles_ajout_prix_net');
	var boarticles_ajout_prix_net_champ = document.getElementById('boarticles_ajout_prix_net_champ');
	var boarticles_ajout_prix_indicatif = document.getElementById('boarticles_ajout_prix_indicatif');
	var boarticles_ajout_prix_indicatif_champ = document.getElementById('boarticles_ajout_prix_indicatif_champ');
	var boarticles_ajout_prix = document.getElementById('boarticles_ajout_prix');
	var boarticles_ajout_prix_champ = document.getElementById('boarticles_ajout_prix_champ');
	var boarticles_ajout_prix_promo = document.getElementById('boarticles_ajout_prix_promo');
	var boarticles_ajout_prix_promo_champ = document.getElementById('boarticles_ajout_prix_promo_champ');
	var boarticles_ajout_title = document.getElementById('boarticles_ajout_title');
	var boarticles_ajout_title_champ = document.getElementById('boarticles_ajout_title_champ');
	var boarticles_ajout_subtitle = document.getElementById('boarticles_ajout_subtitle');
	var boarticles_ajout_subtitle_champ = document.getElementById('boarticles_ajout_subtitle_champ');
	var boarticles_ajout_synopsis = document.getElementById('boarticles_ajout_synopsis');
	var boarticles_ajout_synopsis_champ = document.getElementById('boarticles_ajout_synopsis_champ');
	if (switchElement.value == '3' || switchElement.value == '11') {
		boarticles_ajout_file.style.display = '';
	} else {
		boarticles_ajout_file.style.display = 'none';
		boarticles_ajout_file_champ.value = '';
	}
	if (switchElement.value == '4') {
		boarticles_ajout_video.style.display = '';
	} else {
		boarticles_ajout_video.style.display = 'none';
		boarticles_ajout_video_champ.value = '';
	}
	if (switchElement.value == '20') {
		boarticles_ajout_marque.style.display = '';
		boarticles_ajout_acl.style.display = '';
		boarticles_ajout_gencod.style.display = '';
		boarticles_ajout_code_article.style.display = '';
		boarticles_ajout_produit.style.display = '';
		boarticles_ajout_presentation.style.display = '';
		boarticles_ajout_contenance.style.display = '';
		boarticles_ajout_conditionnement.style.display = '';
		boarticles_ajout_prix_pharmacien.style.display = '';
		boarticles_ajout_remise_marche.style.display = '';
		boarticles_ajout_prix_net.style.display = '';
		boarticles_ajout_prix_indicatif.style.display = '';
		boarticles_ajout_prix.style.display = '';
		boarticles_ajout_prix_promo.style.display = '';
		boarticles_ajout_title.style.display = 'none';
		boarticles_ajout_title_champ.value = '';
		boarticles_ajout_subtitle.style.display = 'none';
		boarticles_ajout_subtitle_champ.value = '';
		boarticles_ajout_synopsis.style.display = 'none';
		boarticles_ajout_synopsis_champ.value = '';
	} else {
		boarticles_ajout_marque.style.display = 'none';
		boarticles_ajout_marque_champ.value = '';
		boarticles_ajout_acl.style.display = 'none';
		boarticles_ajout_acl_champ.value = '';
		boarticles_ajout_gencod.style.display = 'none';
		boarticles_ajout_gencod_champ.value = '';
		boarticles_ajout_code_article.style.display = 'none';
		boarticles_ajout_code_article_champ.value = '';
		boarticles_ajout_produit.style.display = 'none';
		boarticles_ajout_produit_champ.value = '';
		boarticles_ajout_presentation.style.display = 'none';
		boarticles_ajout_presentation_champ.value = '';
		boarticles_ajout_contenance.style.display = 'none';
		boarticles_ajout_contenance_champ.value = '';
		boarticles_ajout_conditionnement.style.display = 'none';
		boarticles_ajout_conditionnement_champ.value = '';
		boarticles_ajout_prix_pharmacien.style.display = 'none';
		boarticles_ajout_prix_pharmacien_champ.value = '';
		boarticles_ajout_remise_marche.style.display = 'none';
		boarticles_ajout_remise_marche_champ.value = '';
		boarticles_ajout_prix_net.style.display = 'none';
		boarticles_ajout_prix_net_champ.value = '';
		boarticles_ajout_prix_indicatif.style.display = 'none';
		boarticles_ajout_prix_indicatif_champ.value = '';
		boarticles_ajout_prix.style.display = 'none';
		boarticles_ajout_prix_champ.value = '';
		boarticles_ajout_prix_promo.style.display = 'none';
		boarticles_ajout_prix_promo_champ.value = '';
		boarticles_ajout_title.style.display = '';
		boarticles_ajout_subtitle.style.display = '';
		boarticles_ajout_synopsis.style.display = '';
	}
}

