<!-- begin scriptif (navigator.appVersion.charAt(0) >= "3")  {        //Button image array        //Top Row        but1 = new Image(100,24)        but1.src = "img/kihon.gif"        but1a = new Image(100,24)        but1a.src = "img/kihon_o.gif"        but2 = new Image(100,24)        but2.src = "img/tamotu.gif"        but2a = new Image(100,24)        but2a.src = "img/kanso_o.gif"        but3 = new Image(100,24)        but3.src = "img/hogo.gif"        but3a = new Image(100,24)        but3a.src = "img/binkan_o.gif"        but4 = new Image(100,24)        but4.src = "img/anth.gif"        but4a = new Image(100,24)        but4a.src = "img/simisiwa_o.gif"        but5 = new Image(100,24)        but5.src = "img/make.gif"        but5a = new Image(72,12)        but5a.src = "img/make_o.gif"        but6 = new Image(100,24)        but6.src = "img/kami.gif"        but6a = new Image(100,24)        but6a.src = "img/kami_o.gif"        but7 = new Image(100,24)        but7.src = "img/itiran.gif"        but7a = new Image(49,13)        but7a.src = "img/itiran_o.gif"        but8 = new Image(100,24)        but8.src = "img/order.gif"        but8a = new Image(100,24)        but8a.src = "img/order_o.gif"        but9 = new Image(100,24)        but9.src = "img/syoku.gif"        but9a = new Image(100,24)        but9a.src = "img/syoku_o.gif"        but10 = new Image(100,24)        but10.src = "img/faq.gif"        but10a = new Image(100,24)        but10a.src = "img/faq_o.gif"        but11 = new Image(100,24)        but11.src = "img/nomi.gif"        but11a = new Image(100,24)        but11a.src = "img/nomi_m.gif"        but12 = new Image(100,24)        but12.src = "img/toi.gif"        but12a = new Image(100,24)        but12a.src = "img/toi_m.gif"        but13 = new Image(100,24)        but13.src = "img/kiyaku.gif"        but13a = new Image(100,24)        but13a.src = "img/kiyaku_m.gif"        but14 = new Image(100,24)        but14.src = "img/link.gif"        but14a = new Image(100,24)        but14a.src = "img/link_m.gif"        but15 = new Image(100,24)        but15.src = "img/tea.gif"        but15a = new Image(100,24)        but15a.src = "img/tea_m.gif"        but16 = new Image(100,24)        but16.src = "img/sample.gif"        but16a = new Image(100,24)        but16a.src = "img/sample_m.gif"        but17 = new Image(100,24)        but17.src = "img/misuto_m.jpg"        but17a = new Image(100,24)        but17a.src = "img/organic.gif"        }//Mouseover statefunction buttonOn(imageName) {         if (navigator.appVersion.charAt(0) >= "3") {                img=eval(imageName+"a.src")                document[imageName].src=img                }        }//Static statefunction buttonOff(imageName) {        if (navigator.appVersion.charAt(0) >= "3") {                img=eval(imageName+".src")                document[imageName].src=img                }        }//Imagemap statefunction imamap (imageName){        if(navigator.appVersion.charAt(0) >= "3") {                document.images['mapa'].src = eval(imageName+ ".src" )        }}var strng;function message (id) {  if (id == 1)    strng = '基本の基本 ';  else if (id == 2)    strng = '乾燥肌なのに一部分が脂性（鼻の頭など） ';  else if (id == 3)    strng = '敏感肌 ';  else if (id == 4)    strng = 'シミ・シワ対策 ';  else if (id == 5)    strng = '素肌を守るメイクシリーズ ';  else if (id == 6)    strng = '髪を守る。無添加、無香料 ';  else if (id == 7)    strng = '商品一覧 ';  else if (id == 8)    strng = 'メールオーダー/ショッピングカート '; else if (id == 9)     strng = '食べ物って大事 ';   else if (id == 10)     strng = '初めてのお客様へ 、不安なお客様へ、Q&A ';else if (id == 11)     strng = 'ギフト（gift）・贈り物 ';     else if (id == 12)     strng = 'お問合せ ';     else if (id == 13)     strng = '通信販売規約 ';     else if (id == 14)     strng = 'リンク ';     else if (id == 15)     strng = 'ちょっとティタイム';     else if (id == 16)     strng = 'サンプル希望';     else if (id == 17)     strng = '植物消臭剤ミスト';  window.status = strng;  return true;}// end script -->var num=2;function timer(){     if(document.img.complete){          document.img.src="p_img/img"+num+".gif";          num++;if(num>9)num=1;      }      setTimeout('timer()',3500); }