/* Julien BARRAU */

function slideError()
{
	if(document.getElementById('errorDivContent'))
	{
		new Effect.SlideDown('errorDivContent'); 
	}
}

function aff_bal(ch)
{
	document.write(ch);
}