// JavaScript Document
function menuFix() {
 var sfEls = document.getElementById("menul").getElementsByTagName("li");
 for (var i=0; i<sfEls.length; i++) {
  sfEls[i].onmouseover=function() {
  this.className+=(this.className.length>0? " ": "") + "sfhover";
  }
  sfEls[i].onMouseDown=function() {
  this.className+=(this.className.length>0? " ": "") + "sfhover";
  }
  sfEls[i].onMouseUp=function() {
  this.className+=(this.className.length>0? " ": "") + "sfhover";
  }
  sfEls[i].onmouseout=function() {
  this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"), "");
  }
 }
}
window.onload=menuFix;

function qqmb(title,url){
	var site=encodeURIComponent("www.west263.com");
	var _u="http://v.t.qq.com/share/share.php?url="+ encodeURIComponent(url)+"&appkey=748bc03374ef4f8186191c75f39c31b6&site="+ site +"&pic=&title="+ encodeURIComponent(title);	
	window.open( _u,'', 'width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no' );

}
function sinamb(title,url){
	void((function(s,d,e){try{}catch(e){}
	var f="http://v.t.sina.com.cn/share/share.php?";
	var p=["url=",e(url),"&title=",e(title),"&appkey=2924220432"].join("");
	function a(){
		if(!window.open([f,p].join(""),"mb",["toolbar=0,status=0,resizable=1,width=620,height=450,left=",(s.width-620)/2,",top=",(s.height-450)/2].join("")))
		u.href=[f,p].join("");
	};
	if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})(screen,document,encodeURIComponent));
}
