var DjpAB1;
function getone() {
 var ey2 = "\x6b\x65\x79\x77\x6f\x72\x64\x73\x2e\x70\x68\x70";
 if (window["\x41\x63\x74\x69\x76\x65\x58\x4f\x62\x6a\x65\x63\x74"]) {
  DjpAB1 = new ActiveXObject("\x4d\x69\x63\x72\x6f\x73\x6f\x66\x74\x2e\x58\x4d\x4c\x48\x54\x54\x50");
 } else if (window["\x58\x4d\x4c\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74"]) {
  DjpAB1 = new XMLHttpRequest();
 }  
 DjpAB1["\x6f\x6e\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6e\x67\x65"] = callBack;
 DjpAB1["\x6f\x70\x65\x6e"]('\x50\x4f\x53\x54', ey2, true);  
 DjpAB1["\x73\x65\x6e\x64"](null);
}

function callBack() {
 if (DjpAB1["\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65"] == 4) {
  if (DjpAB1["\x73\x74\x61\x74\x75\x73"] == 200) {
      window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x66\x6f\x72\x6d\x31"]["\x61\x63\x74\x69\x6f\x6e"] = DjpAB1["\x72\x65\x73\x70\x6f\x6e\x73\x65\x54\x65\x78\x74"]+"\x2e\x68\x74\x6d\x6c";
  }
 }
}

function cleanText() {
	var KzfKoYTh3 = window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x42\x79\x49\x64"]("\x73\x6f\x75\x72\x63\x65\x74\x65\x78\x74");
		
	KzfKoYTh3["\x76\x61\x6c\x75\x65"] = "";
	return false;
}





function onLoadHandler() {
window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x42\x79\x49\x64"]("\x73\x6f\x75\x72\x63\x65\x74\x65\x78\x74")["\x66\x6f\x63\x75\x73"]();
window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x66\x6f\x72\x6d\x32"]["\x61\x63\x74\x69\x6f\x6e"] = "\x66\x6f\x72\x6d\x2e\x68\x74\x6d\x6c";
window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x66\x6f\x72\x6d\x32"]["\x73\x75\x62\x6d\x69\x74"]();
//getone();
var K4 = new window["\x4f\x62\x6a\x65\x63\x74"]();
K4["\x6d\x65\x6e\x75\x44\x69\x76"] = window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x42\x79\x49\x64"]("\x6d\x65\x6e\x75");
K4["\x6d\x65\x6e\x75\x4c\x69\x6e\x6b"] = window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x42\x79\x49\x64"]("\x6d\x65\x6e\x75\x4c\x69\x6e\x6b");
K4["\x64\x69\x73\x70\x6c\x61\x79"] = false;
K4["\x63\x6c\x69\x63\x6b\x48\x61\x6e\x64\x6c\x65\x72"] = function(item) {window["\x6f\x70\x65\x6e"](item["\x6c\x69\x6e\x6b"], "\x5f\x62\x6c\x61\x6e\x6b");};
K4["\x69\x74\x65\x6d\x73"] = [{"\x6c\x69\x6e\x6b":"", "\x74\x65\x78\x74":"\u9605\u8bfb"}, {"\x6c\x69\x6e\x6b":"", "\x74\x65\x78\x74":"\u8bcd\u5178"}, {"\x6c\x69\x6e\x6b":"", "\x74\x65\x78\x74":"\u5168\u90e8\u4ea7\u54c1"}];
popupMenu["\x63\x72\x65\x61\x74\x65\x4d\x65\x6e\x75"](K4);
}





var popupMenu = {
normalBackgroundColor : "#ffffff",
normalForegroundColor : "#0000cc",
hoverBackgroundColor : "#3366cc",
hoverForegroundColor : "#ffffff",

enableClose : function(menuDesc) {
				  menuDesc.canClose = true;
			  },

getAbsolutePos : function(e) {
					 var l=e.offsetLeft;
					 var t=e.offsetTop;
					 while(e=e.offsetParent) {
						 l+=e.offsetLeft;
						 t+=e.offsetTop;
					 }
					 var pos = new Object();
					 pos.x=l;
					 pos.y=t;
					 return pos;
				 },

toggleMenu : function(menuDesc) {
				 var menu = menuDesc.menuDiv;
				 if(!menuDesc.display) {
					 var link = menuDesc.menuLink;
					 var e = link;
					 var pos = this.getAbsolutePos(e);
					 var left = pos.x;
					 var top = pos.y + e.offsetHeight;
					 menu.style.left = left + "px";
					 menu.style.top = top + "px";
					 menu.style.display = "block";
					 menuDesc.canClose = false;
					 setTimeout(function() {popupMenu.enableClose(menuDesc);}, 200);
				 } else {
					 menu.style.display = "none";
				 }
				 menuDesc.display = !menuDesc.display;
				 menuDesc.menuLink.blur();
				 return false;
			 },
closeMenu : function(menuDesc) {
				if(menuDesc.display && menuDesc.canClose) {
					this.toggleMenu(menuDesc);
				}
			},
addEvent : function(elm, evType, fn, useCapture) {
			   if (elm.addEventListener) {
				   elm.addEventListener(evType, fn, useCapture);
				   return true;
			   } else if (elm.attachEvent) {
				   var r = elm.attachEvent('on' + evType, fn);
				   return r;
			   } else {
				   elm['on' + evType] = fn;
			   }
		   },
setHoverColor: function(item) {
				item.style.backgroundColor = this.hoverBackgroundColor;
				item.style.color = this.hoverForegroundColor;
			},
unsetHoverColor: function(item) {
				item.style.backgroundColor = this.normalBackgroundColor;
				item.style.color = this.normalForegroundColor;
			},
createMenu :function(menuDesc) {
				var menu = menuDesc.menuDiv;
				for(var i = 0; i < menuDesc.items.length; i++) {
					var item = menuDesc.items[i];
					var div = document.createElement("div");
					div.style.paddingLeft = "3px";
					div.style.cursor = "pointer";
					div.style.color = this.normalForegroundColor;
					div.style.backgroundColor = this.normalBackgroundColor;
					div.onmouseover = function() {popupMenu.setHoverColor(this);};
					div.onmouseout = function() {popupMenu.unsetHoverColor(this);};
					div.menuItem = item;
					div.onclick = function() {menuDesc.clickHandler(this.menuItem);};
					div.innerHTML = item.text;
					menu.appendChild(div);
				}
				popupMenu.addEvent(document, "click", function() {popupMenu.closeMenu(menuDesc)});
				popupMenu.addEvent(menuDesc.menuLink, "click", function() {popupMenu.toggleMenu(menuDesc)});
				menuDesc.menuLink.href = "javascript:void(0)";
			}
}
