function newWin(arg,w,h) {
if (!(!winup || winup.closed)){
                winup.focus();
        }
        var winup=window.open(arg,'data','toolbar=no,resizable=yes,scrollbars=yes/no,width='+w+',height='+h);
        winup.focus();
}

