﻿


// Other Functions

function cidPopupHelpInfo(x) {
    var load = window.open(x, '', 'scrollbars=yes,menubar=no,height=500,width=400,resizable=no,toolbar=no,location=no,status=no');
}

function load(x) {
var load = window.open(x,'','scrollbars=yes,menubar=no,height=300,width=300,resizable=no,toolbar=no,location=no,status=no'); }

function scholarshipGraphs(x) {
var load = window.open(x,'','scrollbars=yes,menubar=no,height=400,width=450,resizable=no,toolbar=no,location=no,status=no'); }

function photoGallery(x) {
var load = window.open(x,'','scrollbars=yes,menubar=no,height=550,width=550,resizable=no,toolbar=no,location=no,status=no'); }

function showVideo(x) {
    var load = window.open(x, '', 'scrollbars=yes,menubar=no,height=475,width=475,resizable=no,toolbar=no,location=no,status=no');
}

function openInformation(x){
var load = window.open(x,'','scrollbars=yes,menubar=no,height=455,width=480,resizable=no,toolbar=no,location=no,status=no');}

function showPic (whichpic) {
 if (document.getElementById) {
  document.getElementById('placeholder').src = whichpic.href;
  if (whichpic.title) {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
  } else {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
  }
  return false;
 } else {
  return true;
 }
}


// Top Menu Functions

var t

function timedOut(id,tdID)
{
    document.body.style.cursor = 'hand';
    t= setTimeout("showBottomNavigationLayer('" + id + "','" + tdID + "')",750);
}

function stopTimeOut()
{
    document.body.style.cursor = 'default';
    clearTimeout(t);
    
}


function showBottomNavigationLayer(id,tdID)
{

    hideAllNavigationLayers();
    hideAllBottomNavigationLayerStyles();

  if(document.layers)	   //NN4+
   {
       document.layers[id].visibility = 'visible';
       
    }
    else if(document.getElementById)	  //gecko(NN6) + IE 5+
    {
    	document.getElementById(id).style.visibility = 'visible';
    	
    	 document.getElementById(tdID).className='navOver';
       
    }
    else if(document.all)	// IE 4
    {
        document.all[id].style.visibility = 'visible';
        
    }
 }
 
 function hideAllNavigationLayers()
 {
 if(document.layers)	   //NN4+
   {
       document.layers['schoolsDiv'].visibility = 'hide';
       document.layers['administrationDiv'].visibility = 'hide';
       document.layers['sportsDiv'].visibility = 'hide';
       document.layers['homeDiv'].visibility = 'hide';
       document.layers['calendarsDiv'].visibility = 'hide';
       document.layers['aboutUSDiv'].visibility = 'hide';
       document.layers['snnDiv'].visibility = 'hide';
       //document.layers['contactDiv'].visibility = 'hide';
       document.layers['guidanceDiv'].visibility = 'hide';
       document.layers['parentAccessDiv'].visibility = 'hide';
       //document.layers['technologyDiv'].visibility = 'hide';
       
    }
    else if(document.getElementById)	  //gecko(NN6) + IE 5+
    {
    	
        document.getElementById('schoolsDiv').style.visibility = 'hidden';
        document.getElementById('administrationDiv').style.visibility = 'hidden';
        document.getElementById('sportsDiv').style.visibility = 'hidden';
        document.getElementById('homeDiv').style.visibility = 'hidden';
        document.getElementById('calendarsDiv').style.visibility = 'hidden';
        document.getElementById('aboutUSDiv').style.visibility = 'hidden';
        document.getElementById('snnDiv').style.visibility = 'hidden';
        //document.getElementById('contactDiv').style.visibility = 'hidden';
        document.getElementById('guidanceDiv').style.visibility = 'hidden';
        document.getElementById('parentAccessDiv').style.visibility = 'hidden';
        //document.getElementById('technologyDiv').style.visibility = 'hidden';
        
        document.getElementById('schoolsTD').className='navOutTop';
        document.getElementById('administrationTD').className='navOutTop';
        document.getElementById('sportsTD').className='navOutTop';
        document.getElementById('homeTD').className='navOutTop';
        document.getElementById('calendarsTD').className='navOutTop';
        document.getElementById('aboutUSTD').className='navOutTop';
        document.getElementById('snnTD').className='navOutTop';
        //document.getElementById('contactTD').className='navOutTop';
        document.getElementById('guidanceTD').className = 'navOutTop';
        document.getElementById('parentAccessTD').className = 'navOutTop';
        //document.getElementById('technologyTD').className='navOutTop';
       
    }
    else if(document.all)	// IE 4
    {
        document.all['schoolsDiv'].style.visibility = 'hidden';
        document.all['administrationDiv'].style.visibility = 'hidden';
        document.all['sportsDiv'].style.visibility = 'hidden';
        document.all['homeDiv'].style.visibility = 'hidden';
        document.all['calendarsDiv'].style.visibility = 'hidden';
        document.all['aboutUSDiv'].style.visibility = 'hidden';
        document.all['snnDiv'].style.visibility = 'hidden';
        //document.all['contactDiv'].style.visibility = 'hidden';
        document.all['guidanceDiv'].style.visibility = 'hidden';
        document.all['parentAccessDiv'].style.visibility = 'hidden';
        //document.all['technologyDiv'].style.visibility = 'hidden';
        
    }
 }


