function submitNL() {
	$('FIELD_1037_id').value = $('mail').value;
	$E('form[name=Form_244]').send();
	$('mail').value = '';
	alert( 'Merci pour votre inscription.');
}

function envoiNote() {
		window.open( 'mailto:?subject=Site www.isoler-renover&body=Article recommandé : ' + document.location.href + '.');
}

function popupHome( url) {
	window.open( url, 'IsolerRenover',  'toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, copyhistory=no, width=620, height=500');
}
function popupHomeSizable( url, width, height) {
	window.open( url, 'IsolerRenover',  'toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, copyhistory=no, width=' + width + ',  height=' + height);
}
function popupHomeSizableFix( url, width, height) {
	window.open( url, 'IsolerRenover',  'toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, copyhistory=no, width=' + width + ',  height=' + height);
}
function popupHomeSizableTopLeft( url, width, height) {
	window.open( url, 'IsolerRenover',  'toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, copyhistory=no, top=0,left=0, width=' + width + ',  height=' + height);
}	

