function OpenWin(){
    win=window.open("/inquiry/index.html","newwindow","width=460,height=600,resizable=yes,scrollbars=yes");
    win.moveTo(100,100);
}
function OpenWin1(){
    win=window.open("/inquiry/index_craft_oneday.html","newwindow","width=460,height=600,resizable=yes,scrollbars=yes");
    win.moveTo(100,100);
}
function OpenWin2(){
    win=window.open("/inquiry/index_craft_basic.html","newwindow","width=460,height=600,resizable=yes,scrollbars=yes");
    win.moveTo(100,100);
}
