 
 // PARAMETRES
 
 var ejs_al_mess = '<br>27 septembre 2005 <br> Athinah"s Place tourne la dernière page de son petit journal. <br><br> Les droits d"auteurs, les ayants-droits et l"attitude de la Sabam <br>m"oblige à prendre cette décision.<br>Pour plus d"explications<br> <A HREF="http://www.athinah.be/sat.html" TARGET="_blank">La Sabam et Moi ...</a><br><br>Je remercie tous mes visiteurs, <br>les fidèles de mes pages <br> ceux qui m"écrivaient régulièrement, <br>m"envoyaient photos et documents pour compléter mes pages<br>Ce fut une belle aventure ....<br><br><A HREF="http://www.athinah.net" TARGET="_blank">!!!  2007 ... Retrouvez moi sur TAnita s Gallery !!! </a> ';
 var ejs_al_background = '#FF0000'
 var ejs_al_bordure = '#000000'
 var ejs_al_police = 'Comic sans MS'
 var ejs_al_police_taille = '16'
 var ejs_al_police_color = '#FFFFFF'
 var ejs_al_hauteur = 450
 var ejs_al_largeur = 600
 var ejs_al_box2 = 0;
 
 // CADRES
 ejs_al_classe = 'border-color:'+ejs_al_bordure+';border-style:solid;border-width:1px;background:'+ejs_al_background+';font-family:'+ejs_al_police+';font-size:'+ejs_al_police_taille+'px;color:'+ejs_al_police_color;
 if(document.getElementById)
 	{
 	document.write('<DIV ID=ejs_al_box1 STYLE="position:absolute;visibility:hidden;'+ejs_al_classe+';width:20;height:'+(ejs_al_hauteur+20)+';z-index:10"></DIV>');
 	document.write('<DIV ID=ejs_al_box2 STYLE="position:absolute;visibility:hidden;'+ejs_al_classe+';width:'+ejs_al_box2+';height:'+ejs_al_hauteur+';z-index:5');
 	if(document.all)
 		document.write(';padding:10');
 	document.write('"></DIV>');
 	document.write('<DIV ID=ejs_al_box3 STYLE="position:absolute;visibility:hidden;'+ejs_al_classe+';width:20;height:'+(ejs_al_hauteur+20)+';z-index:10"></DIV>');
 	// TAILLE DE L'ECRAN
 	ejs_al_Y = document.body.clientHeight;
 	ejs_al_X = document.body.clientWidth;
 	ejs_al_posX = Math.round(ejs_al_X/2);
 	ejs_al_posY = Math.round(ejs_al_Y/2)-Math.round(ejs_al_hauteur/2);
 	}
 
 function ejs_al_deplace()
 	{
 	// PLACEMENT
 	document.getElementById("ejs_al_box1").style.left = ejs_al_posX-20-(ejs_al_box2/2);
 	document.getElementById("ejs_al_box3").style.left = ejs_al_posX+(ejs_al_box2/2);
 	document.getElementById("ejs_al_box2").style.left = ejs_al_posX-(ejs_al_box2/2)-5;
 	document.getElementById("ejs_al_box2").style.width = ejs_al_box2+10;
 	ejs_al_box2 += 5;
 	if(ejs_al_box2<ejs_al_largeur)
 		setTimeout("ejs_al_deplace()",10);
 	else
 		{
 		document.getElementById("ejs_al_box2").innerHTML = '<CENTER>'+ejs_al_mess+'<BR><BR><B><A HREF=javascript:ejs_al_close()><FONT COLOR='+ejs_al_police_color+'>Tchao .... Athinah</FONT></A></B></CENTER>'
 		}
 	}
 
 function ejs_al_start()
 	{
 	if(document.getElementById)
 		{	
 		document.getElementById("ejs_al_box1").style.visibility = 'visible'	
 		document.getElementById("ejs_al_box2").style.visibility = 'visible'	
 		document.getElementById("ejs_al_box3").style.visibility = 'visible'	
 		document.getElementById("ejs_al_box1").style.top = ejs_al_posY-10
 		document.getElementById("ejs_al_box2").style.top = ejs_al_posY
 		document.getElementById("ejs_al_box3").style.top = ejs_al_posY-10
 		ejs_al_deplace();
 		}
 	}	
 
 function ejs_al_close()
 	{
 	if(document.getElementById)
 		{	
 		document.getElementById("ejs_al_box1").style.visibility = 'hidden'	
 		document.getElementById("ejs_al_box2").style.visibility = 'hidden'	
 		document.getElementById("ejs_al_box3").style.visibility = 'hidden'	
 		document.getElementById("ejs_al_box1").style.top = -600
 		document.getElementById("ejs_al_box2").style.top = -600
 		document.getElementById("ejs_al_box3").style.top = -600
 		ejs_al_deplace();
 		}
 	}	
 	
 window.onload = ejs_al_start;
 
