var MonthName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
var WeekDayName = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
var meridian = "a.m."
var Clock_ID = null
var Time_SEC = 0
var Weather_Load_ID = null
var Null_ID = null
var Check_Site_ID = null
var Reconnect_Site_ID = null

var Slide_Menu = new Array()
var Slide_Count = 0
var Tab_Content_Count = 0
var theIndex = null
var This = null

var FYE_Out = true
var FYE_Completely_Out = true

var Panel_Slider_Container_Count = 0
var Panel_Slider_Content_Count = 0
var Panel_Slider_Mouse_Count = 0
var Panel_Menu_Speed = 1
var Panel_Menu_Timer_ID
var Panel_Move_Switch = true
var Sliding_Tab_Container

function SLIDE_MENU_TYPE(so, nt, at){
  this.slideOBJ = so
  this.Num_Tabs = nt
  this.Active_Tab = at
}


var Container_Width
var Content_Width
var Container_Start_X
var Relative_Location
var Leeway
var New_Left
var Connection_Active = true


function getTabContentCount(){
 return dig2it(Slide_Count - 1) + "_" + dig2it(Tab_Content_Count)
}

function Tab_Clicked(){
 var theIDX
 var theNum
 var TempNum
 var IDNum
 var idx, num
 if(theIndex == null){
   IDNum = this.id.replace("Tab_", "")
   TempNum = IDNum.replace("_", "")
   theIDX = TempNum.slice(0, 2)
   theNum = TempNum.slice(2, 4)
 }else{
   theIDX = dig2it(theIndex)
   theNum = "00"
   IDNum = theIDX + "_" + theNum
 }

 idx = dig2it_reverse(theIDX)
 num = dig2it_reverse(theNum)

 var theID = "Tab_Content_" + IDNum
 if(This == null)
   this.className = "Tab_Selected_CLASS"
 else
   This.className = "Tab_Selected_CLASS"


 if(document.getElementById(theID)){
   //Hide Active Tab

   document.getElementById("Tab_Content_" + theIDX + "_" + Slide_Menu[idx].Active_Tab).className = "Tabbed_Content_CLASS"
   if(Slide_Menu[idx].Active_Tab != theNum)
     document.getElementById("Tab_" + theIDX + "_" + Slide_Menu[idx].Active_Tab).className = "Tab_CLASS"

   //Activate Current Tab
   document.getElementById(theID).className = "Tabbed_Content_Visible_CLASS"
   Slide_Menu[idx].Active_Tab = theNum
 }
}


