// JavaScript Document

// ポップアップ

function openDepts( w, h ){
       wo=window.open("","depts","scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,left=0,top=0,location=no,status=yes,menubar=no,width="+w+",height="+h);

wo.focus();}

function openDepts02( w, h ){
       wo=window.open("","depts02","scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,left=0,top=0,location=no,status=yes,menubar=no,width="+w+",height="+h);

wo.focus();}


// 買取申し込みフォームポップアップ

function WindowOpen( w, h ){
       wo=window.open("https://www.kaitoriouji.jp/moshikomi/","window1","scrollbars=yes,resizable=yes,toolbar=yes,menubar=no,left=0,top=0,location=no,status=yes,menubar=no,left=0,top=0, height=500, width=700,width="+w+",height="+h);

wo.focus();}
