
var newWindow = null;
var ThePop_Enabled=0;

function window.onload()
{
	if(ThePop_Enabled!=0) return false;
	window.setTimeout("popNews_xixun()",1000);
}

function popNews_xixun(){try{
	var w = 710;
	var h = 720;
	pop = window.open('./_data/pop/nianhui.htm','winK1','width='+w+'px,height='+h+'px');
	pop.moveTo((window.screen.width-w)/2,(window.screen.height-h)/2);

}catch(err2){alert('当前窗口被拦截，请关闭浏览器的拦截工具。')};
}

function openWinMarq(theURL){
	theURL=theURL+"";
	if(theURL=="") return false;

	var Tform,retStr;var w=780,h=window.screen.height-60;

	if (theURL.toLowerCase().indexOf('seismdonative')!=-1) 
	{w=710; h=720}
	else if (theURL.toLowerCase().indexOf('zndxxx')!=-1) 
	{w=710; h=720;}
	else if (theURL.toLowerCase().indexOf('shzfxx')!=-1) 
	{w=710; h=720;}
	else if (theURL.toLowerCase().indexOf('jsjxx')!=-1) 
	{w=678; h=665;}
	else if (theURL.toLowerCase().indexOf('zcqw')!=-1) 
	{w=678; h=665;}
	else if (theURL.toLowerCase().indexOf('zwzpjx')!=-1) 
	{w=678; h=665;}

	Tform="_blank";	eval("Tform='width="+w+",height="+h+",scrollbars=yes,resizable=yes'");
	var pop=window.open(theURL,'winMarq',Tform); (new Image).src='/s/g?w=5200 &u='+theURL;
}

function addIEMenu(theObj){try{
	theObj.style.behavior="url(#default#homepage)";
	theObj.setHomePage("http://www.kingosoft.com/");
	
}catch(err1){}}