var popwin = {
scrolling: "auto",
"int": function() {
this.mouseclose(),
this.closemask()
},
showwin: function(a, b, c, d) {
var e = b - 52,
f = a / 2,
g = b / 2,
h = "";
h += '
sc.chinaz.com
',
h += '',
h += '
',
h += "" + c,
h += '
',
h += "
",
h += '
',
$("body").append(h),
this.int()
},
mouseclose: function() {
$("#popwinclose").on("mouseenter",
function() {
$(this).css("background-image", "url(./images/closehdtipper.png)")
}),
$("#popwinclose").on("mouseleave",
function() {
$(this).css("background-image", "url(./images/closehdtipper.png)")
})
},
closemask: function() {
$("#popwinclose").on("click",
function() {
$("#mask,#masktop").fadeout(function() {
$(this).remove()
})
})
}
};
//���ض���
function b() {
h = $(window).height(),
t = $(document).scrolltop(),
t > h ? $("#moquu_top").show() : $("#moquu_top").hide()
}
$(document).ready(function() {
b(),
$("#moquu_top").click(function() {
$(document).scrolltop(0)
})
}),
$(window).scroll(function() {
b()
});