// JavaScript Document
num_image=1;
function entraide(num){
var nom_image="images_entraide/1.jpg";
num_image = num_image + 1;
if (num_image > 25){
	num_image = 1;
	}
nom_image = "images_entraide/" + num_image + ".jpg";
entraide_img.src = nom_image;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function popup(nom){
window.open(nom,"sosinformatique91","toolbar=no, height=410, width=400, border=0, topmargin=0, leftmargin=0");
}
function entraider(nom){
window.open(nom,"sosinformatique91","toolbar=no, height=650, width=800, border=0, topmargin=0, leftmargin=0");
}
