// JavaScript Document
function img1()
{
	document.getElementById ('descriptionBar').innerHTML = "<span style='color: FFFFFF;'>We Specialize In Full Color / Monochrome / And Gray-scale <strong>LED Message Centers</strong>, As Well As <strong>LED Gas Price Changers</strong></span> ";	
}
function img2()
{
	document.getElementById ('descriptionBar').innerHTML = " <span style='color: FFFFFF;'>Can Customers Find You? Our <strong>Monument Signs</strong> Can Help Direct Traffic To You!</span> ";	
}
function img3()
{
	document.getElementById ('descriptionBar').innerHTML = " <span style='color: FFFFFF;'>Get The Attention You Deserve! Let Us Install A <strong>Pole Sign</strong> For You!</span>";	
}
function img4()
{
	document.getElementById ('descriptionBar').innerHTML = "  <span style='color: #FFFFFF;'> <strong>Custom Alluminum Signs</strong> Placed Above Your Business Is A Great Way To Drive In Traffic To Your Store </span>";	
}
function img5()
{
	document.getElementById ('descriptionBar').innerHTML = "<span style='color: #FFFFFF;'> Experience. <strong>Advanced LED Signs</strong> Gets The Job Done </span>";	
}

function empty()
{
	document.getElementById ('descriptionBar').innerHTML = "";
}