// JavaScript Document

function cleanSearchbox(formname,fieldname){
	document.searchbox.suchtext.value = "";
}
