function popmain(){
window.open("main.html","popmain","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=570");
}

function news(){
window.open("news.html","popwin","toolbar=no,scrollbars=no,resizable=no,height=390,width=350,left=0,top=0");
}

function bbs(){
window.open("../cgi-bin/bbs.cgi","bbswin","toolbar=no,scrollbars=yes,resizable=no,height=600,width=550,left=0,top=0");
}

function trailer(){
window.open("trailer.html","popwin","toolbar=no,scrollbars=no,resizable=no,height=390,width=350,left=0,top=0");
}

function links(){
window.open("links.html","popwin","toolbar=no,scrollbars=no,resizable=no,height=390,width=350,left=0,top=0");
}

function theaters(){
window.open("theaters.html","popwin","toolbar=no,scrollbars=no,resizable=no,height=390,width=350,left=0,top=0");
}

function dvd(){
window.open("dvd.html","dvdwin","toolbar=no,scrollbars=no,resizable=no,height=475,width=450,left=0,top=0");
}