function Node_Traversal(theOBJ){
 var cN
 for(cN = 0; cN < theOBJ.childNodes.length; cN++){
   if(theOBJ.childNodes[cN].style && theOBJ.childNodes[cN].id != "Search_Text_OBJECT" && theOBJ.childNodes[cN].id != "Search_Submit_OBJECT"){
    theOBJ.childNodes[cN].unselectable = "on"
    Node_Traversal(theOBJ.childNodes[cN])
   }

   //Ensure that that the Padding Areas cause the links to behave predictably
   if(theOBJ.className == "Expander_CLASS"){
     theOBJ.className = "Expander_Temp_CLASS"                  //So it can be "seen"
     theOBJ.childNodes[1].onmouseover = Simulate_Sec_Link_Over
     theOBJ.childNodes[1].onmouseout = Simulate_Sec_Link_Out
     theOBJ.childNodes[1].onclick = Simulate_Sec_Link_Click
     theOBJ.className = "Expander_CLASS"                       //Re-hide
   }

   if(theOBJ.className == "Prime_Padding_CLASS" && IE6){
     if(theOBJ.childNodes[0].childNodes.length == 0){/*
       var new_node, new_break
       new_node = document.createTextNode("t")
       new_break = document.createElement("BR")*/
       for(var node_count = 0; node_count < (theOBJ.childNodes[1].childNodes.length/2); node_count++){
         theOBJ.childNodes[0].appendChild(document.createTextNode(" "))
         theOBJ.childNodes[0].appendChild(new_break = document.createElement("BR"))
       }
     }
     theOBJ.childNodes[1].childNodes[0].style.cssText = "display:inline-block; text-align:left; color:#A0D0FF; text-decoration:none; font-size:11px; font-weight:bold; margin:0px 0px 8px 0px;width:138px; border-width:0px 0px 1px 0px!important; padding:2px 0px 3px 4px;"
     theOBJ.childNodes[1].childNodes[0].onmouseenter = function(){this.runtimeStyle.cssText = " display:inline-block; text-align:left; color:#A0D0FF; text-decoration:none; font-size:11px; font-weight:bold; margin:0px 0px 8px 0px;width:138px; border-width:0px 0px 1px 0px!important; padding:2px 0px 2px 4px;"}
     theOBJ.childNodes[1].childNodes[0].onmouseleave = function(){this.runtimeStyle.cssText = " display:inline-block; text-align:left; color:#A0D0FF; text-decoration:none; font-size:11px; font-weight:bold; margin:0px 0px 8px 0px;width:138px; border-width:0px 0px 1px 0px!important; padding:2px 0px 3px 4px;"}
     theOBJ.onmouseenter = function(){this.childNodes[1].runtimeStyle.cssText=" display:block; position:relative; left:30px; bottom:-1px; width:142px; background-position:center center; border-style:solid; border-width:1px 1px 1px 1px; border-color:#4475AA;"}
     theOBJ.onmouseleave = function(){this.childNodes[1].runtimeStyle.cssText=" display:block; position:relative; left:30px; bottom:-1px; width:142px; background-position:center center; border-style:solid; border-width:1px 1px 1px 1px; border-color:#4475AA; border-bottom-color:#FFD700;"}
   }

   if(theOBJ.className == "Scroll_Zone_Sliding_CLASS"){
     theOBJ.onmouseover = function(){
       Panel_Move_Switch = true
     }
   }
   if(theOBJ.className == "Slider_CLASS"){
     theOBJ.onmouseout = function(){
       Panel_Move_Switch = true
     }
   }


   if(theOBJ.className == "Pull_Down_CLASS" && IE6){
     //Last Child of Pull Down Menus for IE6
     theOBJ.childNodes[1].childNodes[theOBJ.childNodes[1].childNodes.length-1].style.cssText = "display:block; width:100%; border-style:none; padding:2px 0px 2px 0px; border-width:1px 0px 0px 0px; margin:0px;"
     theOBJ.childNodes[1].childNodes[theOBJ.childNodes[1].childNodes.length-1].onmouseenter = function(){this.runtimeStyle.cssText = "display:block; width:100%; border-style:solid; padding:2px 0px 2px 0px; border-width:1px 0px 0px 0px; margin:0px;"}
     theOBJ.childNodes[1].childNodes[theOBJ.childNodes[1].childNodes.length-1].onmouseleave = function(){this.runtimeStyle.cssText = "display:block; width:100%; border-style:none; padding:3px 0px 2px 0px; border-width:1px 0px 0px 0px; margin:0px;"}
   }
   
   //Ensure that all Sliding Tabs receive the Movement Event Trigger based on the Upper Title and Sliding Bar
   if(theOBJ.className == "Sliding_Tab_Container_CLASS"){
     if(IE6){
       theOBJ.childNodes[0].childNodes[0].runtimeStyle.cssText = "border-width:0px;"
     }
//     theOBJ.parentNode.onmousemove = Slide_Tab  //Detect movement for the parent
     theOBJ.parentNode.childNodes[0].onmousemove = Slide_Tab  //Detect movement for the H3 Top Portion
     theOBJ.onmousemove = Slide_Tab  //Detect movement for the Tab Container itself
     
     Slide_Menu[Slide_Count] = new SLIDE_MENU_TYPE(theOBJ, theOBJ.childNodes[0].childNodes.length, dig2it(0))
     for(var c = 0; c < Slide_Menu[Slide_Count].Num_Tabs; c++){
        theOBJ.childNodes[0].childNodes[c].id = "Tab_" + dig2it(Slide_Count) + "_" + dig2it(c)
//        theOBJ.childNodes[0].childNodes[c].onmouseover = Tab_Clicked
        theOBJ.childNodes[0].childNodes[c].onclick = Tab_Clicked
     }
     
     Slide_Count++
     //Reset Tab Counter
     Tab_Content_Count = 0
   }
   //FYE (For Your Education) Module - Movement Event Trigger
   if(theOBJ.id == "FYE_Container_OBJECT"){
     theOBJ.onmousemove = Slide_FYE  //Detect movement for the Data Container Object
   }
   
   if(theOBJ.id == "Date_Time_Container_OBJECT"){
     theOBJ.onmouseover = function(){
       if(FYE_Out && FYE_Completely_Out){
         document.getElementById("FYE_Content_OBJECT").style.top = "0px"
         FYE_Out = false
       }
     }
     theOBJ.onmouseout = function(){
         FYE_Out = true
     }
   }

   if(theOBJ.id == "CSU_Date_Time_OBJECT"){
     theOBJ.onmouseover = function(){
       FYE_Completely_Out = false
     }
     theOBJ.onmouseout = function(){
       FYE_Completely_Out = true
     }
   }


   if(theOBJ.id == "FYE_Drop_OBJECT"){
     theOBJ.onmouseover = function(){
       FYE_Completely_Out = false
     }
     theOBJ.onmouseout = function(){
       FYE_Completely_Out = true
     }
   }

   if(theOBJ.id == "FYE_Container_OBJECT"){
     theOBJ.onmouseover = function(){
       FYE_Completely_Out = false
     }
     theOBJ.onmouseout = function(){
       FYE_Completely_Out = true
     }
   }

   if(theOBJ.id == "FYE_Content_OBJECT"){
     theOBJ.onmouseover = function(){
       FYE_Completely_Out = false
     }
     theOBJ.onmouseout = function(){
       FYE_Completely_Out = true
     }
   }


   if(theOBJ.id == "All_Weather_OBJECT"){
     theOBJ.onmouseover = function(){
       try{
         document.getElementById("Weather_Title_OBJECT").innerHTML = document.getElementById("CSU_Weather_Title_OBJECT").contentWindow.document.body.innerHTML
         document.getElementById("Weather_Title_OBJECT").style.visibility = "visible"
       }catch(err){
         Connection_Active = false
       }
     }
     theOBJ.onmouseout = function(){
       document.getElementById("Weather_Title_OBJECT").style.visibility = "hidden"
     }
   }

   //Ensure that all Sliding Tab Areas receive the Mouse Over Event Trigger
   if(theOBJ.className == "Tabbed_Content_CLASS" && theOBJ.id == ""){
     theOBJ.id = "Tab_Content_" + getTabContentCount()
     Tab_Content_Count++
   }
   
   if(theOBJ.className == "Representative_Content_CLASS"){
     theOBJ.id = "Representative_Content_OBJECT_" + dig2it(Panel_Slider_Content_Count++)
   }

   if(theOBJ.className == "Representative_Container_CLASS"){
     theOBJ.id = "Representative_Container_OBJECT_" + dig2it(Panel_Slider_Container_Count++)
   }

   if(theOBJ.className == "Panel_Mouse_Pointer_CLASS"){
     theOBJ.id = "Panel_Slider_Mouse_OBJECT_" + dig2it(Panel_Slider_Mouse_Count++)
   }


 }//End For Loop
}

