		luv1can = new Image(80, 25); 
		luv1can.src = "images/index_05.jpg"; 

		luv2can = new Image(62, 25);
		luv2can.src = "images/index_06.jpg"; 

               	luv3can = new Image(139, 25);
		luv3can.src = "images/index_07.jpg"; 

                luv4can = new Image(48, 25); 
		luv4can.src = "images/index_08.jpg";

              	luv5can = new Image(61, 25); 
		luv5can.src = "images/index_09.jpg";

        


                

		luv1gan = new Image(80, 25); 
		luv1gan.src = "images/index1_05.jpg";

		luv2gan = new Image(62, 25);
		luv2gan.src = "images/index1_06.jpg"; 

                luv3gan = new Image(139, 25);
		luv3gan.src = "images/index1_07.jpg"; 

              	luv4gan = new Image(48, 25); 
		luv4gan.src = "images/index1_08.jpg";

                luv5gan = new Image(61, 34); 
		luv5gan.src = "images/index1_09.jpg";

        		                      
                        
		function img_act(imgName) {
			imgOn = eval(imgName + "gan.src");
        			document [imgName].src = imgOn;
		}
		function img_inact(imgName) {
			imgOff = eval(imgName + "can.src");
			document [imgName].src = imgOff;
		}