﻿<!--
function openTheater() {
	newswin = window.open("theater/index.html","theater","width=600, height=580, menubar=no, toolbar=no, scrollbars=no");
	newswin.focus();
}
function openCompany() {
	companywin = window.open("company/company_info.html","company","width=450, height=365, menubar=no, toolbar=no, scrollbars=no");
	companywin.focus();
}

//-->