function popupTheatre(width, height) {
  newwin = window.open("/cybertheatre/", "CyberTheatre", "dependent=yes,directories=no,height="+height+",width="+width+",location=no,menubar=no,scrollbars=auto,status=no,resizable=no");
}	