function showBottomNavigationLayerStyle(tdID){

hideAllBottomNavigationLayerStyles();

if(document.layers)	   //NN4+
   {
      
       
    }
    else if(document.getElementById)	  //gecko(NN6) + IE 5+
    {
    	
    	 document.getElementById(tdID).className='navOverBottom';
       
    }
    else if(document.all)	// IE 4
    {
        
    }
 }


function hideAllBottomNavigationLayerStyles()
 {
 if(document.layers)	   //NN4+
   {
    
       
    }
    else if(document.getElementById)	  //gecko(NN6) + IE 5+
    {
    	
        /*
        document.getElementById('middleSchoolTD').className='navOut';
        document.getElementById('highSchoolTD').className='navOut';
        document.getElementById('adultSchoolTD').className='navOut';
        
        document.getElementById('administrativeFormsTD').className='navOut';
        document.getElementById('boardOfEdTD').className='navOut';
        document.getElementById('boardScheduleTD').className='navOut';
        document.getElementById('employmentOpportunitiesTD').className='navOut';
        //document.getElementById('technologyInformationTD').className='navOut';
        document.getElementById('srhsaTD').className='navOut';
        document.getElementById('strategicPlanningTD').className='navOut';
        
        document.getElementById('sportsHighSchoolTD').className='navOut';
        document.getElementById('sportsMiddleSchoolTD').className='navOut';
        
        document.getElementById('homeHomeTD').className='navOut';
        document.getElementById('homeLibraryTD').className='navOut';
        document.getElementById('homeSearchTD').className='navOut';
        document.getElementById('homeSchoolDudeTD').className='navOut';
        document.getElementById('homeDistrictEmailTD').className='navOut';
        document.getElementById('homeWebTrackTD').className='navOut';
        document.getElementById('homeFoodServicesTD').className='navOut';
        document.getElementById('homeTransportationTD').className='navOut';
        document.getElementById('homeFacilityFormsTD').className='navOut';
        
        document.getElementById('calendarsDistrictTD').className='navOut';
        document.getElementById('calendarsSportsTD').className='navOut';
        
        document.getElementById('aboutUSHomeTD').className='navOut';
        document.getElementById('aboutUSBriefHistoryTD').className='navOut';
        document.getElementById('aboutUSCamMapTD').className='navOut';
        document.getElementById('aboutUSConInfoTD').className='navOut';
        document.getElementById('aboutUSDirectionsTD').className='navOut';
        document.getElementById('aboutUSEmergencyInfoTD').className='navOut';
        document.getElementById('aboutUSHelpTD').className='navOut';
        document.getElementById('aboutUSMisstateTD').className='navOut';
        document.getElementById('aboutUSPressTD').className='navOut';
               
        document.getElementById('snnHomeTD').className='navOut';
        document.getElementById('snnBioTD').className='navOut';
        document.getElementById('snnVideoGalleryTD').className='navOut';
        
        document.getElementById('contactDistrictNumbersTD').className='navOut';
        document.getElementById('contactFacultyTD').className='navOut';
        
        document.getElementById('technologyHomeTD').className='navOut';
        document.getElementById('technologyAUPTD').className='navOut';
        document.getElementById('technologySafetyPlanTD').className='navOut';
        document.getElementById('technologyEmailTD').className='navOut';
        
        document.getElementById('adultSchoolTD').className='navOut';
        document.getElementById('highSchoolTD').className='navOut';
        document.getElementById('middleSchoolTD').className='navOut';
        
        
        */
       
    }
    else if(document.all)	// IE 4
    {

        
    }
 }


//Print Functions

function PrintThisPage()  
{ 
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
         sOption+="scrollbars=yes,width=750,height=600,left=100,top=25"; 
   
   var winprint=window.open("http://www.srsd.net/printerfriendly.asp","Print",sOption); 
 
    winprint.focus(); 
}

function PrintArticle()  
{ 
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
         sOption+="scrollbars=yes,width=750,height=600,left=100,top=25"; 
   
   var winprint=window.open("http://www.srsd.net/articlePrinterfriendly.asp","Print",sOption); 
 
    winprint.focus(); 
}