/* Julien BARRAU */

function slideError()
{
	 jQuery(document).ready(function(){
	      jQuery("#errorDivContent").show("slide", {direction : "up"}, 1000)  ;
  });
  
}

function aff_bal(ch)
{
	document.write(ch);
}