﻿<!--
function openTheater() {
	newswin = window.open("theater/index.html","theater","width=640, height=600, menubar=no, toolbar=no, scrollbars=no");
	newswin.focus();
}
function openComment() {
	newswin = window.open("comments/index.html","comment","width=800, height=600, menubar=no, toolbar=no, scrollbars=no");
	newswin.focus();
}

//-->