//All abide by the onMouseOver Property event to give a description
function describeGuidance()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to goto the Guidance Office";
}

function describeStaff()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to see the staff of the High School";
}

function describePictures()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to view the pictures of the High School";
}

function describeClasses()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to obtain info about the classes of the High School";
}


function describeAthletics()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Athletic Department of the High School";
}

function describeTech()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to obtain info about the Technology of the High School";
}

function describeHsLib()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the High School Library";
}

function describeResource()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to goto teacher resources";
}


function describeAcademic()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the High School Academics";
}

function describeSpanish()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the High School Spanish Section";
}

function describeShop()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the High School Industrial Arts Section";
}

function describeScience()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Science Department";
}

function describeMath()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Math Department";
}

function describeEnglish()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the English Department";
}

function describeArt()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Art Department";
}

function describeDrama()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Drama Department";
}

function describeTechDepartment()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Tech Department";
}

function describeBusiness()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Business Department";
}

function describeHistory()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the History Department";
}

function describeBand()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit The Pride of Lawrence County";
}

//Athletics describers and takers here
function describeBasketball()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Runnin' Redmen 2003-2004 Basketball Team";
}


function describeFootball()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit Redmen Football 2003-2004";
}


function describeBaseball()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit Redmen Baseball 2003-2004";
}


function describeVolley()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit Redwomen Volleyball 2003-2004";
}


function describeTrack()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit Redmen Track 2003-2004";
}


function describeHsCheer()
{
window.document.controlPanel.summary.value="";
window.document.controlPanel.summary.value = "Click here to visit the Rock Hill Cheerleaders";
}






//creditors
function creditFuhr()
{
window.status ="";
window.status ="Photo taken by Jeremy Fuhr";
}


function creditGoody()
{
window.status ="";
window.status ="Photo taken by Nick Goody";
}


function creditKnotts()
{

window.status = "Photo taken by John Knotts";
}





//Linkers
function goToFootball()
{
location.href= "./Football/football_2003.htm";
}

function gotoBasketball()
{
location.href="./Basketball/";
}

function gotoVolley()
{
location.href="http://rockhill.org/hs/Athletics/Volleyball/";
}

function gotoGolf()
{
location.href="http://rockhill.org/hs/Athletics/Golf/";
}

function gotoTrack()
{
location.href="http://rockhill.org/hs/Athletics/Track/";
}

function gotoCC()
{
location.href="http://rockhill.org/hs/Athletics/Cross/";
}

function gotoBaseball()
{
location.href="http://rockhill.org/hs/Athletics/Baseball/";
}


function gotoHome()
{
location.href="http://rockhill.org";
}

function gotoStats()
{
location.href="stats.html";
}

function gotoSchedule()
{
location.href="schedule.html";
}

function gotoPhotos()
{
location.href="photos.html";
}

function gotoBio()
{
location.href="bio.html";
}

function gotoBasketball()
{
location.href="http://rockhill.org/hs/Athletics/Basketball/";
}

function gotoCheer()
{
location.href ="http://rockhill.org/hs/Athletics/Cheerleading/";
}


function gotoScience()
{
location.href="../Academics/Science/";
}

function gotoHistory()
{
location.href="../Academics/History/";
}

function gotoEnglish()
{
location.href="../Academics/English/";
}

function gotoBusiness()
{
location.href="../Academics/Business/";
}


function gotoMath()
{
location.href="../Academics/Math/";
}

function gotoSpanish()
{
location.href ="../Academics/Spanish/";
}

function gotoShop()
{
location.href="../Academics/Industrial/";
}

function gotoArt()
{
location.href="../Academics/Art/";
}