1 2 3 4 5 6 7
Prado.Effect = { Highlight : function(element, options) { new Effect.Highlight(element,options||{}); } }