function topsearch() {
	document.getElementById('searchform').action += document.getElementById('svalue').value+"/";
	document.getElementById('sbutton').disabled=true;
	return true;
}