// JavaScript Document
<!--

/*お問合せフォーム*/
function OpenWin0(){
    win=window.open("mailform/standard/example.html","","width=650,height=700,scrollbars=yes");
}
function OpenWin1(){
    win=window.open("../mailform/standard/example.html","","width=650,height=700,scrollbars=yes");
}

/*地図*/
function OpenWin2(){
    win=window.open("map2.html","","width=820,height=540,scrollbars=yes");	
}


/*カレンダー*/
function OpenWin3(){
    win=window.open("calendar.html","","width=550,height=300,scrollbars=yes");
}


/*b2bサンプル*/
function OpenWin4(){
    win=window.open("b2bsample.html","","width=1007,height=700,scrollbars=yes");
}
// -->

