﻿
var flg = 0;

function onf01_3(id){
    if(id=="mail_bx"){
        flg = 1;
    }else if(id=="src_bx"){
        flg = 2;
    }
    document.getElementById(id).style.backgroundImage  = "url(/images/tbbg_.jpg)";
}
function onb01_3(id){
    flg = 0;
    document.getElementById(id).style.backgroundImage  = "url(/images/tbbg.jpg)";
}
function onf01_2(id){
    if(id=="mail_bx"){
        flg = 1;
    }else if(id=="src_bx"){
        flg = 2;
    }
    document.getElementById(id).style.backgroundImage  = "url(/images/ta_bg_.jpg)";
}
function onb01_2(id){
    flg = 0;
    document.getElementById(id).style.backgroundImage  = "url(/images/ta_bg.jpg)";
}
function onf01(id){
    if(id=="mail_bx"){
        flg = 1;
    }else if(id=="src_bx"){
        flg = 2;
    }else if(id=="main_srcBx"){
        flg = 0;
    }
    document.getElementById(id).style.backgroundImage  = "url(/images/txt_src_bg_.jpg)";
}
function onb01(id){
    flg = 0;
    document.getElementById(id).style.backgroundImage  = "url(/images/txt_src_bg.jpg)";
}
function clc_merumaga(){
    window.open("/entry.aspx?mail="+document.getElementById("mail_bx").value+"","map","width=390,height=448");
}
function clc_src(){
    window.location.href="/sr/?q=" + document.getElementById("src_bx").value;
}
function ons(){
    if(flg==0){
        return true;
    }else if(flg==1){
        clc_merumaga();
        return false;
    }else if(flg==2){
        clc_src();
        return false;
    }
}
