function entete(fichier)
{
if(navigator.appName != 'Microsoft Internet Explorer') {
	document.write('<object type="application/x-shockwave-flash" data="/flash/'+fichier+'" width="740" height="156 id="menuheader">\n');
	document.write('<param name="wmode" value="Transparent">\n');
	document.write('<param name="movie" value="/flash/'+fichier+'">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="menu" value="false">\n');
	document.write('</object>\n');
}
else {
	document.write('<embed src="/flash/'+fichier+'" width="740" height="158" border="0"></embed>\n');
}
}

function again(){ document.icaptcha.SetVariable("again","OK"); }
function checking(){ document.icaptcha.SetVariable("code",document.form1.code.value); }
function send(){ document.form1.submit(); }