function OpenSkinList() {
            window.open('/SkinList.aspx', '_blank', 'left=150,top=60,resizable=yes,scrollbars=yes,width=500,status=yes,height=100');
        }

        function insert_news_code() {
            leftVal = 100;
            topVal = 110;
            var CodeInsertWindow = window.open('https://news.cnblogs.com/n/widgetcode', '_blank', 'width=' + (screen.width - leftVal * 2) + ',height=' + (screen.height - topVal * 2) + ',toolbars=0,resizable=1,left=' + leftVal + ',top=' + topVal);
        }