
//EventAndPlan
function openEventAndPlan() {
	
}


//Event
function openEvent() {
	window.open(
		'event/index.html',
		'newwin1',
		'width=604,height=600,scrollbars=1'
	);
}

//PLAN
function openPlan() {
	window.open(
		'plan/index.html',
		'newwin2',
		'width=604,height=600,scrollbars=1'
	);
}

//online Reservation
function openOnlineReservation() {
	window.open(
		'https://asp.hotel-story.ne.jp/ver3d/di/?hcod1=05720&hcod2=001&seek=on&def=seek',
		'newwin3'
	);
}

//wedding
function openWedding() {
	window.open(
		'http://www.pds-w.com/wts/',
		'newwin4'
	);
}

//banquet
function openBanquet() {
	window.open(
		'http://www2.withthestyle.com/',
		'newwin8'
	);
}

//INQUIRY
function openInquiry() {
	window.open(
		'http://www.withthestyle.com/inquiry/inquiry.php',
		'newwin5',
		'width=834,height=720,scrollbars=1'
	);
}

//company
function openCompany() {
	window.open(
		'http://www.plandosee.co.jp/',
		'newwin6'
	);
}

//RECRUIT
function openRecruit() {
	window.open(
		'recruit/index.html',
		'newwin7',
		'width=604,height=600,scrollbars=1'
	);
}

//english
function openEnglish() {
	window.open(
		'http://www.withthestyle.com/eng/main.html',
		'_self'
	);
}

/*
function openMenu(url) {
	window.open(
		'http://www.withthestyle.com/index.html#' + url,
		'newwin',
		'width=834,height=720,scrollbars=1'
	);
	alert(url);
}*/



