footer="<font face='Tahoma' size='1' color='#4F4942'>"
+ " | "
+ "<a href='index.htm' style='color: rgb(79,73,66)'>Home</a>"
+ " | "
+ "<a href='aboutus.htm' style='color: rgb(79,73,66)'>About Us</a>"
+ " | "
+ "<a href='goals.htm' style='color: rgb(79,73,66)'>Goals</a>"
+ " | "
+ "<a href='training/programmes.htm' target='_blank' style='color: rgb(79,73,66)'>Training Programmes</a>"
+ " | "
+ "<a href='clients.htm' style='color: rgb(79,73,66)'>Clients</a>"
+ " | "
+ "<a href='responses.htm' style='color: rgb(79,73,66)'>Responses</a>"
+ " | "
+ "<a href='activities.htm' style='color: rgb(79,73,66)'>Activities</a>"
+ " | "
+ "<a href='links.htm' style='color: rgb(79,73,66)'>Links</a>"
+ " | "
+ "<a href='contact.htm' style='color: rgb(79,73,66)'>Contact</a>"
+ " | "
+ "<br></font>"
+ "<font face='Tahoma' size='1' color='#000000'><strong>SEWA Academy</strong><br>"
+ "&quot;Krishna Bhuvan&quot;, Nr. Hariharanand Ashram, Opp. Town Hall, Ellisbridge, Ahmedabad - 380006. INDIA."
+ "<br><b>Phone:</b> +91-79-26577115, 26580474   <b>Fax</b>: +91-79-26587708</font>"

function chk_flds()
{
	if (Form1.Text_Search.value  == "")
	{
		alert("Please Write word to search");
		Form1.Text_Search.focus();
		return false;
	}
	if ((Form1.Ch_Academy.checked == false) && (Form1.Ch_Research.checked == false) && (Form1.Ch_Video.checked == false))
	{
		alert("Please select one web site to search");
		Form1.Ch_Academy.focus();
		return false;
	}
	Form1.h_WebSite.value = "";
	Form1.h_WebSite1.value = "";
	Form1.h_WebSite2.value = "";

	if (Form1.Ch_Academy.checked == true )
	{
		Form1.h_WebSite.value = "www.sewaacademy.org";
	}
	if (Form1.Ch_Research.checked == true )
	{
		Form1.h_WebSite1.value = "www.sewaresearch.org";
	}
	if (Form1.Ch_Video.checked == true )
	{
		Form1.h_WebSite2.value = "www.videosewa.org";
	}
}