Linking button to email

Hi, I just have a quick question.

I have a Email button that I want to open up a new browser with my email address already there. Thanks in advance. :pope:

Apply this script to your button:[AS]on (release) {
getURL("mailto:youremail@email.com");
}[/AS]