Calling other applescripts...

I am sure this is easy but here is my question…

In my Xcode app, I have 5 different applescript documents. How can I call handlers from one of the documents to another so that I do not have to put the same thing on all the documents? For example I have an open handler on one of the applescript document and would like to call that on another so I do not have to put another open handler on all the other documents.

Thanks,
Scott

This kind of thing has been covered before here. Did you do a search? Maybe try looking in the Applescript Studio Area too because IIRC the method to do it is similar.