//all arrays following this line

var degrees=new Array();
degrees[0]="corpcomm.html";
degrees[1]="crimjustice.html";
degrees[2]="english.html";
degrees[3]="govt.html";
degrees[4]="history.html";
degrees[5]="humanservices.html";
degrees[6]="inds.html";
degrees[7]="jurisprudence.html";
degrees[8]="psych.html";
degrees[9]="apppsych.html";
degrees[10]="crimjusticems.html";
degrees[11]="lehs.html";
degrees[12]="pubadmin.html";
degrees[13]="pubdesign.html";
degrees[14]="negotiations.html";
degrees[15]="lawpub.html";
degrees[16]="lawcrim.html";
degrees[17]="mpaphd.html";
degrees[18]="commdesign.html";
degrees[19]="advdesigncert.html";
degrees[20]="theorycert.html";
degrees[21]="correctional.html";
degrees[22]="crimjustcert.html";
degrees[23]="literarycert.html";
degrees[24]="newmediacert.html";
degrees[25]="policeadmin.html";
degrees[26]="infodesigncert.html";

var schools=new Array();
schools[0]="acadprog_schools.html#apppsych";
schools[1]="acadprog_schools.html#crim";
schools[2]="acadprog_schools.html#lehs";
schools[3]="acadprog_schools.html#commdesign";
schools[4]="acadprog_schools.html#pubaffairs";

var links=new Array();
links[0]="about.html";
links[1]="about_mission.html";
links[2]="about_history.html";
links[3]="about_organ.html";
links[4]="about_stratplan.html";
links[5]="acadprog.html";
links[6]="acadprog_collreq.html";
links[7]="acadprog_degreq.html";
links[8]="acadprog_schools.html";
links[9]="faculty.html";
links[10]="students.html";
links[11]="news.html";
links[12]="online.html";

//all functions following this line

function preLoadMe(){
abouton=new Image();
abouton.src="images/toolbar2_abouton.gif";
acadon=new Image();
acadon.src="images/toolbar4_acadon.gif";
facon=new Image();
facon.src="images/toolbar6_facon.gif";
studon=new Image();
studon.src="images/toolbar8_studon.gif";
newson=new Image();
newson.src="images/toolbar10_newson.gif";
onlineon=new Image();
onlineon.src="images/toolbar12_onlineon.gif";
news_on=new Image();
news_on.src="images/r1_c10_on.gif";
online_on=new Image();
online_on.src="images/r1_c12_online.gif";
about_on=new Image();
about_on.src="images/r1_c2_about_on.gif";
aprog_on=new Image();
aprog_on.src="images/r1_c4_aprog_on.gif";
fac_on=new Image();
fac_on.src="images/r1_c6_fac_on.gif";
stud_on=new Image();
stud_on.src="images/r1_c8_stud_on.gif";
}
function swap1(name,url){
document.images[name].src="images/" + url + ".gif";
}
function swap(name,url){
document.images[name].src="images/toolbar" + url + ".gif";
}
function getDegree(foo){
location.href=degrees[foo];
}
function getSchool(num){
location.href=schools[num];
}
function getLink(z){
location.href=links[z];
}
