var FF_PMail_Editor = {
	Init: function() {
		$("#FF_PMail_Editor [name='to']").focus();
	}
};

$(function() {FF_PMail_Editor.Init()});
