function jsOpenWindow(filename, width, height)
{
        window.open(filename, "VidSeaWindow_" + Math.floor(Math.random()*110),
        "toolbar=no,width=" + width + ",height=" + height + ",directories=no,status=yes,location=no,scrollbars=yes,resizable=yes,menubar=no");
}
