function init(){
	$('search_field').onclick = function(){
		if(this.value=="Search")
			this.value = "";
			this.style.color = "#000000";
	}
}