I have some as2 code and i wana know what they meen and do


on (release) {
getURL(_root.clickTAG, '_blank');

var auth = new LoadVars();
auth.telenr = _root.telenr.text;
auth.mobilmodell = _root.mobilmodell.text;
auth.epost = _root.epost.text;
auth.dator = _root.comp;
auth.lead = "1";
auth.seq_email_id = "5";
auth.referencecode = "I4";
auth.send("www.test.html","_self","POST");
}


is something wrong do it send something?