// JavaScript Document //���ض��� (function(e) { function t(e, t, n) { if (t == "show") { switch (n) { case "fade": e.fadeIn(); break; case "slide": e.slideDown(); break; default: e.fadeIn() } } else { switch (n) { case "fade": e.fadeOut(); break; case "slide": e.slideUp(); break; default: e.fadeOut() } } } e.goup = function(n) { var r = e.extend({ location: "right", locationOffset: 20, bottomOffset: 10, containerRadius: 20, containerClass: "goup-container", arrowClass: "goup-arrow", alwaysVisible: false, trigger: 500, entryAnimation: "fade", goupSpeed: "slow", hideUnderWidth: 500, containerColor: "#00000033", arrowColor: "#fff", title: "", titleAsText: false, titleAsTextClass: "goup-text" }, n); e("body").append('
'); var i = e("." + r.containerClass); e(i).html(''); var s = e("." + r.arrowClass); var o = r.location; if (o != "right" && o != "left") { o = "right" } var u = r.locationOffset; if (u < 0) { u = 0 } var a = r.bottomOffset; if (a < 0) { a = 0 } var f = r.containerRadius; if (f < 0) { f = 0 } var l = r.trigger; if (l < 0) { l = 0 } var c = r.hideUnderWidth; if (c < 0) { c = 0 } var h = /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i; if (h.test(r.containerColor)) { var p = r.containerColor } else { var p = "rgba(0,0,0,0.4)" } if (h.test(r.arrowColor)) { var d = r.arrowColor } else { var d = "#fff" } if (r.title === "") { r.titleAsText = false } var v = {}; v = { position: "fixed", width: 30, height: 30, background: p, cursor: "pointer" }; v["bottom"] = a; v["z-index"] = 500; v[o] = u; v["border-radius"] = f; e(i).css(v); if (!r.titleAsText) { e(i).attr("title", r.title) } else { e("body").append('