tell application "Together 3"
	set _sel to selected items
	repeat with _note in _sel
		set _file to original filename of _note
		tell application "Marked" to open POSIX path of _file
	end repeat
end tell