function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//3周年フェアクーポンポップアップページ
function pop_fair(){
	newWin = window.open("pop_fair.html","new","width=720,height=700,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}

//超低金利キャンペーンクーポンポップアップページ
function pop_campaign_web(){
	newWin = window.open("pop_campaign-web.html","new","width=620,height=380,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}

//浜村淳さんと行く霊園見学会と講演会のご案内ポップアップページ
function pop_event(){
	newWin = window.open("pop_event.html","new","width=860,height=950,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}

//新春特別見学会キャンペーンクーポンポップアップページ
function pop_campaign_web2(){
	newWin = window.open("pop_campaign-web2.html","new","width=760,height=530,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
//交通アクセス平日運行開始告知ポップアップページ
function pop_access(){
	newWin = window.open("pop_access.html","new","width=700,height=950,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
//春のお彼岸キャンペーンクーポンポップアップページ
function pop_campaign_web3(){
	newWin = window.open("pop_campaign-web3.html","new","width=760,height=530,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
//春のお彼岸キャンペーンクーポンポップアップページ
function pop_jikoku(){
	newWin = window.open("pop_jikoku.html","new","width=730,height=1000,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}

//お盆キャンペーンページ　チラシポップアップ
function pop_leaflet(){
	newWin = window.open("pop_leaflet.html","new","width=730,height=385,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}


//さくらお客様の声ポップアップ
function pop_voice01(){
	newWin = window.open("pop_voice01.html","new","width=620,height=750,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
function pop_voice02(){
	newWin = window.open("pop_voice02.html","new","width=620,height=760,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
function pop_voice03(){
	newWin = window.open("pop_voice03.html","new","width=620,height=760,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
function pop_voice04(){
	newWin = window.open("pop_voice04.html","new","width=620,height=735,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
function pop_voice05(){
	newWin = window.open("pop_voice05.html","new","width=620,height=735,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
