Event.addBehavior({
"#atc-41": function(event) {
this.observe('submit', function(event) {
new Ajax.Request(this.action, {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)});
return false;
});
},
"#atc-41:submit": function(event) {
setSpinnerWidth('atc-41-button-span', 'atc-41-spinner'); Element.show('atc-41-spinner'); Element.hide('atc-41-button'); Effect.BlindUp('flash');
}
});