function BackgroundObject(bkgImg, text) {
	this.bkgImg = bkgImg;
	this.text = text;
}

var themeContent = Array();

themeContent.push(new BackgroundObject("images/hires_car.jpg","From the road to the track, HPC has been making a difference in the automotive industry for the past 25 years.<br />Our proud tradition started in the Hot Rod industry and has grown from the street to the track.<br />Through innovation and technology HPC brings to you the very best in High Performance Coatings."));
themeContent.push(new BackgroundObject("images/hires_dragster.jpg","Racing teams insist on HPC's diverse line of coatings to maintain durability and increase over all performance.<br />Serious racers know it's a matter of seconds between being in the winners circle or observing from the stands."));
themeContent.push(new BackgroundObject("images/hires_drifter.jpg","The import enthusiast demands a higher level of performance while maintaining style.<br />Import tuners know that technology and looks are equally important.<br />HPC has developed a superior line of coatings that let you have it all."));
themeContent.push(new BackgroundObject("images/hires_pickup.jpg","Demands on diesel engines to increase performance may result in engine failure and increased emissions.<br />HPC has engineered a unique line of coatings to help increase performance<br />without losing power and can help reduce harmful emissions."));
themeContent.push(new BackgroundObject("images/hires_boat.jpg","No matter how big the waves you are playing in your boat needs to be protected from salt and rust.<br />Marine environments are corrosive and HPC has a durable coating<br />that will help protect propellers and engine parts from the water."));
themeContent.push(new BackgroundObject("images/hires_snowmobile.jpg","Whether making tracks in the dirt or sand, shredding powder or water your engine gets hot.<br />HPC has developed a line of heat management coatings<br />that helps keep you playing longer and running cooler."));
themeContent.push(new BackgroundObject("images/hires_motorcycle.jpg","If you ride on the street or the dirt you know that performance and looks are important.<br />HPC has a coating that not only looks good but protects your pipes from<br />discoloration, thermal fatigue and grime from the road."));
themeContent.push(new BackgroundObject("images/hires_jeep.jpg","HPC is continually innovating new ways to apply our coatings, whether it be for HEAT,<br />CORROSION, FRICTION, or APPEARANCE applications.<br />HPC has developed a variety of coatings to meet your specific needs and make a difference."));

var bottomMenu = [
[null, 'AUTOMOTIVE', 'industries/industries_served_automotive.aspx', '', ''],
[null, 'RACING', 'industries/industries_served_racing.aspx', '', ''],
[null, '&nbsp;&nbsp;&nbsp;&nbsp;IMPORTS', 'industries/industries_served_imports.aspx', '', ''],
[null, '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DIESEL&nbsp;&nbsp;', 'industries/industries_served_diesel.aspx', '', ''],
[null, '&nbsp;&nbsp;&nbsp;&nbsp;MARINE', 'industries/industries_served_marine.aspx', '', ''],
[null, '&nbsp;POWERSPORTS', 'industries/industries_served_snowmobile.aspx', '', ''],
[null, 'MOTORCYCLE', 'industries/industries_served_motorcycle.aspx', '', ''],
[null, 'MISC.', 'industries/industries_served_misc.aspx', '', '']
];