function laisse() {
document.all.Logo.style.posTop = document.body.scrollTop;
document.all.Logo.style.posLeft =
document.body.scrollLeft;
}

function showObject(object) {object.visibility = VISIBLE;}
function hideObject(object) {object.visibility = HIDDEN;}

function slide(n) {
	if(n == 1) {
		showObject(texte);
		deplace(500, 60)

	}
	else if(n == 2) {
		showObject(PN1);
		slideLogo(-100, 100)
	}
	else if(n == 3) {
		showObject(PN2);
		slideLogo2(-100, 100)
	}
	else if(n == 4) {
		showObject(PN3);
		slideLogo3(-100, 100);
		}

	else if(n == 5) {
		showObject(PN4);
		slideLogo4(-100, 100);
		}


	else if(n == 6) {
		showObject(PN6);
		slideLogo6(-100, 100);
		}


	else if(n == 7) {
		showObject(PN7);
		slideLogo7(-100, 100);
		}


	else if(n == 8) {
		showObject(titr1);showObject(titr2);showObject(titr21);showObject(titr3);
		showObject(titr31);showObject(titr4);showObject(titr41);showObject(titr42);
		showObject(titr43);showObject(titr44);showObject(titr5);showObject(titr51);
		showObject(titr52);showObject(titr521);showObject(titr522);showObject(titr523);
		showObject(titr524);showObject(titr5241);showObject(titr5242);showObject(titr5243);
		showObject(titr6);showObject(titr61);showObject(titr62);showObject(titr63);
		showObject(titr7);showObject(titr71);showObject(titr72);showObject(titr73);
		showObject(titr8);showObject(titr81);showObject(titr82);showObject(titr83);
		showObject(titr9);showObject(titr91);showObject(titr92);showObject(titr93);
		showObject(titr94);showObject(titr95);showObject(titr96);
		showObject(titr10);showObject(titr101);showObject(titr102);showObject(titr103);
		showObject(titr11);showObject(titr111);showObject(titr112);showObject(titr113);
		showObject(tit11);showObject(tit111);showObject(tit112);showObject(tit113);showObject(tit114);		
		showObject(titr12);showObject(titr121);showObject(titr122);
		}

}

var x = 180;
    function deplace(from, to) {
            if (from > to) {
                texte.left = (from -= 90);
	    x -= 35;
	    texte.top = x;
                setTimeout('deplace(' + from + ',' + to + ')', 1);}
	else slide (2);

}

function slideLogo(from, to) {
	if (from < to) {
		PN1.left = (from += 80);
		timerID = setTimeout('slideLogo(' + from + ',' + to + ')', 1);
		}
	else slide (3);
}
function slideLogo2(from, to) {
	if (from < to) {
		PN2.left = (from += 80);
		timerID = setTimeout('slideLogo2(' + from + ',' + to + ')', 1);            
		}
	else slide (4);
}

function slideLogo3(from, to) {
	if (from < to) {
		PN3.left = (from += 80);
		timerID = setTimeout('slideLogo3(' + from + ',' + to + ')', 1);
}
	else slide (5);

 }

function slideLogo4(from, to) {
	if (from < to) {
		PN4.left = (from += 80);
		timerID = setTimeout('slideLogo4(' + from + ',' + to + ')', 1);
}
	else slide (6);

 }

function slideLogo6(from, to) {
	if (from < to) {
		PN6.left = (from += 80);
		timerID = setTimeout('slideLogo6(' + from + ',' + to + ')', 1);
}
	else slide (7);

 }

function slideLogo7(from, to) {
	if (from < to) {
		PN7.left = (from += 80);
		timerID = setTimeout('slideLogo7(' + from + ',' + to + ')', 1);
}
	else slide (8);

 }
