Need help from the code gurus

[LEFT][FONT=Times New Roman][SIZE=3]Hi there, [/SIZE][/FONT][/LEFT]

[LEFT][FONT=Times New Roman][SIZE=3]I am currently modifying an old site template and [/SIZE][/FONT][FONT=Times New Roman][SIZE=3]I’m a bit puzzled with the “contact us” code.[/SIZE][/FONT][/LEFT]

[FONT=Times New Roman][SIZE=3]This code is on the email accept button (I’m using an “Enter your company name” email massages format)[/SIZE][/FONT]

[LEFT][FONT=Times New Roman][SIZE=3]What I’m trying to figure out is how to get this code to direct the email massage directly to my email .In other words where do I enter my email in this complicated code :h: [/SIZE][/FONT][/LEFT]

}
on (release) {
url_var = “server_option=”+_root.server_option+"&recipient="+_root.recipient+"&text1="+_parent.your_name+"&text2="+_parent.your_email+"&text3="+_parent.comments+"&text4="+_parent.comments;
getURL(“contact.”+_root.server_option+"?"+url_var, “_blank”, “GET”);
_root.pag.pages.page4.text1 = “Your Company:”;
_root.pag.pages.page4.text2 = “Your Name:”;
_root.pag.pages.page4.text3 = “Your E-mail:”;
_root.pag.pages.page4.text4 = “Message:”;

}

[LEFT][FONT=Times New Roman][SIZE=3]Your help would extremely appreciated [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Cheers,[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]Tokolosh[/FONT][/SIZE][/LEFT]