function attachmentToggle(id) {
	$('.attachmentWrapper'+'.'+ id).toggle('slow');
};
