<!--
// Preload Mouseover button
pic1= new Image(); 
pic1.src = "images/process/Process_button_1-5_on.gif";
pic2= new Image(); 
pic2.src = "images/process/Process_button_2-5_on.gif";
pic3= new Image(); 
pic3.src = "images/process/Process_button_3-5_on.gif";
pic4= new Image(); 
pic4.src = "images/process/Process_button_4-5_on.gif";
pic5= new Image(); 
pic5.src = "images/process/Process_button_5-5_on.gif";

// Array for mouseover and mouseout values
var arrPageChanges = new Array();
arrPageChanges["bttn1"] = new Array();
arrPageChanges["bttn1"]["mastheadText"] = "Anything from a sketch on a napkin to a detailed working model can be the beginning of the design process. We start with researching an idea and asking fundamental questions such as: who is the desired user or audience, what is the purpose of the idea, what budget constraints do we have, and what is the desired goal of this idea?";
arrPageChanges["bttn1"]["middleImage"] = "images/process/Design_Process_InitialIdea.gif";
arrPageChanges["bttn1"]["bttn1"] = "images/process/Process_button_1-5_on.gif";

arrPageChanges["bttn2"] = new Array();
arrPageChanges["bttn2"]["mastheadText"] = "We explore various possibilities for the idea, ranging from minor form or graphic changes to complete re-definition of the basic concept. These initially comprise rough black and white sketches that show possible features, from options, fully functional details, or interaction with a user. These lead to the initial concept illustration – a full color representation that clearly and dynamically conveys the idea.";
arrPageChanges["bttn2"]["middleImage"] = "images/process/Design_Process_Concept.gif";
arrPageChanges["bttn2"]["bttn2"] = "images/process/Process_button_2-5_on.gif";

arrPageChanges["bttn3"] = new Array();
arrPageChanges["bttn3"]["mastheadText"] = "We focus on three areas: user interface, technical function, and marketing. We explore such issues as how someone will use or interact with the project, what materials are suitable for mass production, and how packaging and graphics enhance market placement. Competent and creative development is absolutely critical to the success of your project.";
arrPageChanges["bttn3"]["middleImage"] = "images/process/Design_Process_Development.gif";
arrPageChanges["bttn3"]["bttn3"] = "images/process/Process_button_3-5_on.gif";

arrPageChanges["bttn4"] = new Array();
arrPageChanges["bttn4"]["mastheadText"] = "When the design is finalized, we produce the drawings and specifications necessary for production. These might include prototypes and models, graphics, technical drawings, and specification documents. We also conduct research on possible manufacturers and provide recommendations and projected tooling and production costs.";
arrPageChanges["bttn4"]["middleImage"] = "images/process/Design_Process_Documentation.gif";
arrPageChanges["bttn4"]["bttn4"] = "images/process/Process_button_4-5_on.gif";

arrPageChanges["bttn5"] = new Array();
arrPageChanges["bttn5"]["mastheadText"] = "We provide design oversight during the actual manufacturing of the project in order to ensure the final product meets the required specifications. Any adjustments to either the manufacturing process or design are handled quickly to speed the project to market.";
arrPageChanges["bttn5"]["middleImage"] = "images/process/Design_Process_Fabrication.gif";
arrPageChanges["bttn5"]["bttn5"] = "images/process/Process_button_5-5_on.gif";

// Portion of the array that holds off values
arrPageChanges["bttnOff"] = new Array();
arrPageChanges["bttnOff"]["mastheadText"] = "Our Design Process is five-step program. It begins when you talk with us for the first time and continues until completion of your project. Throughout the process, we are constantly communicating with you to review where we are and what we are doing and how we will proceed to make your project a success";
arrPageChanges["bttnOff"]["middleImage"] = "images/process/Design_Process_Default.gif";
arrPageChanges["bttnOff"]["bttn1"] = "images/process/Process_button_1-5_off.gif";
arrPageChanges["bttnOff"]["bttn2"] = "images/process/Process_button_2-5_off.gif";
arrPageChanges["bttnOff"]["bttn3"] = "images/process/Process_button_3-5_off.gif";
arrPageChanges["bttnOff"]["bttn4"] = "images/process/Process_button_4-5_off.gif";
arrPageChanges["bttnOff"]["bttn5"] = "images/process/Process_button_5-5_off.gif";
//-->

