function checksearchfield()
{
	 if(document.getElementById('ArtistCategory').value=="Select Catagory" && document.getElementById('Betweenyears').value=="Select Year" && document.getElementById('AboutActor').value=="")
	{
	 document.SearchActor.ArtistCategory.focus()
	 return false
	 }
	 /* if(document.getElementById('Betweenyears').value=="Select Year")
	{
	 document.SearchActor.Betweenyears.focus()
	 return false
	 }
	 
	 
	 if(document.getElementById('AboutActot').value=="")
	{
	 document.SearchActor.AboutActot.focus()
	 return false
	 }*/
	 
 }
