<!--
// Preload Mouseover button
pic1= new Image(); 
pic1.src = "images/prototyping/Prototyping_button_1-3_on.gif";
pic2= new Image(); 
pic2.src = "images/prototyping/Prototyping_button_2-3_on.gif";
pic3= new Image(); 
pic3.src = "images/prototyping/Prototyping_button_3-3_on.gif";

// Array for mouseover and mouseout values
var arrPageChanges = new Array();
arrPageChanges["bttn1"] = new Array();
arrPageChanges["bttn1"]["mastheadText"] = "Rapid prototyping is used in Product Design to test functionality and user friendliness, demonstrate a concept or proposal, as well as provide presentation materials.  Rapid prototyping can create objects physically impossible to make by traditional methods, such as a ball within a seamless cage. ";
arrPageChanges["bttn1"]["middleImage"] = "images/prototyping/Models_Prototyping_1.gif";
arrPageChanges["bttn1"]["bttn1"] = "images/prototyping/Prototyping_button_1-3_on.gif";

arrPageChanges["bttn2"] = new Array();
arrPageChanges["bttn2"]["mastheadText"] = "We provide high quality models using traditional modeling methods and working in such mediums as clay, plastic, glass, or foam.  Years of refinement and practice have given us the confidence in our skill to meet any challenge.  If you need a full-sized representation or desktop model, our modeling skills will more than satisfy you.";
arrPageChanges["bttn2"]["middleImage"] = "images/prototyping/Models_Prototyping_2.gif";
arrPageChanges["bttn2"]["bttn2"] = "images/prototyping/Prototyping_button_2-3_on.gif";

arrPageChanges["bttn3"] = new Array();
arrPageChanges["bttn3"]["mastheadText"] = "Using computer-aided design, rapid prototyping, and by-hand modeling, we can produce architectural models accurate to scale faster than any other process.  The more complex the project, the more attractive rapid prototyping becomes.";
arrPageChanges["bttn3"]["middleImage"] = "images/prototyping/Models_Prototyping_3.gif";
arrPageChanges["bttn3"]["bttn3"] = "images/prototyping/Prototyping_button_3-3_on.gif";

// Portion of the array that holds off values
arrPageChanges["bttnOff"] = new Array();
arrPageChanges["bttnOff"]["mastheadText"] = "An idea can be described verbally or with a picture, but a model takes communication to the next level.  Models show how the real thing works without the expense of building it.  Models are ideal for checking part dimensions and fit, creating photographic models, or building parts for use in a more complex prototype.  Our rapid-prototyping technology produces models faster, more accurately, and cheaper than by-hand productions.";
arrPageChanges["bttnOff"]["middleImage"] = "images/prototyping/Models_Prototyping_Default.gif";
arrPageChanges["bttnOff"]["bttn1"] = "images/prototyping/Prototyping_button_1-3_off.gif";
arrPageChanges["bttnOff"]["bttn2"] = "images/prototyping/Prototyping_button_2-3_off.gif";
arrPageChanges["bttnOff"]["bttn3"] = "images/prototyping/Prototyping_button_3-3_off.gif";
//-->
