/*学校案内デジタルパンフレットのウィンドウ
------------------------------------------------------*/
/*HOME用*/
function WinOpenPamphletHome(){
window.open('http://www.acekk.co.jp/acetest/lindenHTML/pamphlet/index.html','Pamphlet','toolbar=0, resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=860,height=840');
}

/*コンテンツ用*/
function WinOpenPamphlet(){
window.open('http://www.acekk.co.jp/acetest/lindenHTML/pamphlet/index.html','Pamphlet','toolbar=0, resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=860,height=840');
}

/*マクベス用*/
function WinOpenPamphletMac(){
window.open('http://www.acekk.co.jp/acetest/lindenHTML/macbeth_book/index.html','Pamphlet','toolbar=0, resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=860,height=840');
}


