agent = navigator.userAgent;
yes = 0;

if(agent.substring(0,7) == "Mozilla")
{
	if( parseInt(agent.substring(8,9)) >= 3)
  	{
  		yes = 1;
  	}
}

if(yes)
{
	p1n = new Image();
	p1n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth1.gif";
	p1h = new Image();
	p1h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths1.gif";
	p2n = new Image();
	p2n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth2.gif";
	p2h = new Image();
	p2h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths2.gif";
	p3n = new Image();
	p3n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth3.gif";
	p3h = new Image();
	p3h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths3.gif";
	p4n = new Image();
	p4n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth4.gif";
	p4h = new Image();
	p4h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths4.gif";
	p5n = new Image();
	p5n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth5.gif";
	p5h = new Image();
	p5h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths5.gif";
	p6n = new Image();
	p6n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth6.gif";
	p6h = new Image();
	p6h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths6.gif";
	p7n = new Image();
	p7n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth7.gif";
	p7h = new Image();
	p7h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths7.gif";
	p8n = new Image();
	p8n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth8.gif";
	p8h = new Image();
	p8h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths8.gif";
	p0n = new Image();
	p0n.src = "http://www.hennefertv.de/Abt-Badminton/images/pmth0.gif";
	p0h = new Image();
	p0h.src = "http://www.hennefertv.de/Abt-Badminton/images/pmths0.gif";
}
	

function CI(imgNum,imgName)
{
if(yes)
  {
  document.images[imgNum].src = eval(imgName + ".src")
  }
}