function Check_Site_Connection(){
  try{
    if(document.getElementById("CSU_Weather_Title_OBJECT").contentWindow.document.title){
    }
    if(Connection_Active == false){
      document.getElementById("CSU_Weather_Title_OBJECT").style.visibility = "visible"
      document.getElementById("CSU_Weather_Description_OBJECT").style.visibility = "visible"
    }
    Connection_Active = true
  }catch(err){
    Connection_Active = false
    Establish_Site_Connection()
    document.getElementById("CSU_Weather_Title_OBJECT").style.visibility = "hidden"
    document.getElementById("CSU_Weather_Description_OBJECT").style.visibility = "hidden"
  }
}


function Establish_Site_Connection(){
  document.getElementById("CSU_Weather_Title_OBJECT").src = "http://wwwtest.coppin.edu/_http/weather_feed/weather_heading.asp"
  document.getElementById("CSU_Weather_Description_OBJECT").src = "http://wwwtest.coppin.edu/_http/weather_feed/weather_description.asp"
}


function Simulate_Sec_Link_Over(){
 this.parentNode.childNodes[0].className = "Secondary_Link_Hover_Simulator_CLASS"
}

function Simulate_Sec_Link_Out(){
 this.parentNode.childNodes[0].className = "Sec_Link_CLASS"
}

function Simulate_Sec_Link_Click(){
 document.location = this.parentNode.childNodes[0].href
}


function Initialize(){
 window.defaultStatus = document.title
 
}

