Opening a Network Folder - NEWBIE

I am at a loss to find how to open a specific network volume. I can manually go under the chooser and pick appleshare and see the volume, but I thought maybe I could save time by asking here…

thanks
david

--first, check to see if volume is mounted.

set DisksMounted to list disks
if DisksMounted does not contain "MyVolumeName" then --it is not mounted
	mount volume "MyVolumeName" on server "Server Name" in AppleTalk zone "Zone Name" as user name "username" with password "password"
end if

thanks a bunch!!! that should do the trick…

david