//$(function () {

    //    $("a.y_btn").click(function () {
    //        var that = $(this),
    //			offset = that.offset(),
    //			par = that.parent().parent().prev(),
    //			par_html = par.find("h2").html(),
    //			pimg = that.prev().prev(),
    //			url = that.attr("href"),
    //			fon = that.prev();
    //        $("body").append('<div id="back_box"></div><div id="tipsbox"><div class="tips_wrap"><div class="tips_tit"><h2 class="tit_h">' + par_html + '</h2><i id="colse_id"></i></div><div class="tips_img"><p><a href="' + url + '">' + pimg.html() + '</a></p><h5>' + fon.html() + '</h5></div><div class="tips_for"><h6>用户信息</h6><table class="tips_table"><tr><th>用户名称：</th><td><input type="text" class="input_txt" /></td></tr><tr><th>手机号码：</th><td><input type="text" class="input_txt" /></td></tr><tr><th>邮箱：</th><td><input type="text" class="input_txt" /></td></tr><tr><th>QQ：</th><td><input type="text" class="input_txt" /></td></tr><tr><th>备注：</th><td><textarea class="input_text"></textarea></td></tr><tr><th></th><td><span class="tips_eror">错误提示文字</span></td></tr><tr><th></th><td><span class="y_btn input_sub"><i>提交</i></span></td></tr></table></div></div><div class="tips_bg"></div></div>');
    //        $("#back_box").height($("body").height());
    //        $("#tipsbox").css("top", offset.top - 362);
    //        return false;
    //    });
    //    var showDialog = {
//   function  showDetil1(id) {
//        var aa = $("#" + id);
//        if ($("#" + id)[0].style.width) {
//            $("#" + id)[0].style.marginLeft = -parseInt($("#" + id)[0].style.width) / 2 + "px";
//        }
//        $("#" + id).show();
//    };
    //    };
//    $("#colse_id").click(function () {
//        $("#back_box").remove();
//       // $("#tipsbox").remove();
//        $("#tipsbox").hide();
//    });
   if ($.browser.msie) { $("ul.bigimgs li:last").css("border", "none") }


//    var showDialog = {
//        show: function (id) {
//            $("#" + id).show();
//            if ($("#" + id)[0].style.width) {
//                $("#" + id)[0].style.marginLeft = -parseInt($("#" + id)[0].style.width) / 2 + "px";
//            }
//            var str = "<div id='zhezhao'></div>";
//            $('body').prepend(str);
//            $("#zhezhao").height(Math.max(document.documentElement.clientHeight, document.documentElement.scrollHeight) + "px");
//            this.hideSelects("hidden");
//        },
//        getIdClose: function (id) {
//            $("#" + id).hide();
//            if ($("#zhezhao"))
//                $("#zhezhao").remove();
//            this.hideSelects("visible");
//        },
//        hideSelects: function (visibility) {
//            if (this.isIE_Six() && $("select")[0]) {
//                if (arguments[0] == "hidden")
//                    $("select").hide();
//                else
//                    $("select").show();
//            }
//        },
//        isIE_Six: function () {
//            var browser = navigator.appName;
//            if (browser == "Microsoft Internet Explorer") {
//                var b_version = navigator.appVersion;
//                var version = b_version.split(";");
//                var trim_version = version[1].replace(/[ ]/g, "")
//                if (version[1].indexOf("MSIE 6.0") != -1)
//                    return true;
//            }
//        }
//    }


//})






