		luv1can = new Image(83, 36); 
		luv1can.src = "images/index_03.jpg"; 

		luv2can = new Image(113, 36);
		luv2can.src = "images/index_04.jpg"; 

               	luv3can = new Image(87, 36);
		luv3can.src = "images/index_05.jpg"; 

                luv4can = new Image(82, 36); 
		luv4can.src = "images/index_06.jpg";

              	luv5can = new Image(83, 36); 
		luv5can.src = "images/index_07.jpg";

        	luv6can = new Image(78, 36); 
		luv6can.src = "images/index1_08.jpg";


                

		luv1gan = new Image(83, 36); 
		luv1gan.src = "images/index1_03.jpg";

		luv2gan = new Image(113, 36);
		luv2gan.src = "images/index1_04.jpg"; 

                luv3gan = new Image(87, 36);
		luv3gan.src = "images/index1_05.jpg"; 

              	luv4gan = new Image(82, 25); 
		luv4gan.src = "images/index1_06.jpg";

                luv5gan = new Image(83, 36); 
		luv5gan.src = "images/index1_07.jpg";

        	luv6gan = new Image(78, 36); 
		luv6gan.src = "images/index12_08.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;
		}