(* * appSwitcher.toggle ver. J1-1.0 * * written by Sasaki Atsushi * Created: Dec. 19. 2001; Last Modified: Dec. 19. 2001 * * Latest Version: *) tell application "アプリケーション切替" tell palette set visible to not visible if visible is true then set orientation to vertical set position to upper right set button ordering to launch order set frame visible to false set icon size to small set names visible to false end if end tell end tell -- EOF