        function home()
        {
        document.getElementById("home").style.textDecoration = "underline";
        }
function homeout()
        {
        document.getElementById("home").style.textDecoration = "none";
        }

        function kbs820()
        {
        document.getElementById("kbs820").style.textDecoration = "underline";
        }
function kbs820out()
        {
        document.getElementById("kbs820").style.textDecoration = "none";
        }

        function moba()
        {
        document.getElementById("moba").style.textDecoration = "underline";
        }
function mobaout()
        {
        document.getElementById("moba").style.textDecoration = "none";
        }
        function bg()
        {
        document.getElementById("bg").style.textDecoration = "underline";
        }
function bgout()
        {
        document.getElementById("bg").style.textDecoration = "none";
        }


        function link()
        {
        document.getElementById("link").style.textDecoration = "underline";
        }
function linkout()
        {
        document.getElementById("link").style.textDecoration = "none";
        }


        function forum()
        {
        document.getElementById("forum").style.textDecoration = "underline";
        }
function forumout()
        {
        document.getElementById("forum").style.textDecoration = "none";
        }


        function ubm()
        {
        document.getElementById("ubm").style.textDecoration = "underline";
        }
function ubmout()
        {
        document.getElementById("ubm").style.textDecoration = "none";
        }


        function gb()
        {
        document.getElementById("gb").style.textDecoration = "underline";
        }
function gbout()
        {
        document.getElementById("gb").style.textDecoration = "none";
        }


        function impressum()
        {
        document.getElementById("impressum").style.textDecoration = "underline";
        }
function impressumout()
        {
        document.getElementById("impressum").style.textDecoration = "none";
        }





