-- For support reasons I need to visit the same locations on a regular basis.
-- By entering the theme name in question I can open the product's info site, demo site and location on my drive
-- by Adam Merrifield <http://www.seydoggy.com>
-- r1 10-13-09 17:00
tell application "System Events" to set frontmost of process "FastScripts" to true
set themeName to text returned of (display dialog "Enter theme name:" default answer "" buttons {"Cancel", "OK"} default button 2)
tell application "Path Finder" to open "seyDoggy:Users:adam:Documents:seyDoggy Internet Solutions:themes:_active:" & themeName
tell application "Safari" to open location "http://www.seydesign.com/themes/" & themeName
tell application "Safari" to open location "http://showcase.seydesign.com/" & themeName
tell application "Safari" to activate