$(document).ready(function()
{





jQuery('.choixpays').change(function() {

if (jQuery(this).val() == 'Espagne' || jQuery(this).val() == 'Spain'){
					jQuery(this).after("<div id=\"avertissement-es\"><p>Informamos a nuestra clientela que nuestros productos de distribuci&oacute;n en Espa&ntilde;a ser&aacute hecha desde ahora en adelante por</p><p>General importer<br />Euroiberia Importadora, S.L. KG<br />Av. Benidorm 18, Local 6-7-8<br />E-3540 Playa San Juan, Alicante<br />T +34 96 515 48 87<br />F +34 96 515 48 87<br /><a href=\"mailto:euroiberia@kesoiberia.com\">euroiberia@kesoiberia.com</a></p></div>");
}else{
	jQuery('#avertissement-es').remove();
}

if (jQuery(this).val() == 'Italie' || jQuery(this).val() == 'Italy'){
					jQuery(this).after("<div id=\"avertissement-it\"><p>Informiamo la gentile clientela che la distribuzione dei nostri prodotti per la Italia si effettua attraverso:</p><p><strong>SEDE LEGALE</strong><br /><br />MAERT.IT SRL<br />VICOLO DELLA SERENISSIMA N. 13<br />31050 PONZANO VENETO -TV- ITALIA<br /><br /><strong>SEDE OPERATIVA</strong><br /><br />P.M.K. SRL<br />VIA NEDO NADI N. 7<br />43122 PARMA<br />TEL. +39 0521 463696 FAX +39 0521 466660<br /><a href=\"mailto:info@maert.it\">info@maert.it</a><br /><a href=\"mailto:sales@maert.it\">sales@maert.it</p></div>");
}else{
	jQuery('#avertissement-it').remove();
}


if (jQuery(this).val() == 'Espagne' || jQuery(this).val() == 'Italie' || jQuery(this).val() == 'Spain' || jQuery(this).val() == 'Italy'  ){
	
	jQuery('.buttonrow').hide();
	jQuery(this).parents('fieldset').next('fieldset').hide();
	jQuery(this).parent('div').next('div').hide();
	
	
}else{
	
	jQuery(this).parents('fieldset').next('fieldset').show();
	jQuery(this).parent('div').next('div').show();
	jQuery('.buttonrow').show();
}


});






jQuery('#pays').change(function() {

if (jQuery(this).val() == '27'){
					jQuery(this).after("<div id=\"avertissement-es\"><p>Informamos a nuestra clientela que nuestros productos de distribuci&oacute;n en Espa&ntilde;a ser&aacute hecha desde ahora en adelante por</p><p>General importer<br />Euroiberia Importadora, S.L. KG<br />Av. Benidorm 18, Local 6-7-8<br />E-3540 Playa San Juan, Alicante<br />T +34 96 515 48 87<br />F +34 96 515 48 87<br /><a href=\"mailto:euroiberia@kesoiberia.com\">euroiberia@kesoiberia.com</a></p><p>Favor de contactar directamente a nuestro distribuidor en Espa&ntilde;a para cualquier orden de fresas y palpadores.</p></div>");
}else{
	jQuery('#avertissement-es').remove();
}

if (jQuery(this).val() == '36'){
					jQuery(this).after("<div id=\"avertissement-it\"><p>Informiamo la gentile clientela che la distribuzione dei nostri prodotti per la Italia si effettua attraverso:</p><p><strong>SEDE LEGALE</strong><br /><br />MAERT.IT SRL<br />VICOLO DELLA SERENISSIMA N. 13<br />31050 PONZANO VENETO -TV- ITALIA<br /><br /><strong>SEDE OPERATIVA</strong><br /><br />P.M.K. SRL<br />VIA NEDO NADI N. 7<br />43122 PARMA<br />TEL. +39 0521 463696 FAX +39 0521 466660<br /><a href=\"mailto:info@maert.it\">info@maert.it</a><br /><a href=\"mailto:sales@maert.it\">sales@maert.it</p><p>Vogliate contattare direttamente il nostro distributore italiano per tutte le comande concernenti frese per chiavi.</p></div>");
}else{
	jQuery('#avertissement-it').remove();
}

if (jQuery(this).val() == '27' || jQuery(this).val() == '36'  ){
	
	jQuery('#belin').hide();
	jQuery('#choixposte').hide();

	
}else{
	
jQuery('#belin').show();	
	jQuery('#choixposte').show();
}


});







if (jQuery('#pays').val() == '27'){
					jQuery('#pays').after("<div id=\"avertissement-es\"><p>Informamos a nuestra clientela que nuestros productos de distribuci&oacute;n en Espa&ntilde;a ser&aacute hecha desde ahora en adelante por</p><p>General importer<br />Euroiberia Importadora, S.L. KG<br />Av. Benidorm 18, Local 6-7-8<br />E-3540 Playa San Juan, Alicante<br />T +34 96 515 48 87<br />F +34 96 515 48 87<br /><a href=\"mailto:euroiberia@kesoiberia.com\">euroiberia@kesoiberia.com</a></p><p>Favor de contactar directamente a nuestro distribuidor en Espa&ntilde;a para cualquier orden de fresas y palpadores.</p></div>");
}

 if (jQuery('#pays').val() == '36'){
					jQuery('#pays').after("<div id=\"avertissement-it\"><p>Informiamo la gentile clientela che la distribuzione dei nostri prodotti per la Italia si effettua attraverso:</p><p><strong>SEDE LEGALE</strong><br /><br />MAERT.IT SRL<br />VICOLO DELLA SERENISSIMA N. 13<br />31050 PONZANO VENETO -TV- ITALIA<br /><br /><strong>SEDE OPERATIVA</strong><br /><br />P.M.K. SRL<br />VIA NEDO NADI N. 7<br />43122 PARMA<br />TEL. +39 0521 463696 FAX +39 0521 466660<br /><a href=\"mailto:info@maert.it\">info@maert.it</a><br /><a href=\"mailto:sales@maert.it\">sales@maert.it</p><p>Vogliate contattare direttamente il nostro distributore italiano per tutte le comande concernenti frese per chiavi.</p></div>");
}


if (jQuery('#pays').val() == '36'){
	
	jQuery('#belin').hide();
	jQuery('#choixposte').hide();

	
}
if (jQuery('#pays').val() == '27'){
	
	jQuery('#belin').hide();
	jQuery('#choixposte').hide();

	
}







});
