


//this is for onMouseOver and onMouseOut events of the global navs on all sub pages.


{
fdshome01 = new Image;
fdshome01.src = "images/nav_button_home_off.gif";
fdshome02 = new Image;
fdshome02.src = "images/nav_button_home_on.gif";

fdsStudenthome01 = new Image;
fdsStudenthome01.src = "images/nav_button_home_off2.gif";
fdsStudenthome02 = new Image;
fdsStudenthome02.src = "images/nav_button_home_on2.gif";

fdsinfo01 = new Image;
fdsinfo01.src = "images/nav_button_information_off.gif";
fdsinfo02 = new Image;
fdsinfo02.src = "images/nav_button_information_on.gif";

fdsform01 = new Image;
fdsform01.src = "images/nav_button_form_off.gif";
fdsform02 = new Image;
fdsform02.src = "images/nav_button_form_on.gif";

fdscurrent01 = new Image;
fdscurrent01.src = "images/nav_button_current_off.gif";
fdscurrent02 = new Image;
fdscurrent02.src = "images/nav_button_current_on.gif";

fdsstudents01 = new Image;
fdsstudents01.src = "images/nav_button_students_off.gif";
fdsstudents02 = new Image;
fdsstudents02.src = "images/nav_button_students_on.gif";

fdsfaculty01 = new Image;
fdsfaculty01.src = "images/nav_button_faculty_off.gif";
fdsfaculty02 = new Image;
fdsfaculty02.src = "images/nav_button_faculty_on.gif";
}