<!-- Hide script from old browsers

  if(document.images){

  frontLogo = new Image
  
  pos1Logo = new Image
  pos2Logo = new Image
  pos3Logo = new Image
  pos4Logo = new Image
  pos5Logo = new Image
  pos6Logo = new Image
  pos7Logo = new Image
  pos8Logo = new Image
  pos9Logo = new Image
  pos10Logo = new Image
  pos11Logo = new Image
  pos12Logo = new Image


  frontLogo.src ="images/positions/animation1.gif";
  
  pos1Logo.src ="images/positions/animation1.gif";
  pos2Logo.src ="images/positions/animation2.gif";
  pos3Logo.src ="images/positions/animation3.gif";
  pos4Logo.src ="images/positions/animation4.gif";
  pos5Logo.src ="images/positions/animation5.gif";
  pos6Logo.src ="images/positions/animation6.gif";
  pos7Logo.src ="images/positions/animation7.gif";
  pos8Logo.src ="images/positions/animation8.gif";
  pos9Logo.src ="images/positions/animation9.gif";
  pos10Logo.src ="images/positions/animation10.gif";
  pos11Logo.src ="images/positions/animation11.gif";
  pos12Logo.src ="images/positions/animation12.gif";


  pos1Off = new Image
  pos2Off = new Image
  pos3Off = new Image
  pos4Off = new Image
  pos5Off = new Image
  pos6Off = new Image
  pos7Off = new Image
  pos8Off = new Image
  pos9Off = new Image
  pos10Off = new Image
  pos11Off = new Image
  pos12Off = new Image

  pos1On = new Image
  pos2On = new Image
  pos3On = new Image
  pos4On = new Image
  pos5On = new Image
  pos6On = new Image
  pos7On = new Image
  pos8On = new Image
  pos9On = new Image
  pos10On = new Image
  pos11On = new Image
  pos12On = new Image


  pos1Off.src = "images/positions/pos1.gif";
  pos2Off.src = "images/positions/pos2.gif";
  pos3Off.src = "images/positions/pos3.gif";
  pos4Off.src = "images/positions/pos4.gif";
  pos5Off.src = "images/positions/pos5.gif";
  pos6Off.src = "images/positions/pos6.gif";
  pos7Off.src = "images/positions/pos7.gif";
  pos8Off.src = "images/positions/pos8.gif";
  pos9Off.src = "images/positions/pos9.gif";
  pos10Off.src = "images/positions/pos10.gif";
  pos11Off.src = "images/positions/pos11.gif";
  pos12Off.src = "images/positions/pos12.gif";

  pos1On.src = "images/positions/pos1_o.gif";
  pos2On.src = "images/positions/pos2_o.gif";
  pos3On.src = "images/positions/pos3_o.gif";
  pos4On.src = "images/positions/pos4_o.gif";
  pos5On.src = "images/positions/pos5_o.gif";
  pos6On.src = "images/positions/pos6_o.gif";
  pos7On.src = "images/positions/pos7_o.gif";
  pos8On.src = "images/positions/pos8_o.gif";
  pos9On.src = "images/positions/pos9_o.gif";
  pos10On.src = "images/positions/pos10_o.gif";
  pos11On.src = "images/positions/pos11_o.gif";
  pos12On.src = "images/positions/pos12_o.gif";




}

  function chgImg(imgField,newImg) {
  if (document.images) {
  document[imgField].src = eval(newImg
	+ ".src")
	}
}



//End hiding script from old browsers -->
