/************************************************
  
    Site Name: ウエディングヴィラ マルキーノ芦屋
    Description: common script
    Last Modified :20080218

************************************************/

function closeWin(){
    window.close();
}

/************************************************
	Description: お問い合わせ・来館予約・資料請求
************************************************/
function openReserved(){
	window.open("http://www.ambijou.jp/reserved/event.php","reserve",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=600,height=709');
}
function openContact(){
	window.open("http://www.ambijou.jp/contact/","contact",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=475,height=695');
}
function openRequest(){
	window.open("http://www.ambijou.jp/request/","request",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=491,height=660');
}

/************************************************
	Description: トピックス
************************************************/
function openTopics(){
	window.open("topics/index.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}

/************************************************
	Description: メディア
************************************************/
function openMedia(){
	window.open("media/index.html","",'resizable=no,scrollbars=no,menubar=no,directories=no,status=no,location=no,width=750,height=716');
}


/************************************************
	Description: チャペル・フォトストーリー
************************************************/
function openChapel(){
	window.open("gallery/photostory_chapel/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}
/************************************************
	Description: パーティーリポート・フォトストーリー
************************************************/

function open2010toshima(){
	window.open("report/doc/2010toshima.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open2010toshimaPS(){
	window.open("report/data/2010toshima/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}

function open2010murasaki(){
	window.open("report/doc/2010murasaki.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open2010murasakiPS(){
	window.open("report/data/2010murasaki/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}

function open2010nomiyama(){
	window.open("report/doc/2010nomiyama.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open2010nomiyamaPS(){
	window.open("report/data/2010nomiyama/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}


function open20060715(){
	window.open("report/doc/20060715.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open20060715PS(){
	window.open("report/data/20060715kathou/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}

function open20070120(){
	window.open("report/doc/20070120.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open20070120PS(){
	window.open("report/data/20070120dan/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}

function open20070422(){
	window.open("report/doc/20070422.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open20070422PS(){
	window.open("report/data/20070422tsuchi/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}

function open20070519(){
	window.open("report/doc/20070519.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open20070519PS(){
	window.open("report/data/20070519yoshi/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}

function open20070519_2(){
	window.open("report/doc/20070519_2.html","",'resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=766,height=800');
}
function open20070519_2PS(){
	window.open("report/data/20070519fujikake/photo.html","",'resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}


/************************************************
	Description: ロケーション
************************************************/
function openLocation() {
var w = screen.availWidth;
var h = screen.availHeight;
window.open("location/photo.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + w + ",height=" + h + ",left=0,top=0");
}