function knopka_is(nm)
{ return this.name==nm?true:false; }
function knopka_def(href,_beg,_end)
{ if(this.img)
document.write(""+(_beg?_beg:"")+""+
""+(_end?_end:""));
else document.write("
Кнопка '"+this.name+"' не создана!
"); } function knopka_move(oper) { if(oper=="out") { document.images(this.name).src=this.img.src; this.sost="off"; } else if((oper=="over") && (this.imgmove) && (this.sost=="off")) { document.images(this.name).src=this.imgmove.src; this.sost="on"; } } // --- knopki function knopki_poisk(name) { var l; for(l=0;l