// JavaScript Document

function submitForm()
	{
		document.Searchform.action = "search.do";
		document.Searchform.submit();
	}
	