//---- Kapcha -----------
function captchaJ() {jQuery('#captchaI').attr('src', '/contacts.html/captcha/' + Math.round((Math.random() * (100 - 1))) );} 
//---- Kapcha -----------
function test(id){
//alert(a);
p=({id:id});
     doLoadH('test', 'test', p ); // id func(ajax) ����T&��-���- 
return false;
}

//---- Display ON, OFF  ----------
function display(id) 
   {$('#' + id).toggleClass("display_on");
   	$('#' + id).toggleClass("display_off");
   return false;

} 
//---- Display ON, OFF  ----------
function strelka(id)
{
	var p=document.getElementById(id);
	text=p.innerHTML;
 	      if(text.charCodeAt(text.length-1)==8593) p.innerHTML=text.substr(0,text.length-1) + '&darr;';
	else  if(text.charCodeAt(text.length-1)==8595) p.innerHTML=text.substr(0,text.length-1) + '&uarr;';
}

