Is there an easier way to send specific form variables than
code:

on(release) {
geturl("http://merajsami.com/displaydata.asp?txtFristName=" + _root.txtFirstName + "&txtLastName=" + _root.txtLastName + "&txtAddress1=" + _root.txtAddress1 + "&txtAddress2=" + txtAddress2 + "&txtEmail=" + txtEmail,"_self","POST");
}