var curL1=-1;var curL2=-1;function clickmenu(c,a){var b=document.getElementById("sub"+c).style.display;if(b=="none"){if(a==1){if(this.curL1!=-1){document.getElementById("sub"+this.curL1).style.display="none"}if(this.curL2!=-1){document.getElementById("sub"+this.curL2).style.display="none"}this.curL1=c}if(a==2){if(this.curL2!=-1){document.getElementById("sub"+this.curL2).style.display="none"}this.curL2=c}document.getElementById("sub"+c).style.display="block"}else{if(b=="block"){document.getElementById("sub"+c).style.display="none"}}}function ajaxSearch(){$("seresult").innerHTML='<div><table width="100%"><tr><td width="50%" align="right">Подождите, идет поиск...&nbsp;   </td><td width="50%" align="left"><img src="/pix/loading.gif"></td></tr></table></div>';var b=$("frm_search").toQueryString();var a=new Request({url:"/ajax.php",method:"post",onComplete:function(c){if(c){$("seresult").innerHTML=c}}}).send(b)}function ajaxGetDop(b){var a=new Request({url:"/ajax1.php",method:"post",onComplete:function(c){if(c){$("dop"+b).innerHTML=c}}}).post({id:b})};
