/*
** Laurent DETTORI
*/

function slideError()
{
	if(document.getElementById('errorDivContent')) {
		$("#errorDivContent").show("slide", { direction: "up" }, "normal");
		// $("#errorDivContent").show("normal");
	}
}

