EMAIL- question

Hi… im trying to make an email button that automatically posts a message in the body of the message when the user clicks it. So far iv managed to make it add the subject and one line of text in the body of the message. i need to be able to add a few lines of description to the text. Anyone know how to do this?

iv attatched my FLA so you can see what im rambling on about!

hope someone can help.

Thank you!


Heres the code:
on (release) {
 getURL("[EMAIL="info@myemail.com?subject=Purchase%20Order&body=I"]mailto:info@myemail.com?subject=Purchase%20Order&body=I[/EMAIL] would like to purchase the following order:%3a");
}