Please help to replace these jQuery functions with Prototype ones:
$("button,input,label,select,textarea").bind('mouseover mouseout',
function(){$(this).toggleClass('hover')});
$("button,input,select,textarea").bind('focus blur',
function(){$(this).toggleClass('focus')});