TitleBox1on = new Image();
TitleBox1on.src = "images/HomeTitleOn1.gif";
TitleBox1off = new Image();
TitleBox1off.src = "images/HomeTitleOff.gif";
TitleBox2on = new Image();
TitleBox2on.src = "images/HomeTitleOn2.gif";
TitleBox2off = new Image();
TitleBox2off.src = "images/HomeTitleOff.gif";

TextBox1on = new Image();
TextBox1on.src = "images/HomeTextBoxInside.gif";
TextBox1off = new Image();
TextBox1off.src = "images/HomeTextBoxBlank.gif";
TextBox2on = new Image();
TextBox2on.src = "images/HomeTextBoxLibrary.gif";
TextBox2off = new Image();
TextBox2off.src = "images/HomeTextBoxBlank.gif";
TextBox3on = new Image();
TextBox3on.src = "images/HomeTextBoxOurWork.gif";
TextBox3off = new Image();
TextBox3off.src = "images/HomeTextBoxBlank.gif";
TextBox4on = new Image();
TextBox4on.src = "images/HomeTextBoxYourWork.gif";
TextBox4off = new Image();
TextBox4off.src = "images/HomeTextBoxBlank.gif";

Insideon = new Image();
Insideon.src = "images/MenuInsideOn.gif";
Insideoff = new Image();
Insideoff.src = "images/MenuInsideOff.gif";
Libraryon = new Image();
Libraryon.src = "images/MenuLibraryOn.gif";
Libraryoff = new Image();
Libraryoff.src = "images/MenuLibraryOff.gif";
OurWorkon = new Image();
OurWorkon.src = "images/MenuOurWorkOn.gif";
OurWorkoff = new Image();
OurWorkoff.src = "images/MenuOurWorkOff.gif";
YourWorkon = new Image();
YourWorkon.src = "images/MenuYourWorkOn.gif";
YourWorkoff = new Image();
YourWorkoff.src = "images/MenuYourWorkOff.gif";

function SiteNav() {
var number = document.LinkForm.Linker.selectedIndex;
location.href = document.LinkForm.Linker.options[number].value;
}