function showContent ()
{
	$('#content-container').fadeIn ("slow");
	
	sifrActivation ();
}



$(document).ready (
	function ()
	{
		$('#content-container').hide ();
	}
);

