openMovieWindow = function(){
    url = "/site/movie"
    w = window.open(url, "", "width=800,height=600,location=no,status=no")
    return false;
}