
// 程序初始化网页数据部分
var e; var s='';

e = el('lg_dlFormalBtn');
if (e && typeof(lg_downFormalInfo)!='undefined'){
	e.href=lg_downFormalInfo.url;
}
e = el('lg_dlFormalInfo');
if (e && typeof(lg_downFormalInfo)!='undefined'){
	s = '版本：'+lg_downFormalInfo.ver+'　大小：'+lg_downFormalInfo.size+'　'+lg_downFormalInfo.date;
	e.innerHTML=s;
}
e = el('lg_dlFormalMore1');
if (e && typeof(lg_dlmore)!='undefined' && lg_dlmore[0]){
	e.href = lg_dlmore[0].url;
	e.innerHTML = lg_dlmore[0].n;
}
e = el('lg_dlFormalMore2');
if (e && typeof(lg_dlmore)!='undefined' && lg_dlmore[1]){
	e.href = lg_dlmore[1].url;
	e.innerHTML = lg_dlmore[1].n;
}

e = el('lg_dlBetaBtn');
if (e && typeof(lg_downBetaInfo)!='undefined'){
	e.href=lg_downBetaInfo.url;
}
e = el('lg_dlBetaInfo');
if (e && typeof(lg_downBetaInfo)!='undefined'){
	s = '版本：'+lg_downBetaInfo.ver+'　大小：'+lg_downBetaInfo.size+'　'+lg_downBetaInfo.date;
	e.innerHTML=s;
}
e = el('lg_dlBetaMore1');
if (e && typeof(lg_dlBetaMore)!='undefined' && lg_dlmore[0]){
	e.href = lg_dlBetaMore[0].url;
	e.innerHTML = lg_dlBetaMore[0].n;
}
e = el('lg_dlBetaMore2');
if (e && typeof(lg_dlBetaMore)!='undefined' && lg_dlmore[1]){
	e.href = lg_dlBetaMore[1].url;
	e.innerHTML = lg_dlBetaMore[1].n;
}


e = el('lg_listUpInfo');
if (e && typeof(lg_upInfo)!='undefined'){
	s = '';
	for (var i=lg_upInfo.length-1; i>=0 && i>=lg_upInfo.length-5; i--){
		s+='<li><a href="update.htm">'+lg_upInfo[i]+'</a></li>';
	}
	e.innerHTML=s;
}
e = el('lg_listQaInfo');
if (e && typeof(lg_qaInfo)!='undefined'){
	s = '';
	for (var i=0; i<lg_qaInfo.length && i<5; i++){
		s+='<li><a href="faq.htm">'+lg_qaInfo[i]+'</a></li>';
	}
	e.innerHTML=s;
}
e = el('lg_listNewsInfo');
if (e && typeof(lg_newsInfo)!='undefined'){
	s = '';
	for (var i=0; i<lg_newsInfo.length && i<5; i++){
		s+='<li><a target=_blank href="'+lg_newsInfo[i].l+'">'+lg_newsInfo[i].t+'</a></li>';
	}
	e.innerHTML=s;
}
e = el('lg_coDownload');
if (e && typeof(lg_coDownInfo)!='undefined'){
	s = '<strong>推荐高速下载:</strong>';
	for (var i=0; i<lg_coDownInfo.length; i++){
		s+='　<a target=_blank href="'+lg_coDownInfo[i].url+'">'+lg_coDownInfo[i].name+'</a>';
	}
	e.innerHTML=s;
}



