  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";
                 }
