addOnloadEvent( function()
{
	$('#ken_slide').click(function()
	{
		$('#ken_target').toggle('fast');
	});
});

