<!--function ShowFormGuideImage(obj) {   // 案内画像を表示   if( obj.value == '' ) {      obj.style.backgroundImage='url(/pc/common/images/search_back.gif)';   }}function HideFormGuideImage(obj) {   // 案内画像を消す   obj.style.backgroundImage = '';}// -->
