function ValidatePassword()
{
	password = document.password1.password2.value.toLowerCase()
	passcode = 1

	for (i = 0; i < password.length; i++)
  	  {passcode*=password.charCodeAt(i);}

	if (passcode==1750705941600)         {top.location="http://www.southernvoices.org/SVStaff/index.html"}
	else
	{alert("Invalid Password")}
}


function GetYear()
{
 	if ((gradyear >= 1989) && (gradyear <= 2002) && ( ! (gradyear == 1990)))
   	  {window.location="http://www.southernvoices.org/SVStaff/"+gradyear+".html"}
 	else
   	  {alert("Invalid Graduation Year: Please Enter a year between 1989-2002 other than 1990")}
}


function GoToYearTop()
{
	gradyear = document.GoToFormTop.GoToButtonTop.value.toLowerCase()
	GetYear()
}

function GoToYearBottom()
{
	gradyear = document.GoToFormBottom.GoToButtonBottom.value.toLowerCase()
	GetYear()
}

function GoHome()
{
	top.location="http://www.southernvoices.org/"
}

function GoToLibraryLocation(Location)
{
parent.location="http://www.southernvoices.org/"+document.MenuForm.select.value+"/"+Location+".html"
}

function LastUpdated()
{
	return '<a href="http://www.southernvoices.org/Journal%20VIII/A-Patrons.html" style="text-decoration:none"><font color="#006699">'
}

QT = "'"
QTD = '"'

function WriteMenuItem(ItemName,Address)
{
	if (parent.ID.value != Address)
	{return '<a href="javascript:GoToLibraryLocation('+QT+Address+QT+')" style="text-decoration:none"><font color="#006699">'+ItemName+'</font></a>'}
	else {return '<font color="#6699cc">'+ItemName+'</font>'}
}

function ChangeJournal()
{
	parent.location="http://www.southernvoices.org/"+MenuForm.select.value+"/"+parent.ID.value+".html"
}

function WriteJournalList(Journal)
{
	if (parent.VolumeID.value == Journal)
	{return '<option value='+QTD+'Journal'+Journal+QTD+' selected>Volume '+Journal+'</option>'}
	else {return '<option value='+QTD+'Journal'+Journal+QTD+'>Volume '+Journal+'</option>'}
}

function LastUpdated()
{
	return '<font size="2">2000-2002</font><br><i>Updated 12/3/2002</i>'
}

function FTest(TheText)
{
	form1.textfield="test"
}