    function openwin(url,name,params)
    {
        window.open(url,name,params);
    }