


function QuickList()
{
	if (document.frmQuickList.Link.value == 'Pell Grant')
	{
		window.location="fundsgrantspell.shtml.";
	}
	else if (document.frmQuickList.Link.value == 'SEOG Grant')
	{
		window.location="fundsgrantsseog.shtml";
	}
	else if (document.frmQuickList.Link.value == 'LEAP Grant')
	{
		window.location="fundsgrantsleap.shtml";
	}
    else if (document.frmQuickList.Link.value == 'Other Assistance')
	{
		window.location="fundsgrantsother.shtml";
	}
	else if (document.frmQuickList.Link.value == 'Admissions Scholarships')
	{
		window.location="http://www.latech.edu/admissions/scholarships.shtml";
	}
	else if (document.frmQuickList.Link.value == 'Departmental Scholarships')
	{
		window.location="fundsscholarshipsdepartmental.shtml";
	}
	else if (document.frmQuickList.Link.value == 'Private Scholarships')
	{
		window.location="fundsscholarshipsprivate.shtml";
	}
    else if (document.frmQuickList.Link.value == 'TOPS')
	{
		window.location="fundsscholarshipstops.shtml";
	}
	else if (document.frmQuickList.Link.value == 'Perkins Loans')
	{
		window.location="fundsloansperkins.shtml";
	}
	else if (document.frmQuickList.Link.value == 'Stafford Loans')
	{
		window.location="fundsloansstafford.shtml";
	}
	else if (document.frmQuickList.Link.value == 'Preferred Lenders')
	{
	    window.location="fundsloanspreferredlenders.shtml";
	}	
	else if (document.frmQuickList.Link.value == 'Plus Loans')
	{
		window.location="fundsloansplus.shtml";
	}
    else if (document.frmQuickList.Link.value == 'Private Loans')
	{
		window.location="fundsloansprivate.shtml";
	}
	else if (document.frmQuickList.Link.value == 'Workstudy')
	{
		window.location="workstudystudentpage.shtml";
	}
	
}

function ListSelect()
{
	if (document.frmListSelect.News.value == 'Coming Events')
	{
		window.location="comingevents.shtml";
	}
	else if (document.frmListSelect.News.value == 'Important Dates')
	{
		window.location="importantdates.shtml";
	}
	else if (document.frmListSelect.News.value == 'New Financial Assistance')
	{
		window.location="newfinancialassistance.shtml";
	}

}