function Slide_FYE(e){
  var RelativeY = MouseY(e) - document.getElementById("Date_Time_Container_OBJECT").offsetTop - 18
  if(document.getElementById("FYE_Content_OBJECT").offsetHeight - document.getElementById("FYE_Container_OBJECT").offsetHeight > 5)
    document.getElementById("FYE_Content_OBJECT").style.top = (-1 * RelativeY * ((document.getElementById("FYE_Content_OBJECT").offsetHeight - document.getElementById("FYE_Container_OBJECT").offsetHeight)/document.getElementById("FYE_Container_OBJECT").offsetHeight)) + "px"
}

function Slide_Tab(e){
 var Mouse_New_Left
 var Rep_Content = this.parentNode.childNodes[this.parentNode.childNodes.length-1]
 var Rep_Container = Rep_Content.childNodes[0]
 var Mouse_Locator = Rep_Content.childNodes[1]

 Sliding_Tab_Container = (this.className == "Slider_CLASS" ? this.parentNode.childNodes[1] : this)
 Container_Width = Sliding_Tab_Container.offsetWidth
 Content_Width = Sliding_Tab_Container.childNodes[0].offsetWidth
 Container_Start_X = Sliding_Tab_Container.parentNode.offsetLeft + 20


 Relative_Location = MouseX(e) - Container_Start_X
 Leeway = Content_Width - Container_Width
 if(Leeway > 0){
   New_Left = -1 * Relative_Location * (Leeway/Container_Width)
   Mouse_New_Left = parseInt(((New_Left/(Leeway/Container_Width))/-1)) - 7


   //Sliding_Tab_Container.childNodes[0].style.left = New_Left + "px"
   //Mouse_Locator.style.left = Mouse_New_Left + "px"

   //Rep_Container.style.left = (-1 * New_Left * (Rep_Container.offsetWidth / Rep_Content.offsetWidth)) + "px"



   if(Math.abs(New_Left - parseInt(Sliding_Tab_Container.childNodes[0].style.left)) > Panel_Menu_Speed && Panel_Move_Switch == true){
     clearInterval(Panel_Menu_Timer_ID)
     Panel_Menu_Timer_ID = setInterval("Move_Panel_Menu()", 5)
   }else{
     clearInterval(Panel_Menu_Timer_ID)
     Sliding_Tab_Container.childNodes[0].style.left = New_Left + "px"
     Mouse_Locator.style.left = Mouse_New_Left + "px"
     Rep_Container.style.left = (-1 * New_Left * (Rep_Container.offsetWidth / Rep_Content.offsetWidth)) + "px"
   }

 }else{
   Sliding_Tab_Container.childNodes[0].style.left = (Leeway / -2) + "px"
 }
}

function Move_Panel_Menu(){

 var Rep_Content = Sliding_Tab_Container.parentNode.childNodes[Sliding_Tab_Container.parentNode.childNodes.length-1]
 var Rep_Container = Rep_Content.childNodes[0]
 var Mouse_Locator = Rep_Content.childNodes[1]

 var Panel_Menu_X, Panel_Mouse_Loc_New_Left

 Panel_Menu_X = parseInt(Sliding_Tab_Container.childNodes[0].style.left)
 var Panel_Increment = Panel_Menu_Speed * (New_Left - Panel_Menu_X)/(Math.abs(New_Left - Panel_Menu_X))
 Panel_Menu_X += Panel_Increment

 Panel_Mouse_Loc_New_Left = ((Panel_Menu_X/(Leeway/Container_Width))/-1) - 7

 Sliding_Tab_Container.childNodes[0].style.left = (Panel_Menu_X) + "px"
 Mouse_Locator.style.left = (Panel_Mouse_Loc_New_Left) + "px"

 Rep_Container.style.left = (-1 * Panel_Menu_X * (Rep_Container.offsetWidth / Rep_Content.offsetWidth)) + "px"

 if(Math.abs(New_Left - Panel_Menu_X) < Panel_Menu_Speed){
   clearInterval(Panel_Menu_Timer_ID)
   Sliding_Tab_Container.childNodes[0].style.left = (New_Left) + "px"
   Panel_Move_Switch = false
 }
 //Adjust Menu Speed
 Panel_Menu_Speed = parseInt(Math.abs(New_Left - Panel_Menu_X) * 0.15)
 if(Panel_Menu_Speed < 1){
   Panel_Menu_Speed = 1
   Panel_Move_Switch = false
 }
}

