var sidebarProdArr = new Array();

function initSidebar(inContextPath)
{
	sidebarProdArr[0] =
					"<p>" +
						"The <strong>Spectra Sensors SS2000</strong> Moisture/Carbon Dioxide Analyzer " +
						"SpectraSensors SS2000 Moisture or Carbon Dioxide analyzer is an extremely reliable " +
						"<img src=\"" + inContextPath + "manufacturers/spectrasensors/images/featured_ss2000.jpg\" alt=\"SS2000 Moisture/Carbon Dioxide Analyzer\" />" +
						"extractive sensor utilizing SpectraSensors' line-spectroscopy technology. The sensor " +
						"measures concentrations using an IR laser and special software and electronics to " +
						"determine the concentration of the gas without coming into physical contact with " +
						"it. The state-of-the-art technology was originally developed for atmospheric " +
						"moisture measurement on Earth and Mars." +
					"</p>" +
					"<br />" +
					"<p>" +
						"<a href=\"" + inContextPath + "manufacturers/spectrasensors/ss2000.html\">Learn more about the SS2000 ...</a>" +
					"</p>";
					
	sidebarProdArr[1] =
					"<p>" +
						"The <strong>ABB 8200 Gas Chromatograph</strong> integrates both functions into the same instrument. " +
						"With the power of the GC controller's 32-bit microprocessor and the object oriented " +
						"<img src=\"" + inContextPath + "manufacturers/abb/images/featured_ngc_8200.jpg\" alt=\"8200 Gas Chromatograph\" />" +
						"XSeries software framework (ported from Totalflow RTUs and Flow Computers), " +
						"direct energy measurement is a reality. With the addition of a multivariable " +
						"transmitter to provide inputs, the GC is a flow computer and a chromatograph " +
						"in one." +
						"<br /><br />" +
						"The NGC 8200 does more than provide first rate on-site analysis. It presents " +
						"a highly versatile platform integrating many of the functions that pipeline " +
						"operators need to deliver greater productivity." +
					"</p>" +
					"<br />" +
					"<p>" +
						"<a href=\"" + inContextPath + "manufacturers/abb/ngc8200.html\">Learn more about the 8200 ...</a>" +
					"</p>";
} // initSidebar