function srarchBMOv(){
	document.getElementById("search_button").style.lineHeight = "20px";
}
function srarchBMOu(){
	document.getElementById("search_button").style.lineHeight = "18px";
}
function srarchBMC(){
	var word = document.getElementById("search").value;
	//alert(word);
}
