		luv1can = new Image(270, 118); 
		luv1can.src = "images/index_03.jpg"; 
		luv2can = new Image(210, 118);
		luv2can.src = "images/index_04.jpg"; 
                	luv3can = new Image(232, 118);
		luv3can.src = "images/index_05.jpg"; 
	              luv4can = new Image(277, 118); 
		luv4can.src = "images/index_06.jpg";
              	luv5can = new Image(103, 143); 
		luv5can.src = "images/dobato.jpg";
		luv6can = new Image(103, 143); 
		luv6can.src = "images/chayabihani.jpg";
		luv7can = new Image(103, 143); 
		luv7can.src = "images/cho.jpg"
		luv8can = new Image(103, 143); 
		luv8can.src = "images/herbet.jpg"
		

		luv1gan = new Image(270, 118); 
		luv1gan.src = "images/index1_03.jpg"; 
		luv2gan = new Image(210, 118);
		luv2gan.src = "images/index1_04.jpg"; 
	              luv3gan = new Image(232, 118);
		luv3gan.src = "images/index1_05.jpg"; 
              	luv4gan = new Image(277, 118); 
		luv4gan.src = "images/index1_06.jpg";
	              luv5gan = new Image(103, 143); 
		luv5gan.src = "images/dobato1.jpg";
              	luv6gan = new Image(103, 143); 
		luv6gan.src = "images/chayabihani1.jpg";
	              luv7gan = new Image(103, 143); 
		luv7gan.src = "images/cho1.jpg";
              	luv8gan = new Image(103, 143); 
		luv8gan.src = "images/herbet1.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;
		}
