Fills out a form and sends the specified data to the specified address.
postForm = function(aURL, aNames, aValues);
postForm('http://mysite.ru',['field1','field2','fieldN'],['value1','value2','valueN']);