// JavaScript Document
   var terms = new Array(); 
   terms['beamspread']="<p class='termheader'>"+
   "Beam Spread"+
   "</p>"+
   "<p class='termdefine'>"+
   "A measure fo the spread of light from a reflectorized light source like an MR or a PAR halogen lamp. The beam spread may be very narrow (narrow spot), very wide (wide flood), or something in between (narrow flood, for example). For more information please consult our Glossary." +
	 "</p>";
	terms['colortemp']="<p class='termheader'>"+
   "Color Temperature"+
   "</p>"+
   "<p class='termdefine'>"+
   "A measure of the color appearance of a light source which helps describe the apparent &quot;warmth&quot; (reddish) or &quot;coolness&quot; (bluish) of that light source. Generally, light sources below 3200K are considered &quot;warm&quot; while those above 4000K are considered &quot;cool&quot;. For more information please consult our Glossary."+
	 "</p>"; 
   terms['cri']="<p class='termheader'>"+
   "CRI"+
   "</p>"+
   "<p class='termdefine'>"+
   "A measure of a lamp&#146;s ability to render colors accurately. The scale ranges from 1 (very poor) to 100 (the sun). A CRI of 85 is considered to be very good."+
   "</p>";
   terms['leds']="<p class='termheader'>"+
   "LEDs"+
   "</p>"+
   "<p class='termdefine'>"+
   "A small electronic device that lights up when electricity is passed through it. LEDs are very energy-efficient and have very long lives. They can be red, green, blue or white in color and are now used in traffic signals, jumbo-tron screens, vehicle tail lights, and exit signs."+
   "</p>";
   terms['lumens']="<p class='termheader'>"+
   "Lumens"+
   "</p>"+
   "<p class='termdefine'>"+
   "A unit of measurement used to describe the amount of light that a lamp (light bulb) produces or emits. For more information please consult our Glossary."+
   "</p>";
   terms['ratedlife']="<p class='termheader'>"+
   "Rated Life"+
   "</p>"+
   "<p class='termdefine'>"+
   "The rated life of a lamp (light bulb) signifies the time at which 50% of a large quantity of these lamps will have burned out. (For more information please consult our Glossary.)"+
   "</p>";
   terms['mol']="<p class='termheader'>"+
   "MOL"+
   "</p>"+
   "<p class='termdefine'>"+
   "The maximum overall length of a light bulb (lamp) - from tip to tip."+
   "</p>";
      terms['energystar']="<p class='termheader'>"+
   "ENERGY STAR&reg;"+
   "</p>"+
   "<p class='termdefine'>"+
   "This lighting product is ENERGY STAR&reg; qualified. <br><br> ENERGY STAR&reg; is a joint program of the U.S. Environmental Protection Agency and the U.S. Department of Energy helping us all save money and protect the environment through energy efficient products and practices."+
   "</p>";
   function myOL1(idx){ 
       return overlib(terms[idx],TEXTFONTCLASS,'putLeft'); 
   };