    function hoverin(id1)
    {
        var x = document.getElementById(id1)
        x.style.background = "rgb(33,81,149)"
    }
    function hoverout(id2)
    {
        var x = document.getElementById(id2)
        x.style.background = "rgb(80,140,192)"
    }
    function hoverinop(id1)
    {
        var x = document.getElementById(id1)
        x.style.background = "white"
    }
    function hoveroutop(id2)
    {
        var x = document.getElementById(id2)
        x.style.background = "rgb(220,220,220)"
    }
    function del(id0)
    {
       var x = document.getElementById(id0)
       x.innerHTML = ""
    }
    function plus(id1)
    {
       var x = document.getElementById(id1)
       x.src = "../images/plus.gif"
    }
    function minus(id2)
    {
       var x = document.getElementById(id2)
       x.src = "../images/minus.gif"
    }
    function openall_surg()
    {
        isCardi = false
        isDenti = false
        isENT = false
        isGener = false
        isNeuros = false
        isOncol = false
        isOpthal = false
	isOrtho = false
        isUrolo = false
        getCardi()
        getDenti()
        getENT()
        getGener()
        getNeuros()
        getOncol()
        getOpthal()
	getOrtho()
        getUrolo()
    }
    function closeall_surg()
    {
        isCardi = true
        isDenti = true
        isENT = true
        isGener = true
        isNeuros = true
        isOncol = true
        isOpthal = true
	isOrtho = true
        isUrolo = true
        getCardi()
        getDenti()
        getENT()
        getGener()
        getNeuros()
        getOncol()
        getOpthal()
	getOrtho()
        getUrolo()    
    }
    function openall_medi()
    {
        isAller = false
        isCardi2 = false
        isChild = false
        isDerma = false
        isEndoc = false
        isGastr = false
        isGenet = false
        isHemat = false
        isNeona = false
        isNephro = false
        isNeuro = false
        isRheuma = false
        getAller()
        getCardi2()
        getChild()
        getDerma()
        getEndoc()
        getGastr()
        getGenet()
        getHemat()
        getNeona()
        getNephro()
        getNeuro()
        getRheuma()
    }
    function closeall_medi()
    {
        isAller = true
        isCardi2 = true
        isChild = true
        isDerma = true
        isEndoc = true
        isGastr = true
        isGenet = true
        isHemat = true
        isNeona = true
        isNephro = true
        isNeuro = true
        isRheuma = true
        getAller()
        getCardi2()
        getChild()
        getDerma()
        getEndoc()
        getGastr()
        getGenet()
        getHemat()
        getNeona()
        getNephro()
        getNeuro()
        getRheuma()    
    }
    function openall_other()
    {
        isAnesth = false
        isBrain = false
        isLabor = false
        isPICU = false
        isRadio = false
        getAnesth()
        getBrain()
        getLabor()
        getPICU()
        getRadio()
    }
    function closeall_other()
    {
        isAnesth = true
        isBrain = true
        isLabor = true
        isPICU = true
        isRadio = true
        getAnesth()
        getBrain()
        getLabor()
        getPICU()
        getRadio()
    }