﻿var pic_width=240;
var pic_height=215;
var button_pos=4;
var stop_time=1450;
var show_text=0;
var txtcolor="000000";
var bgcolor="DDDDDD";
var imag=new Array();
var link=new Array();
var text=new Array();
imag[1]="/template/style02/ZU-A系列回油过滤器.jpg";
link[1]="/1738.htm";
text[1]="ZU-A系列回油过滤器";
imag[2]="/template/style02/QYL型回油过滤器.jpg";
link[2]="/1752.htm";
text[2]="QYL型回油过滤器";
imag[3]="/template/style02/SRLF系列双筒回油管路过滤器.jpg";
link[3]="/1734.htm";
text[3]="SRLF系列双筒回油管路过滤器";
imag[4]="/template/style02/CXL系列自封式磁性吸油过滤器.jpg";
link[4]="/1762.htm";
text[4]="CXL系列自封式磁性吸油过滤器";
imag[5]="/template/style02/CGQ型系列强磁管路过滤器.jpg";
link[5]="/1745.htm";
text[5]="CGQ型系列强磁管路过滤器";
imag[6]="/template/style02/SRFA系列双筒微型直回式回油过滤器.jpg";
link[6]="/1736.htm";
text[6]="SRFA系列双筒微型直回式回油过滤器"
var swf_height=show_text==1?pic_height+20:pic_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
	pics=pics+("|"+imag[i]);
	links=links+("|"+link[i]);
	texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="/template/style02/focus.swf">');
document.write('<param name="quality" value="high"><param name="wmode" value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">');
document.write('<embed src="/template/style02/focus.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
