<!--
// Preload Mouseover button
pic1= new Image(); 
pic1.src = "images/graphics/Graphics_Button_1-4_on.gif";
pic2= new Image(); 
pic2.src = "images/graphics/Graphics_Button_2-4_on.gif";
pic3= new Image(); 
pic3.src = "images/graphics/Graphics_Button_3-4_on.gif";
pic4= new Image(); 
pic4.src = "images/graphics/Graphics_Button_4-4_on.gif";

// Array for mouseover and mouseout values
var arrPageChanges = new Array();
arrPageChanges["bttn1"] = new Array();
arrPageChanges["bttn1"]["mastheadText"] = "Graphics are an integral part of any project, whether it is stand-alone printed material, production graphics, package graphics, or exhibit graphics. Clear, concise, and exciting graphics can set your project apart from any competition.";
arrPageChanges["bttn1"]["middleImage"] = "images/graphics/Graphics_Illustration_1.gif";
arrPageChanges["bttn1"]["bttn1"] = "images/graphics/Graphics_Button_1-4_on.gif";

arrPageChanges["bttn2"] = new Array();
arrPageChanges["bttn2"]["mastheadText"] = "Computer renderings are an ideal way to generate accurate and realistic images. With the use of different software suites, we can either generate complex original illustrations or “stitch” a rendering of your product into an existing picture or environment.";
arrPageChanges["bttn2"]["middleImage"] = "images/graphics/Graphics_Illustration_2.gif";
arrPageChanges["bttn2"]["bttn2"] = "images/graphics/Graphics_Button_2-4_on.gif";

arrPageChanges["bttn3"] = new Array();
arrPageChanges["bttn3"]["mastheadText"] = "While digital images have unmatched precision and clarity, sometimes only the excitement and spontaneity of a hand drawing can convey an idea properly. We are experts in all kinds of traditional illustration media including pen, pencil, marker, and paints.";
arrPageChanges["bttn3"]["middleImage"] = "images/graphics/Graphics_Illustration_3.gif";
arrPageChanges["bttn3"]["bttn3"] = "images/graphics/Graphics_Button_3-4_on.gif";

arrPageChanges["bttn4"] = new Array();
arrPageChanges["bttn4"]["mastheadText"] = "Our patent drawings are made in accordance with PTO standards. We work with patent attorneys to ensure our patent drawings are clear, concise, and meet all required performance objectives.";
arrPageChanges["bttn4"]["middleImage"] = "images/graphics/Graphics_Illustration_4.gif";
arrPageChanges["bttn4"]["bttn4"] = "images/graphics/Graphics_Button_4-4_on.gif";

// Portion of the array that holds off values
arrPageChanges["bttnOff"] = new Array();
arrPageChanges["bttnOff"]["mastheadText"] = "No matter how good the product is, if no one picks up the box, then the product won’t sell.  We combine artistic talent with design fundamentals to ensure graphics complement and support a project. We work with any media and any style, all with the goal of presenting your project in the clearest and most exciting way possible.";
arrPageChanges["bttnOff"]["middleImage"] = "images/graphics/Graphics_Illustration_Default.gif";
arrPageChanges["bttnOff"]["bttn1"] = "images/graphics/Graphics_Button_1-4_off.gif";
arrPageChanges["bttnOff"]["bttn2"] = "images/graphics/Graphics_Button_2-4_off.gif";
arrPageChanges["bttnOff"]["bttn3"] = "images/graphics/Graphics_Button_3-4_off.gif";
arrPageChanges["bttnOff"]["bttn4"] = "images/graphics/Graphics_Button_4-4_off.gif";
//-->
