document.observe("dom:loaded", function() {
	if ($('uid6')) {
		$('uid6').observe('change', 
			function respondToChange(event) {
			   var url = window.location+'&tx_powermail_html[ajax]=1';
				
				pays = $('uid6').value;
				
				url = url+'&tx_powermail_html[pays]='+pays;
				
				new Ajax.Request(url, {
					method: 'get',
					onSuccess: function(transport) {
						var txt = transport.responseText;
						//alert(txt);
						//alert(document.getElementById('uid5').innerHTML);
						//document.getElementById('uid5').innerHTML = txt;
						html = '<label for="uid5" class="service">Vous souhaitez &ecirc;tre contact&eacute; par<span class="powermail_mandatory">*</span></label><select name="tx_powermail_pi1[uid5]" id="uid5" class="required powermail_contact powermail_select powermail_uid5" tabindex="13" ><option selected="selected"></option>'+txt+'</select>';
						document.getElementById('powermaildiv_uid5').innerHTML = html;
					}
				});
			}
		);
	}
	if ($('uid37')) {
		 $('uid37').observe('change', 
			function respondToChange(event) {
			   var url = window.location+'&tx_powermail_html[ajax]=1';
				
				pays = $('uid37').value;
				
				url = url+'&tx_powermail_html[pays]='+pays;
				
				new Ajax.Request(url, {
					method: 'get',
					onSuccess: function(transport) {
						var txt = transport.responseText;
						html = '<label for="uid36" class="service">You wish to be contacted by<span class="powermail_mandatory">*</span></label><select name="tx_powermail_pi1[uid36]" id="uid36" class="required powermail_contact powermail_select powermail_uid36" tabindex="13" ><option selected="selected"></option>'+txt+'</select>';
						document.getElementById('powermaildiv_uid36').innerHTML = html;
						//$('uid36').innerHTML = txt;
					}
				});
			}
		);
	}
});
