// JavaScript Document


function factory_win() {
w=window.open('http://www.kadoya.com/sesameweb/factory_shodoshima/index.html', 'factorywindow2', 'width=1024, height=700, menubar=no, toolbar=no, scrollbars=yes, resizable=yes');
if(w){
if(!w.closed){
w.focus();
}
}

}

function Koligo_win() {
w=window.open('http://www.kadoya.com/sesameweb/sp/k-oligo/index.html', 'koligowindow', 'width=962, height=700, menubar=no, toolbar=no, scrollbars=yes, resizable=yes');
if(w){
if(!w.closed){
w.focus();
}
}

}





