|
Рыбалка на карася - фидер |
Слово «фидер» вошло в мой лексикон не так давно. Сперва я отнесся к нему скептически — какой-то он на вид хлипкий, длинный, в общем несуразный... По сравнению с родным «ленинградским» или самодельными прутами из В95 — зубочистка... И лишь попав на рыбалку, где все кроме меня были вооружены (по последней моде) исключительно фидерами, я воочию убедился, что консерватизм — это хорошо, но от прогресса отставать не стоит, и буквально на следующий день отправился покупать «обновку».
Дальше пошли упорные тренировочно-испытательные рыбалки с такими же, как и я, «новообращенными», обмен мнениями... Но не буду сейчас об этом, поскольку тема уже протерта до дыр.
Четыре сезона позади. Кто только не попадался мне на обновку! И бойкая весенняя и осторожная осенняя плотва, деснянская красавица чехонь и ставший довольно редким ныне подуст, лещи и прочая «бель», окуни, осторожный летний карась, карп...
Но вот наступает момент, когда любой, освоенный в «базе», предмет начинает надоедать и хочется как-то разнообразить сферы его применения. Я начал экспериментировать и делиться итогами своих экспериментов с друзьями. Так оказывается, я не одинок! Не один я себя «левшой» считаю! Нука, нука, а что у вас?
|
Подробнее...
|
|
|
Вернуться
|
';
// if rel-pos
if (typeof this.hld != "undefined") {
this.holder = document.all[this.hld];
if (typeof this.holder.innerHTML != "undefined")
this.holder.innerHTML = str;
} else {
document.body.insertAdjacentHTML("beforeEnd",str);
}
}
this.scrWndo = new dynObj("scrWndo"+scrollerObj.ar.length,this.x,this.y,this.w,this.h);
with (this.scrWndo.css) {
clip = "rect(0px, "+this.w+"px, "+this.h+"px, 0px)";
overflow = "hidden"; zIndex=1000;
}
// set up scrolling content layer (scrCont)
if (document.getElementById && document.createElement) {
elem = document.createElement("div");
this.scrCont = this.scrWndo.el.appendChild(elem);
this.scrCont.id = "scrCont" + scrollerObj.ar.length;
this.scrCont.style.position = "absolute";
} else if (document.all) {
var str = ' ';
this.scrWndo.writeLyr(str);
}
this.scrCont = new dynObj("scrCont"+scrollerObj.ar.length);
this.scrCont.css.visibility = "inherit";
this.scrCont.css.zIndex=1;
this.scrCont.shiftTo(0,0);
this.wrapItems();
this.scrWndo.show();
this.timerId = setTimeout(this.obj + ".controlScroll()",this.pause);
}
// assemble and write scroller content html
function wrapItems() {
var itemStart, itemEnd, str = "";
// to format items centered vertically and horizontally
if (this.al == "center") {
itemStart = ' ';
// to format left aligned content
} else if (this.al == "left") {
itemStart = ' ';
itemEnd = ' ';
}
for (var i=0; i ' + this.items[i][0] + '' + itemEnd;
} else { // no url, wrap in span with styles attached
str += itemStart + '' + this.items[i][0] + ' ' + itemEnd;
}
}
this.scrCont.writeLyr(str);
}
function buildScrollerNS4() {
// create wndo layer
if (typeof this.hld != "undefined") {
this.holder = getLyrRef(this.hld,document);
this.scrWndo = new Layer(this.w,this.holder);
}
else this.scrWndo = new Layer(this.w);
this.scrWndo.resizeTo(this.w,this.h);
this.scrWndo.moveTo(this.x,this.y);
// create the scrolling content layer
var str = '';
this.scrWndo.document.write(str);
this.scrWndo.document.close();
this.scrCont = new dynObj("scrCont"+scrollerObj.ar.length);
this.scrCont.css.visibility = "inherit";
this.scrCont.css.zIndex=1;
this.scrCont.shiftTo(0,0);
this.wrapNS4Items();
this.scrWndo.visibility = "show";
this.timerId = setTimeout(this.obj + ".controlScroll()",this.pause);
}
function wrapNS4Items() {
var itemStart, itemEnd, str = "";
if (this.al=="center") this.v = "middle";
else this.v = "top";
itemStart = '';
for (var i=0; i' + this.items[i][0] + '' + itemEnd;
} else { // no url, wrap in span with styles attached
str += itemStart + '' + this.items[i][0] + ' ' + itemEnd;
}
}
this.scrCont.writeLyr(str);
}
function controlScroll() {
if (this.ctr>this.items.length-1) this.startOver();
else {
var y = parseInt(this.scrCont.css.top);
if (y> -this.h * this.ctr) {
this.scrCont.shiftBy(0,-this.inc);
this.timerId = setTimeout(this.obj+".controlScroll()",this.spd);
} else {
this.ctr++;
this.timerId = setTimeout(this.obj+".controlScroll()",this.pause);
}
}
}
// restore scroller top to 0 and counter variable to 1
function startOver() {
this.ctr = 1;
this.scrCont.shiftTo(0,0);
this.controlScroll();
}
scrollerObj.prototype.addItem = addScrollerItem;
scrollerObj.prototype.create = createScroller;
scrollerObj.prototype.setFont = setScrollerFont;
scrollerObj.prototype.setTiming = setScrollerTiming;
scrollerObj.prototype.buildN4 = buildScrollerNS4;
scrollerObj.prototype.build = buildScroller;
scrollerObj.prototype.wrapItems = wrapItems;
scrollerObj.prototype.wrapNS4Items = wrapNS4Items;
scrollerObj.prototype.controlScroll = controlScroll;
scrollerObj.prototype.startOver = startOver;
// remove layers from table for ns6+/mozilla (overflow/clip bug?)
function positionGecko() {
if (navigator.userAgent.indexOf("Gecko")>-1) {
for (var i=0; i 0)
if ((theLyr = getLyrRef(lyr,theLyr.document)) != null)
return theLyr;
}
return null;
}
}
//-->
');scroller1.addItem(' ');scroller1.addItem(' ');scroller1.addItem(' ');scroller1.addItem(' '); scroller1.create();
setMouseEvents(); // set up pause/restart onmouseover/out
}
window.onload = initScrollerObjs;
//-->
|