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