function gotoUrl(url) {
	if ((url == 'http://www.amf-sam.fr/devisAPIC.html') || (url == 'http://www.amf-sam.fr/devisREG.html')) {

		window.open(url, 'AMFSAM', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,copyhistory=no,scrollbars=yes,width=1000,height=600, top=0, left=0');
	}
	else {
		document.location.href=url;
	}
}

function flash(tag) {
	document.write(tag);
}
