	private void Form1_Load(object sender, System.EventArgs e)
		{
		  Farsi_Convert();
		  label1.Text = "	";
          radioButton1.Text = "Farsi";
          radioButton2.Text = "English";
		  radioButton1.Checked = true;
          textBox1.Clear();
          textBox1.RightToLeft =  RightToLeft.Yes;
          textBox1.Focus();
      }
