var text = new Array();
var header = new Array();
var linka = new Array();
var targa = new Array();
var divtext = new Array();
var divh = new Array();
var objst = new Array();
var objs = new Array();
var objsh = new Array();

text[0] = "工業安全視訊管理系統，提升石化產業的工安標準與執行能力！";
text[1] = "成功利用PVS違停記錄暨語音驅離系統，減少違規停車事件";
text[2] = "日本知名服飾品牌利用展場防竊系統，成功降低失竊率";
text[3] = "遠距Live互動教學系統，成功打造數位化教學環境";
text[4] = "知名百元剪髮連鎖店，成功打造e化巡店系統";
text[5] = "提升高速公路服務水準，國道資訊網上看透透";
text[6] = "遠端水位環境監控系統，隨時掌握水庫資訊及遊客安全";
text[7] = "遠端設備監控系統，提供半導體產業更有效管理的解決方案";
text[8] = "生態觀測記錄監看系統，替濕地復育計劃帶來極大的幫助";
text[9] = "遊藝機台即時影像傳輸系統，提升博奕產業的客戶服務水準！";
text[10] = "成功利用「治安防護監控系統」，保障民眾的住家安全";

header[0] = "石化產業";
header[1] = "違規停車";
header[2] = "特賣會";
header[3] = "遠距教學";
header[4] = "連鎖店";
header[5] = "高速公路";
header[6] = "水庫";
header[7] = "半導體廠";
header[8] = "生態保育";
header[9] = "博奕";
header[10] = "路口監控";

linka[0] = "APP_Petrochemical_Industry.php";
linka[1] = "APP_Illegal_Parking.php";
linka[2] = "APP_onsales.php";
linka[3] = "APP_distance_learning.php";
linka[4] = "APP_chain_store.php";
linka[5] = "APP_freeway.php";
linka[6] = "APP_reservoir.php";
linka[7] = "APP_semiconductor.php";
linka[8] = "APP_wetland.php";
linka[9] = "APP_casino.php";
linka[10] = "APP_Urban_Surveillance.php";

targa[0] = "_self";
targa[1] = "_self";
targa[2] = "_self"; 
targa[3] = "_self";
targa[4] = "_self";
targa[5] = "_self";
targa[6] = "_self";
targa[7] = "_self";
targa[8] = "_self";
targa[9] = "_self";
targa[10] = "_self";

uagent = window.navigator.userAgent.toLowerCase();
IEB=(uagent.indexOf('msie') != -1)?true:false;var scompat = document.compatMode;
var kalan=0;
var vcurr=0;
var vnext=0;
var str2='';
var mc=0;mc=text.length;stepc=parseInt(30*(4000/1000));dif=0.00;op=1.00;dif=(1.00/stepc);
var RealTickerWidth=0;
var RealTickerHeight=0;
var CalcIcWidth=0;
var CalcIcHeight=0;
var nstheight=0,nst2width=0;nstheight=30-1-1;nst2width=946-1-1;
var icwidth=946;
var icheight=30;
var msgw,msgh;msgw=946-120;

