// JavaScript Document
// script written by Narasinha joshi
// Date:18/01/2010
function searching(serchsongs)
{
	if(serchsongs.song_lang.value=="")
	{
		alert("select the Language");
		serchsongs.song_lang.focus;
		return false;
	}
	if(serchsongs.god.value=="")
	{
		alert("select the God Name");
		serchsongs.god.focus;
		return false;
	}
	
}