function calcule()
{
var resultat = 0;
if (document.monForm.cb1.checked==true)
	resultat=resultat+1;
if (document.monForm.cb2.checked==true)
	resultat=resultat-1;
if (document.monForm.cb3.checked==true)
	resultat=resultat+1;
if (document.monForm.cb4.checked==true)
	resultat=resultat-1;
if (document.monForm.cb5.checked==true)
	resultat=resultat+1;
if (document.monForm.cb6.checked==true)
	resultat=resultat+1;
if (document.monForm.cb7.checked==true)
	resultat=resultat-5;
if (document.monForm.cb8.checked==true)
	resultat=resultat+5;
if (document.monForm.cb9.checked==true)
	resultat=resultat-5;
if (document.monForm.cb10.checked==true)
	resultat=resultat-1;
if (document.monForm.cb11.checked==true)
	resultat=resultat+0;
if (document.monForm.cb12.checked==true)
	resultat=resultat-1;
if (document.monForm.cb13.checked==true)
	resultat=resultat-2;
if (document.monForm.cb14.checked==true)
	resultat=resultat+1;
if (document.monForm.cb15.checked==true)
	resultat=resultat+0;
if (document.monForm.cb16.checked==true)
	resultat=resultat-1;
if (document.monForm.cb17.checked==true)
	resultat=resultat+0;
if (document.monForm.cb18.checked==true)
	resultat=resultat+0;
if (document.monForm.cb19.checked==true)
	resultat=resultat+5;
if (document.monForm.cb20.checked==true)
	resultat=resultat+10;
if (document.monForm.cb21.checked==true)
	resultat=resultat-10;
if (document.monForm.cb22.checked==true)
	resultat=resultat-0;
if (document.monForm.cb23.checked==true)
	resultat=resultat-2;
if (document.monForm.cb24.checked==true)
	resultat=resultat-4;
if (document.monForm.cb25.checked==true)
	resultat=resultat-6;
if (document.monForm.cb26.checked==true)
	resultat=resultat-8;
if (document.monForm.cb27.checked==true)
	resultat=resultat+1;
if (document.monForm.cb28.checked==true)
	resultat=resultat-5;
if (document.monForm.cb29.checked==true)
	resultat=resultat+2;
if (document.monForm.cb30.checked==true)
	resultat=resultat-6;
if (document.monForm.cb31.checked==true)
	resultat=resultat-90;
if (document.monForm.cb32.checked==true)
	resultat=resultat-0;
if (document.monForm.cb33.checked==true)
	resultat=resultat-2;
if (document.monForm.cb34.checked==true)
	resultat=resultat-18;
if (document.monForm.cb35.checked==true)
	resultat=resultat+6;
if (document.monForm.cb36.checked==true)
	resultat=resultat+7;
if (document.monForm.cb37.checked==true)
	resultat=resultat+8;
if (document.monForm.cb38.checked==true)
	resultat=resultat+12;
if (document.monForm.cb39.checked==true)
	resultat=resultat+16;
if (document.monForm.cb40.checked==true)
	resultat=resultat+3;
if (document.monForm.cb41.checked==true)
	resultat=resultat+4;
if (document.monForm.cb42.checked==true)
	resultat=resultat-2;
if (document.monForm.cb43.checked==true)
	resultat=resultat+3;
if (document.monForm.cb44.checked==true)
	resultat=resultat+0;
if (document.monForm.cb45.checked==true)
	resultat=resultat+3;
if (document.monForm.cb46.checked==true)
	resultat=resultat-6;
if (document.monForm.cb47.checked==true)
	resultat=resultat+15;
if (document.monForm.cb48.checked==true)
	resultat=resultat+16;
if (document.monForm.cb49.checked==true)
	resultat=resultat+17;
if (document.monForm.cb50.checked==true)
	resultat=resultat+18;
if (document.monForm.cb51.checked==true)
	resultat=resultat-6;
if (document.monForm.cb52.checked==true)
	resultat=resultat-15;
if (document.monForm.cb53.checked==true)
	resultat=resultat+1;
if (document.monForm.cb54.checked==true)
	resultat=resultat+3;
if (document.monForm.cb55.checked==true)
	resultat=resultat-3;
if (document.monForm.cb56.checked==true)
	resultat=resultat-6;
if (document.monForm.cb57.checked==true)
	resultat=resultat-6;
if (document.monForm.cb58.checked==true)
	resultat=resultat-10;
if (document.monForm.cb59.checked==true)
	resultat=resultat-12;
if (document.monForm.cb60.checked==true)
	resultat=resultat-10;
if (document.monForm.cb61.checked==true)
	resultat=resultat-15;
if (document.monForm.cb62.checked==true)
	resultat=resultat+0;
if (document.monForm.cb63.checked==true)
	resultat=resultat+4;
if (document.monForm.cb64.checked==true)
	resultat=resultat+0;
if (document.monForm.cb65.checked==true)
	resultat=resultat-10;
if (document.monForm.cb66.checked==true)
	resultat=resultat+1;
if (document.monForm.cb67.checked==true)
	resultat=resultat+2;
if (document.monForm.cb68.checked==true)
	resultat=resultat+30;
if (document.monForm.cb69.checked==true)
	resultat=resultat-10;
if (document.monForm.cb70.checked==true)
	resultat=resultat-30;
if (document.monForm.cb71.checked==true)
	resultat=resultat-40;
if (document.monForm.cb72.checked==true)
	resultat=resultat-10;
if (document.monForm.cb73.checked==true)
	resultat=resultat-20;
if (document.monForm.cb74.checked==true)
	resultat=resultat-25;
if (document.monForm.cb75.checked==true)
	resultat=resultat-35;
if (document.monForm.cb76.checked==true)
	resultat=resultat-50;
if (document.monForm.cb77.checked==true)
	resultat=resultat-5;
if (document.monForm.cb78.checked==true)
	resultat=resultat-4;
if (document.monForm.cb79.checked==true)
	resultat=resultat-10;
if (document.monForm.cb80.checked==true)
	resultat=resultat-20;
if (document.monForm.cb81.checked==true)
	resultat=resultat-10;
if (document.monForm.cb82.checked==true)
	resultat=resultat-15;
if (document.monForm.cb83.checked==true)
	resultat=resultat-20;
if (document.monForm.cb84.checked==true)
	resultat=resultat-40;
if (document.monForm.cb85.checked==true)
	resultat=resultat-200;
if (document.monForm.cb86.checked==true)
	resultat=resultat+5;
if (document.monForm.cb87.checked==true)
	resultat=resultat+10;
if (document.monForm.cb88.checked==true)
	resultat=resultat+15;
if (document.monForm.cb89.checked==true)
	resultat=resultat+20;
if (document.monForm.cb90.checked==true)
	resultat=resultat+25;
if (document.monForm.cb91.checked==true)
	resultat=resultat+35;
if (document.monForm.cb92.checked==true)
	resultat=resultat+0;
if (document.monForm.cb93.checked==true)
	resultat=resultat+1;
if (document.monForm.cb94.checked==true)
	resultat=resultat+3;
if (document.monForm.cb95.checked==true)
	resultat=resultat+5;
if (document.monForm.cb96.checked==true)
	resultat=resultat-1;
if (document.monForm.cb97.checked==true)
	resultat=resultat-2;
if (document.monForm.cb98.checked==true)
	resultat=resultat+2;
if (document.monForm.cb99.checked==true)
	resultat=resultat+4;
if (document.monForm.cb100.checked==true)
	resultat=resultat+6;
if (document.monForm.cb101.checked==true)
	resultat=resultat-2;
if (document.monForm.cb102.checked==true)
	resultat=resultat-7;
if (document.monForm.cb103.checked==true)
	resultat=resultat-9;
if (document.monForm.cb104.checked==true)
	resultat=resultat-15;
if (document.monForm.cb105.checked==true)
	resultat=resultat+0;
if (document.monForm.cb106.checked==true)
	resultat=resultat+5;
if (document.monForm.cb107.checked==true)
	resultat=resultat+10;
if (document.monForm.cb108.checked==true)
	resultat=resultat-25;
if (document.monForm.cb109.checked==true)
	resultat=resultat-15;
if (document.monForm.cb110.checked==true)
	resultat=resultat+15;
if (document.monForm.cb111.checked==true)
	resultat=resultat-5;
if (document.monForm.cb112.checked==true)
	resultat=resultat+5;
if (document.monForm.cb113.checked==true)
	resultat=resultat-10;
if (document.monForm.cb114.checked==true)
	resultat=resultat-15;
if (document.monForm.cb115.checked==true)
	resultat=resultat+2;
if (document.monForm.cb116.checked==true)
	resultat=resultat-4;
if (document.monForm.cb117.checked==true)
	resultat=resultat-8;
if (document.monForm.cb118.checked==true)
	resultat=resultat+8;
if (document.monForm.cb119.checked==true)
	resultat=resultat-5;
if (document.monForm.cb120.checked==true)
	resultat=resultat-10;
if (document.monForm.cb121.checked==true)
	resultat=resultat-20;
if (document.monForm.cb122.checked==true)
	resultat=resultat-30;
if (document.monForm.cb123.checked==true)
	resultat=resultat-120;
if (document.monForm.cb124.checked==true)
	resultat=resultat-4;
if (document.monForm.cb125.checked==true)
	resultat=resultat-10;
if (document.monForm.cb126.checked==true)
	resultat=resultat-15;
if (document.monForm.cb127.checked==true)
	resultat=resultat-25;
if (document.monForm.cb128.checked==true)
	resultat=resultat-60;
if (document.monForm.cb129.checked==true)
	resultat=resultat-5;
if (document.monForm.cb130.checked==true)
	resultat=resultat-10;
if (document.monForm.cb131.checked==true)
	resultat=resultat-25;
if (document.monForm.cb132.checked==true)
	resultat=resultat-0;
if (document.monForm.cb133.checked==true)
	resultat=resultat+5;
if (document.monForm.cb134.checked==true)
	resultat=resultat+10;
if (document.monForm.cb135.checked==true)
	resultat=resultat-10;

if (resultat<-800)
	alert("Ton score est : "+resultat+"\nY'a que 2 possibilités (et la 1ere est la plus probable).\n\nSoit tu as menti ...\n\nSoit ... Qu'est ce que tu fous là abruti!!!\nCours dispenser ton savoir vivre autour de toi.");
if (resultat>=-800 && resultat<=0)
	alert("Ton score est : "+resultat+"\n\nLes femmes te gonflent mais tu en as besoin.\Tu es un cocon, mais attention à ne pas redevenir une larve.");
if (resultat>0)
	alert("Ton score est : "+resultat+"\n\nBravo. C'est rare quelqu'un qui a un score positif.\nTu n'es qu'une larve, un rempant, tu me fais horreur.\nTu n'es même plus un homme. Qu'est ce que tu fous là !!! Tu es refoulé et ta femme te domine.\n\nUn Conseil : essaye Baygon vert.");
}