// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function attachment_toggle(attachment_id)
{
	$(attachment_id).toggle();
	$(attachment_id + '_menu').toggle();
}

function remove_thumnail(attachment_id)
{
	new Effect.DropOut(attachment_id)
}
