<!--
// Array for mouseover and mouseout values
var arrPageChanges = new Array();
arrPageChanges["bttn1"] = new Array();
arrPageChanges["bttn1"]["mastheadText"] = "Some random amount goes here to fill this space until I get the real text. Some random amount goes here to fill this space until I get the real text.";
arrPageChanges["bttn1"]["middleImage"] = "images/img_ut1.jpg";
arrPageChanges["bttn1"]["bttn1"] = "images/bttn_prototype1On.gif";

arrPageChanges["bttn2"] = new Array();
arrPageChanges["bttn2"]["mastheadText"] = "More random text for this spot also, when I get the real text of course it will be filled with other things. Some random amount goes here to fill this space until I get the real text.";
arrPageChanges["bttn2"]["middleImage"] = "images/img_ut2.jpg";
arrPageChanges["bttn2"]["bttn2"] = "images/bttn_prototype2On.gif";

arrPageChanges["bttn3"] = new Array();
arrPageChanges["bttn3"]["mastheadText"] = "And again even more random text for this space and once again it will be filled with real text at a later date. Some random amount goes here to fill this space until I get the real text.";
arrPageChanges["bttn3"]["middleImage"] = "images/img_ut3.jpg";
arrPageChanges["bttn3"]["bttn3"] = "images/bttn_prototype3On.gif";

// Portion of the array that holds off values
arrPageChanges["bttnOff"] = new Array();
arrPageChanges["bttnOff"]["mastheadText"] = "Home<br/>Please take a few minutes to look at these samples from some of out past projects, then give us a call to talk about your unique needs. We hope you'll wat to make out creativity and expertise a part of your own project team.";
arrPageChanges["bttnOff"]["middleImage"] = "images/img_ut.jpg";
arrPageChanges["bttnOff"]["bttn1"] = "images/bttn_prototype1.gif";
arrPageChanges["bttnOff"]["bttn2"] = "images/bttn_prototype2.gif";
arrPageChanges["bttnOff"]["bttn3"] = "images/bttn_prototype3.gif";
//-->
