﻿<!--
var isMSIE = /*@cc_on!@*/false;

function openCast() {
	castwin = window.open("voice_cast/index.html","cast","width=600, height=560, menubar=no, toolbar=no, scrollbars=no");
	castwin.focus();
}

function openTicket() {
	ticketwin = window.open("ticket/index.html","tikcet","width=600, height=560, menubar=no, toolbar=no, scrollbars=no");
	ticketwin.focus();
}

function openComment() {
	ticketwin = window.open("comment/index.html","tikcet","width=600, height=560, menubar=no, toolbar=no, scrollbars=no");
	ticketwin.focus();
}

//-->
