img=new Array();
for(i=1;i<=30;i++){
    img[i]=new Image();
    img[i].src="img/menu"+i+".jpg";
}
function changeImage(i,j){
    document.images[i].src=img[j].src;
}


function OpenWin2(){
    win=window.open("order/orderform02.html","new","width=500,height=700,scrollbars=1");
    win.moveTo(500,0);
}

function OpenWin3(){
    win=window.open("wrapping/chris.html","new","width=400,height=380,scrollbars=1");
    win.moveTo(500,0);
}

msg="（有）ビーエムのホームページへようこそ。「お客様との対話を大切に」をモットーに安心対面販売を行っております。　　　 ";
function scroll(){
    msg=msg.substring(1,msg.length)+msg.substring(0,1);
    document.myform.mytext.value=msg;
    setTimeout("scroll()",300);
}
