
function send_search_form(myform)
{	
	location.replace('http://www.padma.nu/Home/search.html?http://www.padma.nu/cgi-bin/search/search.pl?Terms=' + myform.Terms.value + '&Realm=' + myform.Realm.value); 
	return false;
}

