$(document).ready(function(){$('ul.sf-menu').superfish();if($().button)$("input.formbutton").button();var msg=$('#cmsmessages');if(msg){var cls=msg.attr('class');if(cls=='error'){$(msg).effect("highlight",{color:'#f00'},3000)}else if(cls=='success')$(msg).effect("highlight",{color:'#0f0'},3000)};$.fn.disable=function(){$(this).attr("disabled","disabled");$(this).css("background-color","#eee")};$.fn.enable=function(){$(this).removeAttr("disabled");$(this).css("background-color","#f9f9c1")}})
