BEKO series
|
Model |
Flow Rate(Nm³/min) |
|
04* |
0.77 |
|
05* |
1.42 |
|
06* |
2.17 |
|
07* |
3.25 |
|
15* |
6.92 |
|
18* |
9.08 |
|
20* |
13 |
|
22* |
16.92 |
|
32* |
52 |
|
*Filtration Grade:(μm) |
Oil Content (ppm) |
|
C |
25 |
10 |
|
G |
5 |
5 |
|
F |
1 |
0.1 |
|
S |
0.1 |
0.01 |
|
N |
0.01 |
0.001 |
|
A |
0.01 |
0.003 |
{ "top": "-=100px" },200)
i++;
}
function slideFront(){
if(index >= 1 ) {
--index;
showImg(index);
}
if(i<2 || i>length+7) {return false;}
$("#cSlideUl ul").animate({ "top": "+=100px" },200)
i--;
}
$("#tabsmalimg img").eq(0).show();
$("#cbtn li").eq(0).addClass("hov");
/*$("#cbtn tt").each(function(e){
var str=(e+1)+""+length;
$(this).html(str)
})*/
$(".picSildeRight,#ponext").click(function(){
slideNext();
})
$(".picSildeLeft,#pofront").click(function(){
slideFront();
})
$("#cbtn li").click(function(){
index = $("#cbtn li").index(this);
showImg(index);
});
/*$("#ponext,#pofront").hover(function(){
$(this).children("a").fadeIn();
},function(){
$(this).children("a").fadeOut();
})*/
})