var index=4
var pic=new Array(4)
var text=new Array(4)
text[0]="<font color=#009900>茶多酚产品</font>"
pic[0]="<IMG height='108' src='images/Achievement/1.jpg' width='176'>"
text[1]="<font color='#009900'>茶皂素产品</font>"
pic[1]="<IMG height='108' src='images/Achievement/2.jpg' width='176'>"
text[2]="<font color='#009900'>对虾养殖保护剂</font>"
pic[2]="<IMG height='108' src='images/Achievement/3.jpg' width='176'>"
text[3]="<font color='#009900'>速溶茶产品</font>"
pic[3]="<IMG height='108' src='images/Achievement/4.jpg' width='176'>"
text[4]="<font color='#009900'>系列产品照片</font>"
pic[4]="<IMG height='108' src='images/Achievement/5.jpg' width='176'>"




document.write("<marquee behavior=scroll direction='down' scrolldelay='40' scrollamount='1' align='center' onmouseover='this.stop()' onmouseout='this.start()' height='300' width='176'><div style='font-family:宋体;font-size:9pt;Align:center;'>")
for (i=index;i>0;i--)
{
if (pic[i]=="#"){
document.write(text[i])
}
else{
document.write("<div align=center>" + pic[i] + "</div><br><div align=center><strong>" + text[i] + "</strong></div><br>")
}
}
document.write("</div></marquee>")
// JavaScript Document
