function moveSiteForIE6(){

	var sEl=$('footer').el;
	sEl.style.bottom='15px';
	setTimeout(function(){sEl.style.bottom='16px';},0);
};

$('word_search').el.onfocus=function ()
{ if(this.value=='Поиск по форуму') this.value='';}

$('word_search').el.onblur=function ()
{ if(this.value=='') this.value='Поиск по форуму';}

function requestOutban()
{
	$('ed_object_id').param({value:''});
	$('ed_subject_name_id').param({value:''});
	$('ed_hidden_text_edit_id').param({value:''});
	$('editor').param({className:'ban_massege',action:'/'+Lang+'/forum/requestoutban'});
	$('editor').el.onsubmit=function() {$('ed_hidden_text_edit_id').el.value = $("text_").el.value;  return true;};
//	createTextEditor();
	moveSiteForIE6();
	window.location='#editor';
}