function ss() {
 if (document.getElementById("search_form").value==" Поиск ") {
  document.getElementById("search_form").value = "";
 }
}
function so() {
 if (document.getElementById("search_form").value=="") {
  document.getElementById("search_form").value = " Поиск ";
 }
}

