function goPerf(id) { form=funct.CreateElement({tag:'form',parent:funct.getBody()}); form.action='/wg.dll/hallview'; form.method='post'; p1=funct.CreateElement({tag:'input',parent:form, css:'display:none;'}); p1.name='operation';p1.value='perf'; p2=funct.CreateElement({tag:'input',parent:form, css:'display:none;'}); p2.name='parametr';p2.value=id; form.submit(); return false; }; Slider={ Start:function(box) { if (!$('#'+box).get(0)) {setTimeout('Slider.Start("'+box+'")',100); return;} if (!$('#'+box).get(0).childNodes) return; this.box=$('#'+box).get(0); this.currentNode=-1; next=this.getNextNode(); if (next==this.currentNode) return; for (i=this.currentNode+1;i