var marqueewidth=278   

var marqueeheight=180   

var speed=1   

var marqueecontents='<font color="#1B6CAA" size="3">What is New:</font>'

+'<br><font color="#666666" size="2">‧自製60W及100W DC CO2雷射</font>'

+'<br><font color="#666666" size="2">‧LWH 導線去皮機</font>'

+'<br><font color="#666666" size="2">‧LCX-400W 刀模專用機</font>'

+'<br><font color="#666666" size="2">‧LMF-S 桌上型光纖標印機</font>'

+'<br><font color="#666666" size="2">‧LCJ 電子薄模切割專用機</font>'


if (document.all)   

document.write('<center><marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee></center>')   

function regenerate(){   

window.location.reload()   

}   

function regenerate2(){   

if (document.layers){   

setTimeout("window.onresize=regenerate",400)   

intializemarquee()   

}   

}   

function intializemarquee(){   

document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')   

document.cmarquee01.document.cmarquee02.document.close()   

thelength=document.cmarquee01.document.cmarquee02.document.width   

scrollit()   

}   

function scrollit(){   

if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){   

document.cmarquee01.document.cmarquee02.left-=speed   

setTimeout("scrollit()",100)   

}   

else{   

document.cmarquee01.document.cmarquee02.left=marqueewidth   

scrollit()   

}   

}   

window.onload=regenerate2  