/*　ボタン・アクション　(buttan.js)　*/  var bgimg = new Array()      bgimg['bgout'] = new Image();bgimg['bgout'].src='http://lucifer.s6.x-beat.com/image/buttan_n.gif'      bgimg['bgover'] = new Image();bgimg['bgover'].src='http://lucifer.s6.x-beat.com/image/buttan_o.gif'      bgimg['bgdown'] = new Image();bgimg['bgdown'].src='http://lucifer.s6.x-beat.com/image/buttan_a.gif'  function setBGIMG(layName,image){     if(document.getElementById)     document.getElementById(layName).style.backgroundImage='url('+image+')'   else if(document.all)     document.all(layName).style.backgroundImage='url('+image+')'   else if(document.layers)document.layers[layName].background.src=image   }