if (document.images)
{
   
    
    b01l1 = new Image;
    b01l1.src = "http://www.kukkolos.com/images/s1.gif";
    b02l1 = new Image;
    b02l1.src = "http://www.kukkolos.com/images/s2.gif";
    b03l1 = new Image;
    b03l1.src = "http://www.kukkolos.com/images/s3.gif";
    b04l1 = new Image;
    b04l1.src = "http://www.kukkolos.com/images/s4.gif";
    b05l1 = new Image;
    b05l1.src = "http://www.kukkolos.com/images/s5.gif";
	 b06l1 = new Image;
    b06l1.src = "http://www.kukkolos.com/images/s6.gif";
	 b07l1 = new Image;
    b07l1.src = "http://www.kukkolos.com/images/s7.gif"; 
	b08l1 = new Image;
    b08l1.src = "http://www.kukkolos.com/images/s8.gif"; 
	b09l1 = new Image;
    b09l1.src = "http://www.kukkolos.com/images/s9.gif"; 
	b10l1 = new Image;
    b10l1.src = "http://www.kukkolos.com/images/s10.gif";       
  
    b01l1o = new Image;
    b01l1o.src = "http://www.kukkolos.com/images/s1_ov.gif";
    b02l1o = new Image;
    b02l1o.src = "http://www.kukkolos.com/images/s2_ov.gif";
    b03l1o = new Image;
    b03l1o.src = "http://www.kukkolos.com/images/s3_ov.gif";
    b04l1o = new Image;
    b04l1o.src = "http://www.kukkolos.com/images/s4_ov.gif";
    b05l1o = new Image;
    b05l1o.src = "http://www.kukkolos.com/images/s5_ov.gif";
	b06l1o = new Image;
    b06l1o.src = "http://www.kukkolos.com/images/s6_ov.gif";
	b07l1o = new Image;
    b07l1o.src = "http://www.kukkolos.com/images/s7_ov.gif";
	b08l1o = new Image;
    b08l1o.src = "http://www.kukkolos.com/images/s8_ov.gif";
	b09l1o = new Image;
    b09l1o.src = "http://www.kukkolos.com/images/s9_ov.gif";
	b10l1o = new Image;
    b10l1o.src = "http://www.kukkolos.com/images/s10_ov.gif"
	
	function Over(name,name2){
 			document.images[name].src=eval(name2+'.src');
		}

		
		function ShowHide(id, visibility) {
    obj = document.getElementsByTagName("div");
    obj[id].style.visibility = visibility;
}
}