if((IEB==true)&&(scompat == "BackCompat" )){    
RealTickerWidth=946;    RealTickerHeight=30;
}else{    
RealTickerWidth=946-2*(1);    RealTickerHeight=30-2*(1);
}    
CalcIcWidth=946-2*(1);    
CalcIcHeight=30-2*(1);    
str2='';        
str2=str2+'<div style="position:relative;width'+RealTickerWidth+':px;height:'+RealTickerHeight+'px;left:0px;top:0px;overflow:hidden;visibility:visible;'+'border-style:solid; border-width:1px; border-color:#EEEEEE;'+'">';        
for(i=0;i<mc;i++)    {
divh[i]='<div id="dh'+i+'" style="position:absolute;visibility:inherit;background:'+'#990000'+'; COLOR:#E9E9E9;padding-top:'+3+'px;padding-left:'+0+'px; left:'+0+'px; top:0; width:'+120+'px; height:'+(30-2*1)+'px; FONT-FAMILY: '+'Verdana'+'; FONT-SIZE: '+11+'pt; font-style: '+'normal'+'; font-weight: '+'normal'+'; TEXT-DECORATION: '+'none'+';margin:0px; overflow:hidden;text-align:'+'center'+';cursor: default;">';        
divtext[i]='<div id="d'+i+'" onmouseover="mdivmo('+i+')" onmouseout ="restime('+i+')" onclick="butclick('+i+')"'+' style="position:absolute;visibility:inherit;background:#EEEEEE; COLOR:'+'#060606'+'; '+'padding-top:'+3+'px;padding-left:'+8+'px;'+' left:'+120+'px; top:0; width:'+(msgw-2*1-0)+'px;height:'+(30-2*1)+'px; FONT-FAMILY: '+'Verdana'+'; FONT-SIZE: '+11+'pt; font-style: '+'normal'+'; font-weight: '+'normal'+'; margin:0px; TEXT-DECORATION: '+'none'+'; overflow:hidden;text-align:'+'left'+';cursor: default;">';        
str2=str2+'<div id="op'+i+'" style="position:absolute;overflow:hidden;visibility:hidden;left:0px;top:0px;width:'+CalcIcWidth+'px; height:'+CalcIcHeight+'px;border-style:solid;border-width:0px;">';        
str2=str2+''+divh[i]+''+header[i]+'</div>'+divtext[i]+''+text[i]+'</div>';        
str2=str2+'</div>';    
}    
str2=str2+'</div>';		
function mdivmo(gnum){    if(linka[gnum]!='')    {		objs[gnum].style.color='#B40000';		objs[gnum].style.cursor='pointer';		window.status=''+linka[gnum];	}   }
function restime(gnum2){	objs[gnum2].style.color='#060606';	window.status='';    }
function butclick(gnum3){	if(linka[gnum3].substring(0,11)=="javascript:")	{eval(""+linka[gnum3]);return;}	if(targa[gnum3]==''){targa[gnum3]='_parent';}	if(IEB)	{		window.open(''+linka[gnum3],''+targa[gnum3]);	}	else	{		if((targa[gnum3].indexOf("_parent")>-1))		{			eval("parent.window.location='"+linka[gnum3]+"'");		}		else if((targa[gnum3].indexOf("_top")>-1))		{			eval("top.window.location='"+linka[gnum3]+"'");					}		else		{			window.open(''+linka[gnum3],''+targa[gnum3]);		}		}}
function zindx(){	objst[vnext].style.visibility="visible";	objst[vcurr].style.zIndex=2;	objst[vnext].style.zIndex=3;}
function Sonraki(){	vcurr=vnext;	vnext=vnext+1;		if(vnext>=mc)	{		vnext=0;	}}
function dotrans(){    if(vnext!=vcurr)    {        if(IEB){spageObj.filters[0].apply();}        objs[vnext].style.color='#060606';        objst[vnext].style.visibility='visible';        objst[vcurr].style.visibility='hidden';        if(IEB){spageObj.filters[0].play();}    }    Sonraki();    setTimeout('dotrans()',3000+4000);}
function dotransff(){	
op=op-dif;		if(op<(0.00)){op=0.00;}		objst[vcurr].style.opacity = op;	objst[vnext].style.opacity = 1.00-op;	if(op>(0.00))	{		setTimeout('dotransff()',50);	}	else	{		objst[vcurr].style.zIndex=2;		objst[vnext].style.zIndex=3;		Sonraki();	    setTimeout('beftrans()',3000);					}}
function beftrans(){	
op=1.00;	objst[vcurr].style.visibility="visible";	objst[vnext].style.visibility="visible";		objst[vcurr].style.zIndex=3;	objst[vnext].style.zIndex=2;		objst[vcurr].style.opacity = 1.00;		objst[vnext].style.opacity = 1.00;			dotransff();	}
function DoScrollUp(){    
kalan=kalan-Math.ceil(kalan/(4000/1000));	objst[vcurr].style.top=""+(kalan-CalcIcHeight)+"px";	objst[vnext].style.top=""+kalan+"px";    if(kalan<=0)    {            Sonraki();        kalan=CalcIcHeight;	    objst[vnext].style.top=""+kalan+"px";        zindx();                 timeo=setTimeout('DoScrollUp()',3000);        }    else    {        setTimeout('DoScrollUp()',50);        }}
function DoSlide(){	
kalan=kalan-Math.ceil(kalan/(4000/1000));	objst[vcurr].style.left=""+(kalan-CalcIcWidth)+"px";	objst[vnext].style.left=""+kalan+"px";		if(kalan<=0)	{    		
Sonraki();		
kalan=CalcIcWidth;		
objst[vnext].style.left=""+kalan+"px";	        		
zindx();                  		
timeo=setTimeout('DoSlide()',4000);
}	else	{		
setTimeout('DoSlide()',50);    	}}
function dofirst(){    
var i=0;    
for(i=0;i<mc;i++)    {        
objs[i]=document.getElementById("d"+i);        
objs[i].style.left=""+120+"px";        
objs[i].style.top="0px";        
objsh[i]=document.getElementById("dh"+i);        
objsh[i].style.left="0px";        
objsh[i].style.top="0px";        
objst[i]=document.getElementById("op"+i);        
objst[i].style.left="0px";        
objst[i].style.top="0px";        
objst[i].style.visibility="hidden";    
}    
objst[0].style.visibility="visible";            
if(2==2)    {            kalan=CalcIcWidth;        vnext=0;        Sonraki();        zindx();        objst[vnext].style.left=""+kalan+"px";                setTimeout('DoSlide()',3000);    }    else if(2==4)    {            kalan=CalcIcHeight;        vnext=0;        Sonraki();        zindx();                setTimeout('DoScrollUp()',3000);    }    else if(2==5)    {		if(IEB){setTimeout('dotrans()',3000);}		else{setTimeout('beftrans()',3000);}    }    else    {        setTimeout('dotrans()',3000);    
}
}
function initte(){    spageObj=document.getElementById('spage');        if(!spageObj)    {        setTimeout('initte()',200);    }    spageObj.innerHTML=str2;    vnext=1;    if(vnext>=mc){vnext=0;}    spageObj.style.left="0px";    spageObj.style.top="0px";    setTimeout('dofirst()',100);    }setTimeout('initte()',100);		       