function Slide_Tab_Reset(ie){
 for(var i = 0; i < Slide_Count; i++){
    theIndex = i
    if(!ie)
      Slide_Menu[i].slideOBJ.parentNode.parentNode.parentNode.className =  "Expander_Temp_CLASS"                  //So it can be "seen"

    if(IE6){
      Slide_Menu[i].slideOBJ.parentNode.parentNode.parentNode.childNodes[2].runtimeStyle.display = "block"
    }
    Container_Width = Slide_Menu[i].slideOBJ.offsetWidth
    if(IE6){Container_Width -= 16}
    Content_Width = Slide_Menu[i].slideOBJ.childNodes[0].offsetWidth
    Leeway = Content_Width - Container_Width
    if(Leeway < 0){
      //Center the Content
      Slide_Menu[i].slideOBJ.childNodes[0].style.left = (Leeway / -2) + "px"
      Slide_Menu[i].slideOBJ.parentNode.childNodes[Slide_Menu[i].slideOBJ.parentNode.childNodes.length-1].style.visibility = "hidden"
    }else{
      //Left Align the Content
      Slide_Menu[i].slideOBJ.childNodes[0].style.left = "0px"
      Slide_Menu[i].slideOBJ.parentNode.childNodes[Slide_Menu[i].slideOBJ.parentNode.childNodes.length-1].style.visibility = "visible"
      Slide_Menu[i].slideOBJ.parentNode.childNodes[Slide_Menu[i].slideOBJ.parentNode.childNodes.length-1].childNodes[0].style.width = parseInt((Container_Width / Content_Width) * Container_Width) + "px"
      Slide_Menu[i].slideOBJ.parentNode.childNodes[Slide_Menu[i].slideOBJ.parentNode.childNodes.length-1].childNodes[0].style.left = "0px"
      Slide_Menu[i].slideOBJ.parentNode.childNodes[Slide_Menu[i].slideOBJ.parentNode.childNodes.length-1].childNodes[1].style.left = "-6px"
    }
    This = Slide_Menu[i].slideOBJ.childNodes[0].childNodes[0]
    Tab_Clicked()
    Slide_Menu[i].slideOBJ.parentNode.parentNode.parentNode.className =  "Expander_CLASS"                  //So it can be "hidden"
    if(IE6)
      Slide_Menu[i].slideOBJ.parentNode.parentNode.parentNode.childNodes[2].runtimeStyle.display = "none"
    if(ie)
      Slide_Menu[i].slideOBJ.parentNode.runtimeStyle.visibility = "visible"

 }
 //Reset Universal Index value
 theIndex = null
 This = null

 //document.getElementById("Adjustment_OBJECT").style.display = "none"

 if(document.getElementById("Fader_OBJECT")){
   document.getElementById("Fader_OBJECT").style.width = "" + (((window.document.body.offsetWidth - 40)/2)*.8) + "px"
   document.getElementById("Fader_OBJECT").style.left = "" + (document.getElementById("Fader_OBJECT").offsetWidth/-2) + "px"
 }
}


function Special_Tab_Reset(){
// document.getElementById("Adjustment_OBJECT").style.display = "block"

 for(var i = 0; i < Slide_Count; i++){
    Slide_Menu[i].slideOBJ.parentNode.parentNode.parentNode.className =  "Expander_Temp_CLASS"                  //So it can be "seen"
    Slide_Menu[i].slideOBJ.parentNode.runtimeStyle.visibility = "hidden"
 }
 Null_ID = setTimeout("Slide_Tab_Reset(true);", 50)
}





function Update_CSU_Clock(){
  var m, d, y, h, mm, s, wd, theDate, theTime
  var Local_Time = new Date()
  var Remote_Time = new Date(Remote_Start_Time.valueOf() + (Local_Time - Local_Start_Time))
  y = Remote_Time.getFullYear()
  m = MonthName[parseInt(Remote_Time.getMonth())]
  d = Remote_Time.getDate()
  wd = Remote_Time.getDay()
  h = Remote_Time.getHours()

  s = Remote_Time.getSeconds()
  Time_SEC = s

  if(h >= 12)
    meridian = "p.m."
  if(h >= 13)
    h -= 12
  else
    if(h == 0){
      h = 12
      meridian = "a.m."
    }
  mm = Remote_Time.getMinutes()
  if(mm < 10)
    mm = "0" + mm

  if(s < 10)
    s = "0" + s;


  theDate = WeekDayName[wd] + " " + m + " " + d + TH(d) + ", " + y
  theTime = h + ":" + mm + ":" + s + " " + meridian
  document.getElementById("CSU_Date_Time_OBJECT").innerHTML = theDate + " &#149; " + theTime
  Clock_ID = setTimeout("Update_CSU_Clock()", 1000)
}



