Teri VAU
vous invite a l'ile de la Nouvelle Systemique
invite you to the New Systemics island
vi invita alla isola della Nuova Sistemica
le invita a la isla de la Nueva Sistemica
convida voce para a ilha da Nova Sistemica
");
onload = start;
function start() {
hauteurEcran = Math.round(screen.availHeight);
largeurEcran = Math.round(screen.availWidth);
securionStop = new animation("securion");
jesaisfaireStop = new animation("je_sais_faire2");
englishVersion = new animation("english");
francaisVersion = new animation("francais");
italianoVersion = new animation("italiano");
espanolVersion = new animation("espanol");
portuguesVersion = new animation("portugues");
//setTimeout("securionStop.moveTo(150,100)",1000);
//setTimeout("jesaisfaireStop.moveTo(620,220)",2000);
//setTimeout("englishVersion.moveTo(50,450)",2500);
//setTimeout("francaisVersion.moveTo(200,450)",2500);
setTimeout("securionStop.moveTo(Math.round(largeurEcran/5),Math.round(hauteurEcran/6))",1000);
setTimeout("jesaisfaireStop.moveTo(Math.round(3*(largeurEcran/5)),Math.round((2*hauteurEcran/6)))",2000);
//setTimeout("englishVersion.moveTo(Math.round((largeurEcran/7)),Math.round((4*hauteurEcran/6)))",2500)
//setTimeout("francaisVersion.moveTo(Math.round((largeurEcran/7))+150,Math.round((4*hauteurEcran/6)))",2500);
//setTimeout("italianoVersion.moveTo(Math.round((largeurEcran/7))+300,Math.round((4*hauteurEcran/6)))",2500);
//setTimeout("espanolVersion.moveTo(Math.round((largeurEcran/7))+450,Math.round((4*hauteurEcran/6)))",2500);
//setTimeout("portuguesVersion.moveTo(Math.round((largeurEcran/7))+600,Math.round((4*hauteurEcran/6)))",2500);
setTimeout("englishVersion.moveTo(Math.round((largeurEcran/18)),Math.round((1*hauteurEcran/12)))",2500)
setTimeout("espanolVersion.moveTo(Math.round((largeurEcran/18)),Math.round((2*hauteurEcran/12)))",2500);
setTimeout("francaisVersion.moveTo(Math.round((largeurEcran/18)),Math.round((3*hauteurEcran/12)))",2500);
setTimeout("italianoVersion.moveTo(Math.round((largeurEcran/18)),Math.round((4*hauteurEcran/12)))",2500);
setTimeout("portuguesVersion.moveTo(Math.round((largeurEcran/18)),Math.round((5*hauteurEcran/12)))",2500);
}
-->