// JavaScript Document
function showImagePopup(nItem) {
	nGraphicItem = nItem;
	window.open("imagePopup.html","ImagePopup", "width=595,height=333,toolbar=no,scrollbars=no");
}


var oGraphicTexts = new Array();
	oGraphicTexts[0] = "<h1>Goodrich provide engine control systems for Rolls-Royce (Text Field=1200 characters)</h1><p>Goodrich has been providing electronic engine control solutions for over 35 years and was one of the main pioneers of digital electronic controls systems in the 1970s.</p><p>Today's EEC carries forward this enormous experience and complements it with state-of-theart technologies developed specifically for high reliability, dependability and affordability, in particular our MODULinxTM architecture and GR5 processor.</p><h2>Electronic engine control solutions</h2><p>Goodrich has been providing electronic engine control solutions for over 35 years and was one of the main pioneers of digital electronic controls</p>";
	oGraphicTexts[1] = "<h1>This is an h1 tag.</h1><p>Today's EEC carries forward this enormous experience and complements it with state-of-theart technologies developed specifically for high reliability, dependability and affordability, in particular our MODULinxTM architecture and GR5 processor.</p>";
			
			
var oGraphics = new Array();
oGraphics[0] = "images/imagePopupPlaceholder.jpg";
oGraphics[1] = "images/imagePopupPlaceholder.jpg";

var oTitles = new Array();
oTitles[0] = "1991";
oTitles[1] = "1993";

var oDescriptions = new Array();
oDescriptions[0] = "This is an image."
oDescriptions[1] = "This is the second image."

			
			