﻿<!--
function newsOpen() {
	newswin = window.open("news/index.html","news","width=651, height=650, menubar=no, toolbar=no, scrollbars=yes");
	newswin.focus();
}

function theaterOpen() {
	theaterwin = window.open("theater/index.html","theater","width=650, height=580, menubar=no, toolbar=no, scrollbars=yes");
	theaterwin.focus();
}

function companyOpen() {
	companywin = window.open("company/company_info.html","company","width=450, height=365, menubar=no, toolbar=no, scrollbars=no");
	companywin.focus();
}

function openReview() {
	companywin = window.open("review/sokuho.html","review","width=651, height=650, menubar=no, toolbar=no, scrollbars=yes");
	companywin.focus();
}
function openComment() {
	companywin = window.open("review/index.html","comment","width=651, height=650, menubar=no, toolbar=no, scrollbars=yes");
	companywin.focus();
}
//-->