function openWin(url, width, height) {
        var win = window.open(url, '_blank','status=1,directories=no,resizable=no,toolbar=no,menubar=no,scrollbars=yes,width='+width+',height='+height);
}