漢欣工程股份有限公司-無塵室設計施工,無塵室空調工程,SIEMENS經銷商,PLC中央監控,生技製藥廠規劃設計施工 //google流量分析 (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-45401033-1', 'energye.com.tw'); ga('send', 'pageview'); $(function(){ var $block = $('#abgne_fade_pic'), $ad = $block.find('.ad'), showIndex = 0, // 預設要先顯示那一張 fadeOutSpeed = 2000, // 淡出的速度 fadeInSpeed = 3000, // 淡入的速度 defaultZ = 10, // 預設的 z-index isHover = false, timer, speed = 2000; // 計時器及輪播切換的速度 // 先把其它圖片的變成透明 $ad.css({ opacity: 0, zIndex: defaultZ - 1 }).eq(showIndex).css({ opacity: 1, zIndex: defaultZ }); // 組出右下的按鈕 var str = ''; for(var i=0;i ' + (i + 1) + ' '; } var $controlA = $('#abgne_fade_pic').append($(' ' + str + ' ').css('zIndex', defaultZ + 1)).find('.control a'); // 當按鈕被點選時 // 若要變成滑鼠滑入來切換時, 可以把 click 換成 mouseover $controlA.click(function(){ // 取得目前點擊的號碼 showIndex = $(this).text() * 1 - 1; // 顯示相對應的區域並把其它區域變成透明 $ad.eq(showIndex).stop().fadeTo(fadeInSpeed, 1, function(){ if(!isHover){ // 啟動計時器 timer = setTimeout(autoClick, speed + fadeInSpeed); } }).css('zIndex', defaultZ).siblings('a').stop().fadeTo(fadeOutSpeed, 0).css('zIndex', defaultZ - 1); // 讓 a 加上 .on $(this).addClass('on').siblings().removeClass('on'); return false; }).focus(function(){ $(this).blur(); }).eq(showIndex).addClass('on'); $block.hover(function(){ isHover = true; // 停止計時器 clearTimeout(timer); }, function(){ isHover = false; // 啟動計時器 timer = setTimeout(autoClick, speed); }) // 自動點擊下一個 function autoClick(){ if(isHover) return; showIndex = (showIndex + 1) % $controlA.length; $controlA.eq(showIndex).click(); } // 啟動計時器 timer = setTimeout(autoClick, speed); }); 首頁 | 中文 | English | 相關訊息 | 公司簡介 | 營業項目 | 產品介紹 | 工程實績 | 聯絡我們 | SIMATIC S7-1500系列模組 (1) SIMATIC S7-1200系列模組 (1) SIMATIC S7-ET200SP系列模組 (1) SIMATIC S7-400系列模組 (1) SIMATIC S7-300系列模組 (1) $(document).ready( function() { $('#msg_list li a').each( function(idx,data) { var str = $(data).html(); $(data).html( str.substr(0,16) ); } ); } ); 高端疫苗生物製劑股份有限公司 疫苗細胞製備中心(Cell Processing Center)新建工程 杏輝藥品工業股份有限公司 杏輝智慧製造應用及供應鏈資訊系統串連工程 益得生物科技股份有限公司 益得廠MDI DPI NS建廠工程 葡萄王生技股份有限公司 平鎮生技廠房新建工程-中央監控系統工程 基亞疫苗生物製劑(股)公司 (高端疫苗) 基亞疫苗及生物製劑廠工程 台北總公司 TEL: 886-2-25069091 FAX: 886-2-25080563 台北市中山區松江路317號11F zh_tw function Marquee() { this.ID = document.getElementById(arguments[0]); if(!this.ID) { this.ID = -1; return; } this.Direction = this.Width = this.Height = this.DelayTime = this.WaitTime = this.CTL = this.StartID = this.Stop = this.MouseOver = 0; this.Step = 1; this.Timer = 30; this.DirectionArray = {"top":0 , "up":0 , "bottom":1 , "down":1 , "left":2 , "right":3}; if(typeof arguments[1] == "number" || typeof arguments[1] == "string")this.Direction = arguments[1]; if(typeof arguments[2] == "number")this.Step = arguments[2]; if(typeof arguments[3] == "number")this.Width = arguments[3]; if(typeof arguments[4] == "number")this.Height = arguments[4]; if(typeof arguments[5] == "number")this.Timer = arguments[5]; if(typeof arguments[6] == "number")this.DelayTime = arguments[6]; if(typeof arguments[7] == "number")this.WaitTime = arguments[7]; if(typeof arguments[8] == "number")this.ScrollStep = arguments[8]; this.ID.style.overflow = this.ID.style.overflowX = this.ID.style.overflowY = "hidden"; this.ID.noWrap = true; this.IsNotOpera = (navigator.userAgent.toLowerCase().indexOf("opera") == -1); if(arguments.length >= 7)this.Start(); } Marquee.prototype.Start = function() { if(this.ID == -1)return; if(this.WaitTime 1 ? this.Width : this.Height; var templateLeft = " MSCLASS_TEMP_HTML MSCLASS_TEMP_HTML "; var templateTop = " MSCLASS_TEMP_HTML MSCLASS_TEMP_HTML "; var msobj = this; msobj.tempHTML = msobj.ID.innerHTML; if(msobj.Direction 1 ? msobj.ID.scrollWidth / 2 : msobj.ID.scrollHeight / 2; if((msobj.Direction 1 && msobj.ClientScroll 1) { var event = event || window.event; if(window.event) { if(msobj.IsNotOpera) { msobj.EventLeft = event.srcElement.id == msobj.ID.id ? event.offsetX - msobj.ID.scrollLeft : event.srcElement.offsetLeft - msobj.ID.scrollLeft + event.offsetX; } else { msobj.ScrollStep = null; return; } } else { msobj.EventLeft = event.layerX - msobj.ID.scrollLeft; } msobj.Direction = msobj.EventLeft > msobj.HalfWidth ? 3 : 2; msobj.AbsCenter = Math.abs(msobj.HalfWidth - msobj.EventLeft); msobj.Step = Math.round(msobj.AbsCenter * (msobj.BakStep*2) / msobj.HalfWidth); } } msobj.ID.onmouseover = function() { if(msobj.ScrollStep == 0)return; msobj.MouseOver = 1; clearInterval(msobj.TimerID); } msobj.ID.onmouseout = function() { if(msobj.ScrollStep == 0) { if(msobj.Step == 0)msobj.Step = 1; return; } msobj.MouseOver = 0; if(msobj.Stop == 0) { clearInterval(msobj.TimerID); msobj.TimerID = setInterval(msobj.StartID,timer); } } } setTimeout(msobj.B
FACT BOX ・ 要点整理
- 出典:PR Times
- 分類:ニュース
- 関連組織:SIEMENS
- 製品・サービス:PLC中央監控システム