Need help with Address Book rollover script

Hello all
I am a novice to intermediate scripter and I am trying to write a rollover scripting addition for Address Book. I have been hacking away and have gotten this far and am stuck:

using terms from application “Address Book”
on action property
return “address”
end action property

on action title for p with e
	return "Send Fax Transmittal"
end action title

on should enable action for p with e
	return true
end should enable action

on perform action for p with e
	tell application "Safari"
		set browser to make new document
	end tell
	return true
end perform action

end using terms from

This works for the address rollover, but i need a little help making it work for the phone and email rollovers. Any help or direction once again would be greatly appreciated.

Model: G4
Browser: Safari 312
Operating System: Mac OS X (10.3.9)