Wednesday, October 26, 2005 = new Date; moo.fx.js = function (v1.0.2) { Initial.Release; } moo.fx.pack.js = function (v1.0) { Initial.Release; } Tuesday, November 01, 2005 = new Date; moo.fx.pack.js = function (v1.0.2) { fixed fx.Resize(el, options); //fixed error when not passing options fixed fx.Fadesize(el, options); //fixed error when not passing options new fx.RememberHeight(el, options); //remembers height with a cookie new fx.RememberText(el, options); //remembers text size with a cookie new ParseClassNames(); //Attaches objects using classnames and executes rel tags } Tuesday, November 01, 2005 = new Date; moo.fx.pack.js = function (v1.0.3) { added resize method for fx.RememberHeight(); } Tuesday, November 01, 2005 = new Date; moo.fx.pack.js = function (v1.0.31) { fixed resize method for fx.RememberHeight() //useless check; } Wednesday, November 16, 2005 = new Date; moo.fx.pack.js = function (v1.0.4) { fixed hide method for fx.RememberHeight() //if no cookie is found, it gets hidden, otherwise not. added an id for cookies //more elements of the same type are now supported. added support for px for Text effects (including remembertext.) }