﻿
function openWindow(url)
{
    var test = window.open(url,'OpenWindow','width=1000px,height=678px,top=0, left=0, toolbar=no, menubar=no, scrollbars=auto, resizable=yes,location=no, status=no');
    window.opener = null;
}

//改版过后可以删除openFlvWindow方法
function openFlvWindow(url)
{
    var test = window.open(url,'OpenWindow','width=350px,height=290px,top=0px, left=0px, toolbar=no, menubar=no, scrollbars=auto, resizable=no,location=no, status=no');
    window.opener = null;
}

function openVjobFlvWindow(url)
{
    var test = window.open(url,'OpenWindow','width=480px,height=384px,top=0px, left=0px, toolbar=no, menubar=no, scrollbars=auto, resizable=no,location=no, status=no');
    window.opener = null;
}