上一主题:黑茶加工:湖南黑茶花
下一主题:黑茶加工:安化茯砖茶
*/
(new Image()).src = \'statics/loading.gif\';
var getAmongPos = function(size,to){
var elpSize = $(to).getSize();
return {
\'top\':Math.abs((elpSize.y/2).toInt()-(size.height/2).toInt()+to.getPosition().y+elpSize.scroll.y),
\'left\':Math.abs((elpSize.x/2).toInt()-(size.width/2).toInt()+to.getPosition().x+elpSize.scroll.x)
};
};
$$(\'.grid .zoom a\').addEvent(\'click\',function(e){
e.stop();
if(this.retrieve(\'active\'))return;
var _this = this;
_this.store(\'active\',true);
var tpic = this.getParent(\'.items-gallery\').getElement(\'.goodpic img\');
var bpic_src = this.get(\'pic\');
var loading = new Element(\'div\',{
styles:{\'background\':\'#fff url(statics/loading.gif) no-repeat 50% 50%\',
\'width\':40,
\'height\':40,
<