/*滑动菜单*/
function setTab(name,cursel,n)
{
	for(i=1;i<=n;i++)
	{
		var menu=document.getElementById(name+i);
		var con=document.getElementById("con_"+name+"_"+i);
		menu.className=i==cursel?"hover":"";
		con.style.display=i==cursel?"block":"none";
	}
}



/*复制*/
function songClip(){
var textobj=window.document.all.songclipurl;
textobj.select();
if (document.all){         
therange=textobj.createTextRange()         
therange.execCommand("Copy")         
window.alert("复制成功！点击“粘贴”就可以发送啦`````");      
}
}

/*复制*/
CopyURL=function(){
try{
clipboardData.setData('text','不错的非主流图片看看 http://www.fzlgo.com'); 
alert("复制成功，在QQ窗口按 Ctrl+V 就可以告诉你的好朋友了啦！");
}catch(e){
}
}


//添加到收藏夹  
function addCookie() {
if (document.all) {
window.external.addFavorite('http://www.fzlgo.com', '非主流_做最好的非主流互动网站(www.fzlgo.com)');
}
else if (window.sidebar) {
window.sidebar.addPanel('非主流_做最好的非主流互动网站(www.fzlgo.com','http://www.fzlgo.com', "");
}
} 

/*错误*/
function killErrors() {
return true;
}
window.onerror = killErrors;
