function StatusBar(){self.status='我爱歌词网（www.5igc.com），做最专业的音乐歌词网站，请把本站网址告诉给您的QQ/MSN好友一起分享！谢谢您！';setTimeout('StatusBar()',0);}StatusBar();
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
if(self!=top){top.location = self.location;}

//****************以下是Title样式****************//
tPopWait=50;     //停留tWait毫秒后显示提示。
tPopShow=5000;   //显示tShow毫秒后关闭提示
showPopStep=20;
popOpacity=100;
sPop=null;
curShow=null;
tFadeOut=null;
tFadeIn=null;
tFadeWaiting=null;
document.write("<style type='text/css'id='defaultPopStyle'>");
document.write(".cPopText {  background-color: #FFFFE1; border: 1px #000000 solid; font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='ncpopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");

function showPopupText(){
var o=event.srcElement;
	MouseX=event.x;
	MouseY=event.y;
	if(o.alt!=null && o.alt!=""){o.ncpop=o.alt;o.alt=""};
        if(o.title!=null && o.title!=""){o.ncpop=o.title;o.title=""};
	if(o.ncpop!=sPop) {
			sPop=o.ncpop;
			clearTimeout(curShow);
			clearTimeout(tFadeOut);
			clearTimeout(tFadeIn);
			clearTimeout(tFadeWaiting);	
			if(sPop==null || sPop=="") {
				ncpopLayer.innerHTML="";
				ncpopLayer.style.filter="Alpha()";
				ncpopLayer.filters.Alpha.opacity=0;	
				}
			else {
				if(o.dyclass!=null) popStyle=o.dyclass 
					else popStyle="cPopText";
				curShow=setTimeout("showIt()",tPopWait);
			}
			
	}
}

function showIt(){
		ncpopLayer.className=popStyle;
		ncpopLayer.innerHTML=sPop;
		popWidth=ncpopLayer.clientWidth;
		popHeight=ncpopLayer.clientHeight;
		if(MouseX+12+popWidth>document.body.clientWidth) popLeftAdjust=-popWidth-24
			else popLeftAdjust=0;
		if(MouseY+12+popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24
			else popTopAdjust=0;
		ncpopLayer.style.left=MouseX+12+document.body.scrollLeft+popLeftAdjust;
		ncpopLayer.style.top=MouseY+12+document.body.scrollTop+popTopAdjust;
		ncpopLayer.style.filter="Alpha(Opacity=0)";
		fadeOut();
}

function fadeOut(){
	if(ncpopLayer.filters.Alpha.opacity<popOpacity) {
		ncpopLayer.filters.Alpha.opacity+=showPopStep;
		tFadeOut=setTimeout("fadeOut()",1);
		}
		else {
			ncpopLayer.filters.Alpha.opacity=popOpacity;
			tFadeWaiting=setTimeout("fadeIn()",tPopShow);
			}
}

function fadeIn(){
	if(ncpopLayer.filters.Alpha.opacity>0) {
		ncpopLayer.filters.Alpha.opacity-=1;
		tFadeIn=setTimeout("fadeIn()",1);
		}
}
document.onmouseover=showPopupText;



//ZCOM广告js
function AddzcomLink(sen)
{
		var ActiveXCreated	= false;
		var ZCOMActiveX	= null;
		var ZCOMActiveX_classid	= "clsid:3A7698F3-1BCC-4838-B3BF-EF4E3C5E209A";
		var ZCOMExists		= false;
		var ZCOMVer			= null;

		checkZcomExists = function (){
			if(ActiveXCreated == false){
				try{
					ZCOMActiveX				= document.createElement("object");
					ZCOMActiveX.classid	= ZCOMActiveX_classid;
					ZCOMVer = ZCOMActiveX.GetInfo("zcomVersion");
					if( ZCOMVer != null ){
						ZCOMExists = true;
					}
				}catch(e){}
				ActiveXCreated = true;
			}
		}

		 
		if(document.createElement)
		{
			checkZcomExists();

			if(!ZCOMExists){


					if(confirm("您尚未安装 ZCOM杂志订阅器！\n\n安装后,可高速下载本站音乐！")){
								window.open ('http://u.nnwm.com/track.aspx?id=192&cid=6&u=nnwm.com&p=http://zcomcdl.zcominc.com/union/ZcomMagSubscribe-100-192.exe')
							}
								//else window.open ("http://www.516x.com/" + sen,'newwindow','');
 
			}
			else
			{
				window.open ("http://www.516x.com/" + sen,'newwindow','');
			}
		}

}