window.onload = function () {
 if(document.styleSheets[0].rules){
     document.styleSheets[0].addRule("DIV.Expanded_Content_CLASS H3.Slider_CLASS", "padding:5px 0px 36px 0px;border-style:none;", 126)
     document.styleSheets[0].addRule("DIV.Sliding_Tab_Container_CLASS", "display:block;", 136)
     document.styleSheets[0].addRule("DIV.Tabbed_Content_CLASS", "display:none;", 142)
     document.styleSheets[0].addRule("DIV.Scroll_Zone_Sliding_CLASS", "top:62px;", 131)

     document.styleSheets[0].addRule("DIV.CSU_FYE_CLASS", "overflow:hidden;", 45)
     document.styleSheets[0].addRule("DIV.FYE_Content_Container_CLASS", "width:auto;", 45)

     document.styleSheets[0].addRule("DIV.CSU_Date_Time_CLASS DIV.Coverage_CLASS", "display:block;", 45)
 }else{
   if(document.styleSheets[0].cssRules){
     document.styleSheets[0].insertRule("DIV.Expanded_Content_CLASS H3.Slider_CLASS{padding:5px 0px 36px 0px;border-style:none;}", 126)
     document.styleSheets[0].insertRule("DIV.Sliding_Tab_Container_CLASS{display:block;}", 136)
     document.styleSheets[0].insertRule("DIV.Tabbed_Content_CLASS{display:none;}", 142)
     document.styleSheets[0].insertRule("DIV.Scroll_Zone_Sliding_CLASS{top:62px;}", 131)

     document.styleSheets[0].insertRule("DIV.CSU_FYE_CLASS{overflow:hidden;}", 45)
     document.styleSheets[0].insertRule("DIV.FYE_Content_Container_CLASS{width:auto;}", 45)

     document.styleSheets[0].insertRule("DIV.CSU_Date_Time_CLASS DIV.Coverage_CLASS{display:block;}", 45)
   }
 }

 document.getElementById("Spotlight_Script_OBJ").style.display = "block"

 if(document.getElementById("Overplate_Container_OBJECT"))
  document.getElementById("Overplate_Container_OBJECT").style.visibility = "visible"

 if(document.getElementById("News_Events_Container_OBJECT"))
  document.getElementById("News_Events_Container_OBJECT").style.visibility = "visible"

 if(document.getElementById("Scroller_OBJECT"))
  document.getElementById("Scroller_OBJECT").style.visibility = "visible"

 Initialize()
 var Scroll_Begin_ID = setTimeout("Initialize_Scrollers();", 2500)
 Prep_FLASH()
 Node_Traversal(document.body)
 if(IE_Mouse_Offset == 2)
   Null_ID = setTimeout("Special_Tab_Reset();", 50) //Slow down the process for IE so items can be properly measured
 else{
//   document.getElementById("Adjustment_OBJECT").style.display = "block"
   Slide_Tab_Reset(false) //Everyone else may go blindingly fast
 }
 Update_CSU_Clock()
 Check_Site_ID = setInterval("Check_Site_Connection();", 15000)


//alert(Panel_Slider_Container_Count)
}


window.onresize = function(){
 clearTimeout(Null_ID)
 if(IE_Mouse_Offset == 2)
   Special_Tab_Reset()    //Slow down the process for IE so items can be properly measured
 else{
//   document.getElementById("Adjustment_OBJECT").style.display = "block"
   Slide_Tab_Reset(false) //Everyone else may go blindingly fast
 }
}

function Close_Weather_Alert_Window(){
  document.getElementById("Weather_Alert_Notification_OBJECT").style.display = "none"
}

function Close_Security_Alert_Window(){
  document.getElementById("Security_Alert_Notification_OBJECT").style.display = "none"
}
/*
function Set_Alert_Message(Message){
 if(IE6)
   alert(Message)
}
*/