function gujarat(showhide){
    if(showhide == "show"){
        document.getElementById('gujarat').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('gujarat').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function suarashtra(showhide){
    if(showhide == "show"){
        document.getElementById('suarashtra').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('suarashtra').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function maharashtra(showhide){
    if(showhide == "show"){
        document.getElementById('maharashtra').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('maharashtra').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function andhrapradesh(showhide){
    if(showhide == "show"){
        document.getElementById('andhrapradesh').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('andhrapradesh').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function karnataka(showhide){
    if(showhide == "show"){
        document.getElementById('karnataka').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('karnataka').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function tamilnadu(showhide){
    if(showhide == "show"){
        document.getElementById('tamilnadu').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('tamilnadu').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function chattishgarh(showhide){
    if(showhide == "show"){
        document.getElementById('chattishgarh').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('chattishgarh').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function jharkhand(showhide){
    if(showhide == "show"){
        document.getElementById('jharkhand').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('jharkhand').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}

function westbengal(showhide){
    if(showhide == "show"){
        document.getElementById('westbengal').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
    }else if(showhide == "hide"){
        document.getElementById('westbengal').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
    }
}
