// JavaScript Document
function validsearch()
{
	if(document.form1.srch.value=="")
	{
		alert('No search string found');
		return false;
	}
}
