Event.addBehavior({
"#tabs li.tab a:click": function(event) {
return TabToggle(this, "tabs", "tab_pane");
}
});