// JavaScript Document// JavaScript Document



function theater(){ 

open("theater.html","theater","scrollbars=yes,resizable=no,width=460,height=560");

}
function news(){ 

open("news.html","news","scrollbars=yes,resizable=no,width=460,height=560");

}
