function wxyopen(uri,x,y)
{
	window.open(uri,'',"resizable=yes, scrollbars=yes, status=yes, height="+y+", width="+x);
}
function addComment(obj, comment){
	obj.value += ' /r/n ' + comment;
	alert(obj.value);
}
function searchPlace(place, app){
	if(place == 'esector')
		document.getElementById(app + 'fsearch').action = "http://www.esector.ru/search/";
	else
		document.getElementById(app + 'fsearch').action = "/search/";
}
