if (document.images)
	{
		
		h1on = new Image();
		h1on.src = "img/hw1on.gif";
		
		h2on = new Image();
		h2on.src = "img/hw2on.gif";
		
		s1on = new Image();
		s1on.src = "img/sw1on.gif";
		
		s2on = new Image();
		s2on.src = "img/sw2on.gif";
		
		s3on = new Image();
		s3on.src = "img/sw3on.gif";
		
		s4on = new Image();
		s4on.src = "img/sw4on.gif";
		
		s5on = new Image();
		s5on.src = "img/sw5on.gif";
		
		s6on = new Image();
		s6on.src = "img/sw6on.gif";

		p1on = new Image();
		p1on.src = "img/pw1on.gif";
		
		p2on = new Image();
		p2on.src = "img/pw2on.gif";
		
		p3on = new Image();
		p3on.src = "img/pw3on.gif";
		
		p4on = new Image();
		p4on.src = "img/pw4on.gif";
		
		p5on = new Image();
		p5on.src = "img/pw5on.gif";
		
		p6on = new Image();
		p6on.src = "img/pw6on.gif";
		
		p7on = new Image();
		p7on.src = "img/pw7on.gif";
		
		p8on = new Image();
		p8on.src = "img/pw8on.gif";
		
		p9on = new Image();
		p9on.src = "img/pw9on.gif";
		
		p10on = new Image();
		p10on.src = "img/pw10on.gif";
		
		pton = new Image();
		pton.src = "img/pagetopon.gif";
		
	}
