/*ポップアップ設定
  ポップアップさせたいボタンにjavascript:名前();
*/

function Open_company(){
win=window.open("company/index.html","","scrollbars=yes,resizable=yes,width=640,height=540");
}

function Open_rinen(){
win=window.open("company/rinen.html","","scrollbars=yes,resizable=yes,width=640,height=540");
}

function Open_contact(){
win=window.open("company/contact.html","","scrollbars=yes,resizable=yes,width=640,height=540");
}

function Open_recruit(){
win=window.open("company/recruit.html","","scrollbars=yes,resizable=yes,width=640,height=540");
}
