var ImgMenuG = new Array(17);

ImgMenuG[0] = new Image();
ImgMenuG[0].src ="Parts/OutlineG.gif";
ImgMenuG[1] = new Image();
ImgMenuG[1].src ="Parts/OutlineG_HL.gif";
ImgMenuG[2] = new Image();
ImgMenuG[2].src ="Parts/OutlineG_PD.gif";
ImgMenuG[3] = new Image();
ImgMenuG[3].src="Parts/ProductsG.gif";
ImgMenuG[4] = new Image();
ImgMenuG[4].src ="Parts/ProductsG_HL.gif";
ImgMenuG[5] = new Image();
ImgMenuG[5].src="Parts/ProductsG_PD.gif";
ImgMenuG[6] = new Image();
ImgMenuG[6].src="Parts/JobsG.gif";
ImgMenuG[7] = new Image();
ImgMenuG[7].src ="Parts/JobsG_HL.gif";
ImgMenuG[8] = new Image();
ImgMenuG[8].src="Parts/JobsG_PD.gif";
ImgMenuG[9] = new Image();
ImgMenuG[9].src="Parts/InformationG.gif";
ImgMenuG[10] = new Image();
ImgMenuG[10].src ="Parts/InformationG_HL.gif";
ImgMenuG[11] = new Image();
ImgMenuG[11].src="Parts/InformationG_PD.gif";
ImgMenuG[12] = new Image();
ImgMenuG[12].src="Parts/HistoryG.gif";
ImgMenuG[13] = new Image();
ImgMenuG[13].src ="Parts/HistoryG_HL.gif";
ImgMenuG[14] = new Image();
ImgMenuG[14].src="Parts/HistoryG_PD.gif";
ImgMenuG[15] = new Image();
ImgMenuG[15].src="Parts/OfficeG.gif";
ImgMenuG[16] = new Image();
ImgMenuG[16].src ="Parts/OfficeG_HL.gif";
ImgMenuG[17] = new Image();
ImgMenuG[17].src="Parts/OfficeG_PD.gif";

function ChImageG(ImgName,Index) {
  if (document.images) {
	document.images[ImgName].src = ImgMenuG[Index].src;
  }
}

