// JavaScript Document
function f1()
{
var inp = document.getElementById('search_inp');
inp.value = "";
}
function f2()
{
var inp = document.getElementById('search_inp');
inp.value = "Search ";
}