// JavaScript Document
if (document.images)
{
  topContactForm = new Image(400,10);
  topContactForm.src = "siteGraphics/contactBorderTop.png";

  topContactForm = new Image(400,10);
  topContactForm.src = "siteGraphics/contactBorderTopWarn.png";
  
  bottomContactForm= new Image(400,10); 
  bottomContactForm.src="siteGraphics/contactBorderBottom.png";
}