on(release) {
_root.loadPano(panoName, view);
}
'panoName' is the short name of the pano you
want to load (ex: "Imagination Grows Garden" is "imgrows", so panoName would
be "imgrows").
'view' is the location in the pano that you want to start from when loaded. It's just a number 0-N, N=number of views in pano. There must be a view[n] set in the pano you are loading or you will not like the results.