

<!--
       if(navigator.appVersion.charAt(0) >= 3) {
        var img = new Array();
        img[0] = new Image();  img[0].src = "/blog/wp-content/themes/gulliver/library/common/img/btn01_on.gif";
        img[1] = new Image();  img[1].src = "/blog/wp-content/themes/gulliver/library/common/img//btn01_off.gif";
        img[2] = new Image();  img[2].src = "/blog/wp-content/themes/gulliver/library/common/img/btn02_on.gif";
        img[3] = new Image();  img[3].src = "/blog/wp-content/themes/gulliver/library/common/img/btn02_off.gif";
        img[4] = new Image();  img[4].src = "/blog/wp-content/themes/gulliver/library/common/img/btn03_on.gif";
        img[5] = new Image();  img[5].src = "/blog/wp-content/themes/gulliver/library/common/img/btn03_off.gif";
        img[6] = new Image();  img[6].src = "/blog/wp-content/themes/gulliver/library/common/img/btn04_on.gif";
        img[7] = new Image();  img[7].src = "/blog/wp-content/themes/gulliver/library/common/img/btn04_off.gif";
        img[8] = new Image();  img[8].src = "/blog/wp-content/themes/gulliver/library/common/img/btn05_on.gif";
        img[9] = new Image();  img[9].src = "/blog/wp-content/themes/gulliver/library/common/img/btn05_off.gif";
        img[10] = new Image();  img[10].src = "/blog/wp-content/themes/gulliver/library/common/img/btn06_on.gif";
        img[11] = new Image();  img[11].src = "/blog/wp-content/themes/gulliver/library/common/img/btn06_off.gif";
       }

       function change_image(nam,num) {
       if(navigator.appVersion.charAt(0) >= 3) {
        document.images[nam].src = img[num].src;
          }
       }
//-->

