<!--
// Preload Mouseover button
pic1= new Image(); 
pic1.src = "images/exhibit/Exhibit_button_1-5_on.gif";
pic2= new Image(); 
pic2.src = "images/exhibit/Exhibit_button_2-5_on.gif";
pic3= new Image(); 
pic3.src = "images/exhibit/Exhibit_button_3-5_on.gif";
pic4= new Image(); 
pic4.src = "images/exhibit/Exhibit_button_4-5_on.gif";
pic5= new Image(); 
pic5.src = "images/exhibit/Exhibit_button_5-5_on.gif";

// Array for mouseover and mouseout values
var arrPageChanges = new Array();
arrPageChanges["bttn1"] = new Array();
arrPageChanges["bttn1"]["mastheadText"] = "We start with the initial idea and define the purpose of the exhibit.  We ask such questions as 'Who is the intended audience', and 'What is the goal of this exhibit'.  We identify our constraints based upon budget, floor space, and transportation.";
arrPageChanges["bttn1"]["middleImage"] = "images/exhibit/Exhibit_Design_1.jpg";
arrPageChanges["bttn1"]["bttn1"] = "images/exhibit/Exhibit_button_1-5_on.gif";

arrPageChanges["bttn2"] = new Array();
arrPageChanges["bttn2"]["mastheadText"] = "We create the renderings, models, and other presentation materials necessary to convey both the over all theme of an exhibit as well as all the constituent parts.  As fundraising is a major component of large exhibits, we create the tools specifically designed to aid in fundraising efforts.";
arrPageChanges["bttn2"]["middleImage"] = "images/exhibit/Exhibit_Design_2.jpg";
arrPageChanges["bttn2"]["bttn2"] = "images/exhibit/Exhibit_button_2-5_on.gif";

arrPageChanges["bttn3"] = new Array();
arrPageChanges["bttn3"]["mastheadText"] = "Each element of the exhibit is ";
arrPageChanges["bttn3"]["middleImage"] = "images/exhibit/Exhibit_Design_3.jpg";
arrPageChanges["bttn3"]["bttn3"] = "images/exhibit/Exhibit_button_3-5_on.gif";

arrPageChanges["bttn4"] = new Array();
arrPageChanges["bttn4"]["mastheadText"] = "Detailed documents including the exhibit floor plan are prepared for fabrication.  This includes final text scripts, electrical requirements, mechanics, material specifications, and prop sourcing.  Prototypes and models of exhibit components may also be created.";
arrPageChanges["bttn4"]["middleImage"] = "images/exhibit/Exhibit_Design_4.jpg";
arrPageChanges["bttn4"]["bttn4"] = "images/exhibit/Exhibit_button_4-5_on.gif";

arrPageChanges["bttn5"] = new Array();
arrPageChanges["bttn5"]["mastheadText"] = "We provide oversight during the fabrication and installation of the exhibit to ensure fit, functionality, aesthetics, and interactivity.  From the largest, most complex tradeshow to the simplest desktop shipper display, we provide unique, attractive, and informative exhibits.";
arrPageChanges["bttn5"]["middleImage"] = "images/exhibit/Exhibit_Design_5.jpg";
arrPageChanges["bttn5"]["bttn5"] = "images/exhibit/Exhibit_button_5-5_on.gif";

// Portion of the array that holds off values
arrPageChanges["bttnOff"] = new Array();
arrPageChanges["bttnOff"]["mastheadText"] = "The ability to catch and hold the attention of an audience is critical to the success of an exhibit.  We believe that interactivity is THE most powerful tool to convey an idea.  By involving someone in a task, they become fully engaged in the educational experience.  We ensure every museum exhibit we design is fun, educational, and interactive";
arrPageChanges["bttnOff"]["middleImage"] = "images/exhibit/Exhibit_Design_Default.gif";
arrPageChanges["bttnOff"]["bttn1"] = "images/exhibit/Exhibit_button_1-5_off.gif";
arrPageChanges["bttnOff"]["bttn2"] = "images/exhibit/Exhibit_button_2-5_off.gif";
arrPageChanges["bttnOff"]["bttn3"] = "images/exhibit/Exhibit_button_3-5_off.gif";
arrPageChanges["bttnOff"]["bttn4"] = "images/exhibit/Exhibit_button_4-5_off.gif";
arrPageChanges["bttnOff"]["bttn5"] = "images/exhibit/Exhibit_button_5-5_off.gif";
//-->
