﻿

var loginbuttonon = new Image();
loginbuttonon.src = '/images/Templates/Portland/btn_go_on.gif';
var loginbuttonoff = new Image();
loginbuttonoff.src = '/images/Templates/Portland/btn_go_off.gif';

var archivebtnon = new Image();
archivebtnon.src = '/images/Templates/Portland/btn_view_full_archive_on.gif';
var archivebtnoff = new Image();
archivebtnoff.src = '/images/Templates/Portland/btn_view_full_archive_off.gif';

var otherstubtnon = new Image();
otherstubtnon.src = '/images/Templates/Portland/btn_meet_other_stu_on.gif';
var otherstubtnoff = new Image();
otherstubtnoff.src = '/images/Templates/Portland/btn_meet_other_stu_off.gif';




function loginButtonOver(button)
{ button.src = loginbuttonon.src; }
function loginButtonOut(button)
{ button.src = loginbuttonoff.src; }
function archiveOver(button)
{ button.src = archivebtnon.src; }
function archiveOut(button)
{ button.src = archivebtnoff.src; }
function otherStuOver(button)
{ button.src = otherstubtnon.src; }
function otherStuOut(button)
{ button.src = otherstubtnoff.src; }
