雅虎邮箱客服电话是什么【010-52167326】雅虎客服电话 义乌市奋进文教用品厂-橡皮,橡皮擦,铅笔擦

 

本公司自2001年开始专业生产橡皮擦,生产工艺先进,技术力量雄厚.主打产品E1100系列(2色)远销东南亚,中东各国.在多年的经营过程中行成了自己独特的风格,专业生产多色印花和造型橡皮.承接来样定做业务.

 

 

  您现在的位置: 首页
    本公司自2001年开始专业生产橡皮擦,生产工艺先进,技术力量雄厚.主打产品E1100系列(2色)远销东南亚,中东各国.在多年的经营过程中行成了自己独特的风格,专业生产多色印花和造型橡皮.承接来样定做业务.

地  址: 中国浙江义乌市义南工业园区
电  话: 86 0579 85744201
传  真: 86 0579 85332069
移动电话: 13757909999
联 系 人: 陈向平
邮  编: 322000 
手机用户发短信(橡皮擦)到50120网址实时查询
http: //www.fenjin.net
http://ywfjwj.cn.alibaba.com
E-mail:fenjin@fenjin.net

create: function() { return function() { this.initialize.apply(this, arguments); } } } Function.prototype.bind = function() { var __method = this, args = $A(arguments), object = args.shift(); return function() { return __method.apply(object, args.concat($A(arguments))); } } var $A = Array.from = function(iterable) { if (!iterable) return []; if (iterable.toArray) { return iterable.toArray(); } else { var results = []; for (var i = 0; i < iterable.length; i++) results.push(iterable[i]); return results; } } var Float = Class.create(); Float.prototype = { initialize: function(elem, options) { this.toDo = options.toDo || function(){}, this.bodyScrollTop = document.documentElement.scrollTop || document.body.scrollTop, this.bodyScrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft, this.element = document.getElementById(elem); this.dely = options.dely || 500; this.top = options.top || 0; this.left = options.left || 0; }, start:function(){ if(!this.element){ alert('please set a element first!'); return false; } this.element.style.position = 'absolute'; this.toDo(); setInterval(this.toDo.bind(this),this.dely) } } var f = new Float('china_ads_div405',{dely:100, toDo:function(){ var isIE = document.all && window.external; this.bodyScrollTop = document.documentElement.scrollTop || document.body.scrollTop; this.bodyScrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; if(isIE){ this.docWidth = document.documentElement.clientWidth || document.body.clientWidth; this.docHeight = document.documentElement.clientHeight || document.body.clientHeight; }else{ this.docWidth = (document.body.clientWidth > document.documentElement.clientWidth)?document.documentElement.clientWidth:document.body.clientWidth; this.docHeight = (document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight; } this.element.style.top = (this.docHeight - parseInt(this.element.offsetHeight,10)) + parseInt(this.bodyScrollTop, 10)+ 'px'; this.element.style.left = (this.docWidth - parseInt(this.element.offsetWidth,10)) + parseInt(this.bodyScrollLeft, 10) + 'px'; } }); f.start();