function open_theater(){
op1=window.open("http://www.shuffle-movie.com/theater.html","op2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=600");
op1.focus()
}
function open_news(){
op=window.open("http://www.shuffle-movie.com/cgi_news/news.cgi","op","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=600");
op.focus()
}
