<!--
function OpenWin1(){
    window.open("./monthly01.html","monthly","closebuttons=yes,scrollbars=yes,width=720,height=600");
}
function OpenWin2(){
    window.open("./osechi.html","osechi","closebuttons=yes,scrollbars=yes,width=530,height=500");
}
function OpenWin3(){
    window.open("./delivery_a.html","new3","closebuttons=no,scrollbars=yes,width=640,height=500");
}
function OpenWin4(){
    window.open("./deli_month.html","new4","closebuttons=no,scrollbars=yes,width=440,height=500");
}
function OpenWin5(){
    window.open("./monthly05.html","monthly","closebuttons=yes,scrollbars=yes,width=720,height=600");
}
function OpenWin6(){
    window.open("./summer2007.html","summer","closebuttons=yes,scrollbars=yes,width=440,height=620");
}
// -->

<!--
if(document.images){
 var onimg=new Array("./images/yoyaku_go2.gif","./images/yoyaku_non2.gif")
 var offimg=new Array("./images/yoyaku_go.gif","./images/yoyaku_non.gif")
 var onsel=new Array();
 var offsel=new Array();
 for (i=0; i<onimg.length; i++){
 onsel[i]=new Image();
 offsel[i]=new Image();
 onsel[i].src=onimg[i];
 offsel[i].src=offimg[i];
}
}
function onSelect(n){
 if(document.images){
     document.images["imge" + n].src=onsel[n].src;
}
}
function offSelect(n){
 if(document.images){
     document.images["imge" + n].src=offsel[n].src;
}
}
// -->

