<!--
// Preload Mouseover button
pic1= new Image(); 
pic1.src = "images/product/Product_Button_1-3_on.gif";
pic2= new Image(); 
pic2.src = "images/product/Product_Button_2-3_on.gif";
pic3= new Image(); 
pic3.src = "images/product/Product_Button_3-3_on.gif";

// Array for mouseover and mouseout values
var arrPageChanges = new Array();
arrPageChanges["bttn1"] = new Array();
arrPageChanges["bttn1"]["mastheadText"] = "How exactly does someone use a product?  Are there any safety concerns that need to be addressed?  How does it look, feel, sound, smell, and taste?  We answer these questions by ergonomic study, computer renderings, prototyping and modeling.";
arrPageChanges["bttn1"]["middleImage"] = "images/product/Product_Design_1.gif";
arrPageChanges["bttn1"]["bttn1"] = "images/product/Product_Button_1-3_on.gif";

arrPageChanges["bttn2"] = new Array();
arrPageChanges["bttn2"]["mastheadText"] = "Unique forms can give a product a strong identity of its own.  By incorporating the design process, we determine how the product will be marketed affects the design.  We answer questions such as: What can make the product easier to sell?  What features make it better, cheaper, or more attractive than the competition?  How will this product be produced?";
arrPageChanges["bttn2"]["middleImage"] = "images/product/Product_Design_2.gif";
arrPageChanges["bttn2"]["bttn2"] = "images/product/Product_Button_2-3_on.gif";

arrPageChanges["bttn3"] = new Array();
arrPageChanges["bttn3"]["mastheadText"] = "Design doesn’t stop with the outside of a product.  How the internal components are arranged and supported within a product is as important as aesthetics.  To achieve functionality, we evaluate whether and how a product can utilize off-the-shelf components or develop custom or new technologies.  We determine where screws, motors, or other parts come from and how they will be assembled in the product.";
arrPageChanges["bttn3"]["middleImage"] = "images/product/Product_Design_3.gif";
arrPageChanges["bttn3"]["bttn3"] = "images/product/Product_Button_3-3_on.gif";

// Portion of the array that holds off values
arrPageChanges["bttnOff"] = new Array();
arrPageChanges["bttnOff"]["mastheadText"] = "Product design delicately blends aesthetics and engineering to create objects that are attractive, fun to use, reliable, and easy to produce. We provide services at any point from the initial concept through to final completion.";
arrPageChanges["bttnOff"]["middleImage"] = "images/product/Product_Design_Default.gif";
arrPageChanges["bttnOff"]["bttn1"] = "images/product/Product_Button_1-3_off.gif";
arrPageChanges["bttnOff"]["bttn2"] = "images/product/Product_Button_2-3_off.gif";
arrPageChanges["bttnOff"]["bttn3"] = "images/product/Product_Button_3-3_off.gif";
//-->
