 var searchFlag = 1;
                 function selTab(lnkObj){
                         prevLnk.style.fontWeight = "bold"
                         prevLnk.style.textDecoration = "none"
                         prevLnk.style.color = "#444"
                         prevLnk = lnkObj;
                         lnkObj.style.fontWeight = "bold"
                         lnkObj.style.textDecoration = "none"
                         lnkObj.style.color = "#000000"
                 }
        function goSearch(){
            var formObj = document.scebsSearch
            switch(searchFlag){
            case 1:
                    window.location = "http://www.scebs.com/suche/index.php?categoryid=1&query="+ formObj.searchTxt.value
                    break
                case 2:
                    window.location = "http://www.scebs.com/branchen/search-all.php?keyword="+ formObj.searchTxt.value
                    break
                case 3:
                    window.location = "http://www.scebs.com/link/index.php?search=" + formObj.searchTxt.value
                    break
                case 4:
                    window.location = "http://www.scebs.com/search_result.php?NickName=" + formObj.searchTxt.value
                    break
                case 5:
                    window.location = "http://www.scebs.com/shop/advanced_search_result.html?zenid=&main_page=advanced_search_result&search_in_description=1&keyword=" + formObj.searchTxt.value
                    break
            }
        }


          var prevLnk = document.getElementById("lnk1")
                 prevLnk.style.fontWeight = "bold"
                 prevLnk.style.textDecoration = "none"
                 prevLnk.style.color = "#444"
                 if(window.location == "http://www.scebs.com/")
                 {
                         document.getElementById("aboutScebs").style.display = "";
                         document.getElementById("breadcrumb").style.display = "none";
                 }
