ridiculously simple question about saving

first applescript, whats wrong here:

set jobFolder to choose folder with prompt “What is the Job Folder?”
set jobPath to jobFolder as string
display dialog “What is the Job Name?” default answer “”
set jobName to text returned of result
tell application “System Events”
tell application process “FreeHand MX”
launch
open “Matt’s HD:Users:Matt:Desktop:Inset Template”
save document “Inset Template” in file (jobPath & jobName)
end tell
end tell

thanks

thanks anyway