<!-- Begin
home1 = new Image();
home1.src = "images/nav_home_off.gif";

home2 = new Image();
home2.src = "images/nav_home_over.gif";

home3 = new Image();
home3.src = "images/nav_home_on.gif";



about1 = new Image();
about1.src = "images/nav_about_off.gif";

about2 = new Image();
about2.src = "images/nav_about_over.gif";

about3 = new Image();
about3.src = "images/nav_about_on.gif";



ordering1 = new Image();
ordering1.src = "images/nav_ordering_off.gif";

ordering2 = new Image();
ordering2.src = "images/nav_ordering_over.gif";

ordering3 = new Image();
ordering3.src = "images/nav_ordering_on.gif";



exhibits1 = new Image();
exhibits1.src = "images/nav_exhibits_off.gif";

exhibits2 = new Image();
exhibits2.src = "images/nav_exhibits_over.gif";

exhibits3 = new Image();
exhibits3.src = "images/nav_exhibits_on.gif";



contact1 = new Image();
contact1.src = "images/nav_contact_off.gif";

contact2 = new Image();
contact2.src = "images/nav_contact_over.gif";

contact3 = new Image();
contact3.src = "images/nav_contact_on.gif";

// End -->