


function Winopt(url, win, params) {
var url;

newWin=window.open(url, win, params)

newWin.focus();
}

