
	
function ToggleDescription(id)
{
	Effect.toggle(id, 'appear', {duration: 0.4});
	return false;
} 




