function ch()
{
		if(form1.category.value == "International Business")
		{
			form1.recipient.value = "export@fourrts.com,finance@fourrts.com,webserve@maptechindia.com";
			return;
		}
	if(form1.category.value == "Field Personnel")
	{
		form1.recipient.value="fs@fourrts.com,finance@fourrts.com,webserve@maptechindia.com";
		return;
	}
	if(form1.category.value == "Patient")
	{
		form1.recipient.value="marketing@fourrts.com,finance@fourrts.com,webserve@maptechindia.com";
		return;
	}
	if(form1.category.value == "Stocklist, C & A")
	{
		form1.recipient.value="logistics@fourrts.com,finance@fourrts.com,webserve@maptechindia.com";
		return;
	}
	if(form1.category.value == "HR")
	{
		form1.recipient.value="hrd@fourrts.com,finance@fourrts.com,webserve@maptechindia.com";
		return;
	}
		if(form1.category.value == "Doctor")
	{
		form1.recipient.value="marketing@fourrts.com,finance@fourrts.com,webserve@maptechindia.com";
		return;
	}
		if(form1.category.value == "General / feedback")
	{
		form1.recipient.value="marketing@fourrts.com,finance@fourrts.com,webserve@maptechindia.com";
		return;
	}
}