// JavaScript Document
function getFocus(aaa){
        aaa.style.backgroundImage=""
}

function getBlur(aaa,bbb){
        if(!aaa.value){
                if(bbb==1) aaa.style.backgroundImage="url(/front/index/200803/search_txt.gif)"
       }
}
